body
{
	margin: 0px;
	padding: 0px; 
	font-family:Tahoma, Geneva, sans-serif; 
	font-size: 12px; 

}


#header
{
	width: 990px;
	height:205px; 
	background:url(img/header.gif);
	background-repeat: no-repeat;
}

#adresse
{
	align: right;
	float:right;
	padding-top: 90px;
	font-size: 14px;
}

#content
{
	width:990px;
	text-align:left;
}


#sidebar
{
	margin-top:10px;
	width:180px; 
	height:auto; 
	float:left; 
	text-align:justify;
	background: url(img/strich.gif);
	background-repeat:repeat-y;
	background-position: right;
}

.sbhead
{ 
	color:#888; 
	border-bottom:#ddd 1px solid; 
	padding:10px 0 8px 0; 
	font-size:14px;
	width: 165px;
	list-style-type:none;
	padding-left:0;
	margin-left:0;
}

.sbhead a:link, .sidebar a:visited, .sidebar a:active
{
	background-color: inherit; 
	color:#000; 
	text-decoration:none; 
	}

.sbhead a:hover
{
	background-color: inherit; 
	color:#DE2F25; 
	text-decoration:none; 
}

.sbhead li
{
	background: url(img/aufzaehl.gif) 0 6px no-repeat;
	padding-left: 12px;
}



.sidebar
{
	background:#;
	padding:1px;
	width:155px;
	font-size:13px;
	color:#575757;
	margin-top:10px;
	margin-left: 5px;
	list-style-type:none;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active
{ 
	background:inherit; 
	color:#575757; 
	text-decoration: none; 
	display:block; 
	border-left:#FFF 1px solid;
	padding:3px 8px;
}


.sidebar a:hover
{ 
	background:#EAEAEA;
	color:#DE2F25; 
	text-decoration:none; 
	border-left:#DE2F25 5px solid; 
	padding-left:4px;
}


#menutop
{
	width:990px;
	height: 60px;
	padding:0;
	margin:0;
	font-size:130%;
	
	}

#menutop ul
{
	list-style-type:none; 
	padding: 0px;
	margin: 0px;
}

#menutop li 
{
	float:right;
	width: 129px; 
	height:44px; 
	background:url(img/button2.gif);
	background-repeat:no-repeat;
	margin-right: 15px;
	text-align:center;
	padding-top:10px;
	margin-bottom:-10px;
}

#menutop a:link, a:visited, a:active
{
	background-color: inherit; 
	color:#000; 
	text-decoration:none; 
	}

#menutop a:hover
{
	color:#DE2F25;
}

#inhalt
{
	width:770px;
	margin-left:20px; 
	float:left; 
	text-align:justify;
	overflow:hidden;
}

h1
{ 
	background:inherit; 
	color:#777; 
	font-size:16pt; 
	font-weight:normal; 
	margin:0; 
	padding-top:10px;
}

h2
{ 
	background:inherit; 
	color:#DE2F25; 
	font-size:9pt; 
	font-weight:normal; 
	margin:0; 
	padding:2px 0 8px 0; 
	text-transform:uppercase;
  	border-bottom:#ddd 1px solid;
}
  
a:link, a:visited, a:active
{ 
	background-color: inherit; 
	color:#000; 
	text-decoration:none; 
	}

a:hover
{ 
	background-color: inherit; 
	text-decoration: none; 
	color:#f63; 
}

blockquote
{ 
	background:inherit; 
	color:#888; 
	display:block; 
	padding:0 5px; 
	margin:0 90px;
  	font-size:10pt; 
	font-weight:normal; 
	text-align:justify; 
	border-left:#DE2F25 5px solid;
}
  
blockquote p:first-letter
{ 
	background:inherit; 
	color:#DE2F25; 
	font-size:150%; 
	font-weight:bold; 
	text-transform:uppercase;
}

strong
{ 
	background:inherit; 
	color:#DE2F25;
}

img
{
	background: url(img/shadow.gif) repeat-y right bottom;
	padding: 4px 10px 10px 4px;
	border: #eee 1px solid;
	border-right:none;
	border-bottom:none;
}


