* {
	margin: 0;
	padding: 0;
}
html{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body{
	padding: 0px;
	margin: 0px;
/*	background-color: #f0f8ff;*/
	color: #ffffff;
	background-color: #ffffff;
	text-align: center;
}
h1{
	margin-top: 15px;
	font-size: 16px;
	margin-bottom: 5px;
}
h2{
	font-size: 15px;
}
a{
	color: #FF9218;
	text-decoration: none;
}
img{
	border: 0px;
}
#page{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 996px;
	text-align: left;
}
#page_wrapper{
	position: relative;
	display: block;
	float:left;
}

#header{
	display:block;
	position: relative;
	width: 996px;
	height: 150px;
	float: left;
	border-bottom: 2px #FF9218 solid;
}

#footer{
	display:block;
	position: relative;
	width: 996px;
	height: 50px;
	float: left;
	border-top: 2px #FF9218 solid;
}
#footer a{
	color: #848284;
	font-size: 12px;
	padding: 5px;
}

#content{
	position: relative;
	display: block;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 796px;
	color: #848284;
	padding: 0px;
	font-size: 15px;
}

#content p{
	padding: 0px 15px 0px 0px;
	width: 95%;
}

#content fieldset{
	display: inline;
}
#content div.post{
	padding: 5px;
}
#content ol{
	padding: 10px;
	margin: 10px;
}
#content li{
	padding: 5px;
	margin: 5px;
}
#sidebar{
	position: relative;
	display: block;
	float:left;
	width: 200px;
	color: #848284;
	font-size: 11px;
}
#sidebar h2{
	font-size: 13px;
	color: #848284;
	border-bottom: 2px #FF9218 solid;
	height: 64px;
	line-height: 64px;
	padding: 2px 0px 2px 0px;
	text-indent: 70px;
	background: url(assets/templates/enno/images/_icon_64px.gif) no-repeat;
	margin: 10px 0px 0px 0px;
	vertical-align: bottom;
}
#sidebar input.checkbox{
	width: 25px;
}
#sidebar .username{
	width:100px;
	border: 1px #ff9218 solid;
	margin: 2px;
	
}

#sidebar .password{
	width:100px;
	border: 1px #ff9218 solid;
	margin: 2px;
}


div.thumbscontainer li {
	width: 150px;
}
/* Kontaktformular */
.text{
	border: 1px #FF9218 solid;
	width: 400px;
}
.textarea{
	border: 1px #FF9218 solid;	
	width: 400px;
	height: 225px;
}
.submitbutton{
	border: 1px #FF9218 solid;
	color: #000000;
	width: 150px;
}
.cleared{
	clear: both;
}

/* höhen */
.height_20{
	height: 20px;
}
.height_30{
	height: 30px;
}
.height_40{
	height: 40px;
}
.height_50{
	height: 50px;
}
.height_75{
	height: 75px;
}
.height_100{
	height: 100px;
}
.height_125{
	height: 125px;
}
.height_150{
	height: 150px;
}
.height_250{
	height: 250px;
}
#showcase h2{
	border-bottom: 2px #ff9218 solid;
}
#showcase th{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
#showcase td{
	text-align: center;
}
#showcase img{
	border: 5px #848284 solid;
	margin: 5px;
}
#showcase p.desc{
	font-style: italic;
}

#qmEditor {
    display: none;
}

