* 
{
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 0;
}

html
{
	padding:0px;
	margin:0px;
 	height:100%;  
}
body 
{ 
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif, SimSun;
	font-size: 11px;
	margin: 0;
  	width: 100%;
  	height: 100%;
	color: rgb(0,0,0); 
  	background-color:rgb(255,255,255);
}

.h1{
	margin-bottom:5px;
}
#content ul{	
	margin:0 0 0 12px;
}
#content ul.browsebox{	
	margin:5px 0 0 0;
}
#content ol{
	margin:0 0 0 18px;
}
/* ----------CONTENT----------*/
#container{
	margin: 0 auto;
	width:940px;
}


#left{
	width:207px;
	float:left;
	min-height:300px;
	height:auto !important;
	height:300px;
	margin:0 0 0 0;
}

#right{
	width:733px;
	float:left;
	background-color:rgb(255,255,255);
	min-height:300px;
	height:auto !important;
	height:300px;
}

#motto{
	float:left;
	margin:56px 0 0 0;
	height:51px;
}

#logoRight{
	float:right;
	margin:15px 8px 0 0;
	height:92px;
}

#logoLeft{
	margin:13px 0 40px 8px;
	height:92px;
}

#search{
	background:url(../pics/bg_search.gif) no-repeat 0 0;
	width:170px;
	height:35px;
	float:right;
	margin:5px 3px 0 0;
}

#search input.inputtext{
	font-size:10px;
	margin:3px 0 0 10px;
}

/*IE7 Hack*/
*+html #search input.inputtext{
	font-size:10px;
	margin:2px 0 0 10px;
}
/*IE6 Hack*/
*html #search input.inputtext{
	font-size:10px;
	margin:2px 0 0 10px;
}

#search input.inputimg{
	margin:0 0 0 70px;
}

#content{
	width:723px;
}

#contentLeft{
	float:left;
	width:494px;
	margin:16px 0 0 0;
	padding:0 20px 0 25px;
}

#contentRight{
	float:left;
	width:180px;
	margin:16px 0 0 0;
}

/*IE7 Hack*/
*+html #contentRight{
	float:left;
	width:160px;
	margin:20px 0 0 0;
}

.boxSmall{
	background:url(../pics/bg_boxsmall.jpg) repeat-x 0 0;
	width:160px;
	padding:11px 12px 0 10px;
}
#boxTop{
	margin:0 0 15px 0;	
}
#boxBottom{
	margin:0 0 30px 0;	
}

/*IE6 Hack*/
*html #contentLeft, *html #contentRight{
	margin:25px 0;
	
}

#header{
	margin:0 0 10px 0;
}

#boxLeft{
	float:left;
	width:171px;
	background:url(../pics/bg_box.jpg) repeat-x 0 0;
	height:265px;
	margin:0 9px 0 0;
	padding:13px 7px 0 9px;
	color:rgb(102,102,102);
}

#boxRight{
	float:right;
	width:315px;
	background:url(../pics/bg_box.jpg) repeat-x 0 0;
	height:265px;
	padding:13px 7px 0 9px;
	color:rgb(102,102,102);
}

#boxMiddle{
	float:left;	
	width:171px;
	background:url(../pics/bg_box.jpg) repeat-x 0 0;
	height:265px;
	margin:0 9px 0 0;
	padding:13px 7px 0 9px;
	color:rgb(102,102,102);
}


/* ----------FOOTER----------*/
#footer{
	clear:both;
	height:40px;
	background:url(../pics/footer.gif) no-repeat 0 bottom;
	padding:10px 0 0 0;
}

#copy{
	float:left;
	color:rgb(153,153,153);
	margin:8px 20px 0 0;
}




/* clearfix zum Aufheben der Floatumgebung */
.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 */