@charset "utf-8";
/* CSS Document */

#anzeigegeruest{
	margin:0px;
	padding:30px;
	height: 100%;
	width: 756px;
	color:#505050;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background-color: #fff;
	margin:0em auto 0;
	border:1px solid #000;
	}

#anzeigegeruest	img{
	margin-bottom:15px;	
	}
	
#anzeigegeruest	a{
	color: #006699;
	font-weight: bold;		
	}
	
#anzeigegeruest	a:hover {
	color: #99cc66;
	text-decoration: none;
	}
	
#anzeigegeruest	ul{
	margin:0px;
	padding:0px;	
	margin-left:30px;
	}
#anzeigegeruest	ul li{
	list-style-type: square;
	}
	
#anzeigegeruest	h1{
	margin:0px;
	padding:0px;
	font-size: 22px;
	margin-bottom:13px;
	margin-left:10px;
	}
#anzeigegeruest	h2{
	margin:0px;
	padding:0px;
	font-size: 16px;
	margin-bottom:13px;
	margin-top:26px;
	margin-left:10px;
	}
#anzeigegeruest	h3{
	margin:0px;
	padding:0px;
	font-size: 12px;
	margin-bottom:5px;
	margin-top:26px;
	margin-left:10px;
	}
 	
#anzeigegeruest	p{
	margin:0px;
	padding:0px;	
	margin-bottom:13px;
	margin-left:10px;
	}

