/* Startseite CSS */

h1.startseite_ueberschrift{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	line-height:18px;
	font-size:11px;
	font-weight:bold;
	margin:0px 0px 9px 0px;
	padding:0px 0px 0px 0px;
	width:166px;
	height:auto;
	text-align:left;
	background-color:#FFFFFF;
}

p.startseite_fliesstext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	line-height:18px;
	font-size:11px;
	font-weight:normal;
	margin:0px 0px 0px 0px;
	padding:0px 0px 12px 0px;
	width:166px;
	height:auto;
	text-align:left;
}


#startseite_content {
	float:left;
	width:731px;
	height:374px;
	padding:0px;
	margin:0px;
	text-align:left;
	margin-top:20px;
	margin-left:10px;
	margin-bottom:15px;
	background-color:#fff;
}

.startseite_bildbox{
	float:left;
	width:711px;
	height:230px;
	border-top:10px solid #fff;
	border-left:10px solid #fff;
}

.startseite_quadranten{
	float:left;
	width:166px;
	height:80px;
	border-top:14px solid #fff;
	border-left:8px solid #fff;
	background-color:#fff;
}

.startseite_quadranten_strich{
	float:left;
	width:5px;
	height:134px;
}

.mehr_startseite{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	text-align:left;
	width:166px;
	height:10px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	background-image:url(Pfeile_Rot.gif);
	background-position:left;
	background-repeat:no-repeat;
	
}

a.mehr_startseite:hover{ text-decoration:underline; color:#000;}



