/* CSS Document */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFF99;
}
	
img {
	border:0px;
}
td {
	padding-left:5px;
	padding-right:5px;
}
#favoriten {
	width:1px;
	height:1px;
	visibility:hidden;
}
/*nur bei IE angezeigt*/
*html #favoriten {
	visibility:visible;
	float:left;
	padding-right:10px;
	padding-top:10px;
}



#container {
	width:875px;
	height:640px;
	background-color:#ffff99;
}

#leftad {
  float:left; 
  background-color:#ffff99;
  width:140px;
  height:640px;
}

#left {
	width:180px;
	height:640px;
	float:left;
	
	background-image:url('images/bottom.gif');
	background-repeat:no-repeat;
	background-position:bottom;	
	
	background-color:#ffcc66;
}

#left p {
	padding-left:4px;
}

#border {
	width:62px;
	height:640px;
	float:left;
	background-image:url('images/border.gif');
	background-repeat:no-repeat;
}

#content {
	width:487px;
	
	float:left;
	background-image:url('images/header.gif');
	background-repeat:no-repeat;
	
	padding-top:110px;
	/*background-color:#ffff99;*/
	
}

#content_left {
	width:328px;
	float:left;
}
#content_right {
	width:149px;
	float:left;
	
	text-align:center;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
}

.news {
	text-align:left;
	list-style:none;
	margin:0px;
	padding:2px;

}
.news li {
	padding-top:7px;
	padding-left:3px;
}

.ad {
	text-align:center;	
}

.ad2 a, .ad2 {	
	margin:0px;
	/*margin-left:4px;*/
	width:310px;
	font-size:11px;
	text-decoration:none;
	text-align:left;
	color:#000000;
}

.ad2 b {
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#333333;
}

.ad2 em {
	font-style:italic;
	color:#333333;
}

#content p {
	padding-left:5px;
	/*text-align:left;*/ 
}

#content h2 {
	font-size:18px;
	line-height:25px;
	margin:0px;
	text-align:left;
}

#button {

}

.right {
	text-align:right;
}
.center {
	text-align:center;
}

a {
	color:#000000;
}

.small {
	font-size:10px;
}

.red {
	color:red;
}


li {
	padding-top:5px;
/*	list-style:decimal;*/
}

ol.agb {
	font-size:9px;
}
ol.agb li {
	font-size:9px;
}
ol.agb li b {
	font-size:11px;
	font-weight:bold;
}