/*   
db-wedel.de 2009
*/
* {
	border : 0;
	margin : 0;
	padding: 0;
}
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f4f4f;
	background-color: #f7f7f7;
	line-height: 1.4em;
}
a:link,
a:visited,
a:active {
	text-decoration: underline;
	color: #e64d20;
}
a:hover{
	color: #666;
}

#footer a:link,
#footer a:visited,
#footer a:active {
	text-decoration: none;		
	color: #fff;
}
#footer a:hover{
	color: #B2B2B2;
}

a:link.news_link,
a:visited.news_link,
a:active.news_link {
	text-decoration: none;		
	color: #666;
	font-style: italic;
}
a:hover.news_link{
	color: #fff;
}

a:link.top,
a:visited.top,
a:active.top {
	text-decoration: none;	
	position: relative;
	bottom: 0px;
	left: 560px;
	top: 90%;
}
	
#header{
	background: #666 url(header-bg.jpg) no-repeat right;
	height: 132px;
	border-bottom: 1px solid #fff;
}
	
#main{
	width: 960px;
	height: auto;
	background: #fbfbfb url(main-bg.png) repeat-y;
	text-align: left;
	margin: 0px auto;
	border: 1px solid #fff;	
	border-bottom: none;
}	

#nav{
	padding: 34px 0 0 14px;
	width: 120px;
	height: auto;
	float: left;	
}
#nav ul{
	list-style-type: none;
}
/* nav first level */
#nav ul li a{		
	display: block;
	color: #000;
	padding: 6px 0 6px 6px;
	border-bottom: 1px solid #fff;	
	text-decoration: none;		
}
#nav ul li.active a{		
	color: #e64d20;
	font-weight: bold;
}
/* nav second level */
#nav ul li.active ul li a{		
	color: #4f4f4f;
	font-weight: normal;
	padding: 6px 0 6px 18px;
}
#nav ul li ul li.active a{
	color: #e64d20;
	font-weight: normal;
}

#content{
	padding: 40px 30px 80px 30px;
	width: 618px;
	height: 100%;
	min-height: 500px;
	float: left;
	color: #e64d20;
	background: #fbfbfb url(content-bg.jpg) no-repeat bottom;
}
#textcontent{
	padding: 18px;
	height: auto;
	color: #4f4f4f;
}
#textcontent2{
	padding: 18px;
	height: auto;
	color: #4f4f4f;
}
#textcontent ul{
	list-style-position: outside;
	list-style: circle;
	padding: 0 0 0 16px;
}	
#sidebar{
	width: 126px;
	padding: 30px 10px 10px 10px;
	float: right;
}
#sidebarblock{
	background: #ced0d1;
	width: 110px;
	padding: 10px 8px 8px 8px;	
}
#sidebarblocksmall{
	background: #ced0d1;
	width: 110px;
	padding: 8px;	
	border: 1px solid #fff;
	text-align: center;
}
#footer{
	background: #e64d20 url(footer-bg.png);
	border: 1px solid #fff;
	width: 960px;
	height: 13px;
	color: #fff;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0 auto;
	font-size: 11px;
}
h1{
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 4px;
}
h2{
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}
h3{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}	
p{
	padding: 0 0 4px 0;
}
p.block{
	padding: 18px;
}
p.teaser{
	padding: 10px 0 0 0;
}
div.inline{
	float: left;
	margin-right: 60px;
}
div.clear{ clear: both; height:0px;}
hr { height: 1px; background: #e4e4e4; clear: both; margin: 5px 0 5px 0;}
*.orange{ color: #e64d20;}
img.border{
	border: 1px solid #e4e4e4;
}
#default hr { height: 1px; background: #e4e4e4; clear: both; margin: 5px 0 5px 0;}
#error{
	background-color: #e64d20;
	border: 1px solid #e4e4e4;
	color: #fff;
	padding: 5px;
}
/* frontpage */
div.inline_frontpageimage{
	float: left;
	margin-right: 12px;
	width: 175px;
}
div.inline_frontpagetext{
	float: left;
	border-bottom: 1px solid #e4e4e4;
	width: 380px;
	height: 135px;
}	
