/*Stylesheet Herbert Straub Steuerberater*/
/*Entwickler: Torsten Dobroschke         */
/*Datum: 2010/08/16                      */

body
{
	margin:0;
	padding: 0;
	text-align: center;
	background-image:  url(img/bg.jpg);
	background-repeat:repeat-x;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
}
#rahmen
{
	width:988px;
	padding: 0;
	margin: 0px auto; text-align: left;
}
#mitte
{
	float:left;
	margin:0;
	padding: 0;
	width:685px;
}
#mitte #logo
{
	height:55px;
	text-align:right;
	width:685px;
}

#keyvisual
{
	float:left;
	padding-top:115px;
	width:230px;
}
#keyvisual div
{
	padding:5px;

}
#mitte #nav
{
	
	width:685px;
	height:80px;
	
	padding:0;
	margin:0;
	
	/*background-color:#ff00ff;*/
}
#nav a
{
	text-decoration:none;
	color:#ffffff;
	
	
}
#nav a:hover
{
	text-decoration:underline;
	color:#ffffff;
	
	
}

#mitte #nav ul
{
	margin:0;
	padding:0;
}	

#mitte #nav li
{
	float:left;
	text-decoration: none;
	margin:0;
	padding-right:25;
	padding-top:50;
	color: #ffffff;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: none;
}
#mitte #content
{
	width:685px;
	height:310px;
	overflow:auto;
	color:#ffffff;
	font-size:1em;
	
}
#content p
{
	padding-top:20;
	float:left;
}
/*Spacer*/
#space
{
	width:685px;
	height:50px;
}
#space_mitte
{
	width:50px;
	float:left;
}
#space_content_mitte
{
	width:50px;
	float:left;
}
#space_logo
{
	height:89px;
}
/*Footer*/
#footer
{
	width:685px;
	height:40px;
	text-align:right;
	vertical-align:text-bottom;
}
#footer a
{
	text-decoration:none;
	color:#aa2818;
	font-size:12px;
}

#footer a:hover
{
	text-decoration:underline;
	color:#aa2818;
}
/*Nav aktiv*/
.link_active
{
	text-decoration:underline;
	font-weight:bold;
}