*{
	padding:0; 
	margin:0;
	font-family:Arial, Helvetica, sans-serif;

}
html,body {height:100%}
body{
	background-color:#fff; 

	margin:0 0 0 0; 
	padding:0 0 0 0; 
}
html>body #wrapper {height:auto}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
}
p{
	padding-top:10px;
	font-size:12px;
	line-height:1.8em;
}
#wrapper{
	height:100%;
	min-height:100%;
	background:repeat-y; 
	background-image:url(/img/back.gif);	
	width:85%; 
	margin:0 auto 0 auto ;
}
#titel{
	clear:both; 
	padding:50px 30px 10px 18px; 
	width:100%; 
	background:#fff
}
#right{
	float:left; 
	color:#FFFFFF;
	width:70%; 
	height:100%;
	min-height:100%;	
	display:block;
	padding:20px;
	text-align:justify;
	padding-bottom:30px;	
}
#left{
	float:left; 
	width:180px;
}
#left ul {
	margin-top:44px;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#left ul li a{
	margin:0;
	display:block;
	width:155px;
	height:16px;
	padding:5px 10px 5px 10px;
	text-align:right;
	text-decoration:none;
	color:#000;
}
#left ul li a:hover{
	background:#dad1ba;
	color:#000;
}
#left ul li a.current{
	background:#000;
	color:#fff;
}
#right{
	font-size:12px;
	line-height:1.8em;
}
#right ul li{
	padding-top:10px;
	font-size:12px;
	line-height:1.8em;
}

ol{
	margin-left:22px;
}

a.thumbnail img{
border:0;
}

a{
	color:#DAD1BA;
}
a:hover{
	color:#fff;
	text-decoration:underline;
}

#adminmenu{
	position:absolute;
	bottom:0px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
