/* Datenwerk CSS*/

/*basics*/
/* Datenwerk CSS*/

/*basics*/
body{
	background-color:#ffffff;
	background-image:url(images/bg_short.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:0.7em;
	margin: 0px;
	padding: 0px;
}

#siteContainer {
	max-width: 1000px;
	min-width: 600px;
	position: relative;
	margin-top:0px;
}

a img{
	border:none;
}

h1{
	margin:0px;
	margin-bottom: 5px;
	font-size:1.6em;
	color:#f69a30;
	font-weight:normal;
}

h2{
	margin:0px;
	margin-bottom: 5px;
	font-size:1.6em;
	color:#f69a30;
	font-weight:normal;
}

h3{

}

ul{
list-style:square;
}


/*layout*/

#logo{
	height:41px;
	width:199px;
	position:absolute; top:63px; left:159px;
	z-index:100;
}

#leftColumn{
	min-height: 200px;
	height:auto;
	position: relative;
	text-align: right;
	width: 168px;
	float:left;
	margin-top: 320px;
}

#nav{
	text-align:right;
	line-height: 1;
	font-size:2.1em;
	position:relative; 
	right:0px;
}
	#nav ul{
		margin-top:50px;
	}

	#nav ul li{
	list-style:none;
	}
	
.nav_NO{
	color:#adaeb0;
}

	.nav_NO a{
	color:#adaeb0;
	text-decoration:none;
	}
	
	.nav_NO a:hover{
	color:#f69a30;
	}

.nav_CUR{
	color:#f69a30;
}

	.nav_CUR a{
	color:#f69a30;
	text-decoration:none;
	}

#rightContent{
	width:179px;
	height:auto;
	min-height:50px;
	position:relative;
	z-index:202;
}

#rightContent .borderMiddle{
	padding-right: 20px;
}


#rightContent a:link{
		text-decoration:none;
		color: #48902b;
}

#rightContent a:visited{
		text-decoration:none;
		color: #48902b;
}

#rightContent a:hover{
		text-decoration:underline;
		color: #48902b;
}

#rightContent a:active{
		text-decoration:none;
		color: #f69a30;
}
	
#rightColumn{
	width:179px;
	height:auto;
	min-height:50px;
	position:absolute; 
	margin-left: 81.8%;
	z-index:10;
	top: 260px;
	z-index: 201;
}

#rightNavigation{
	z-index: 300;
}

	.borderTop{
	height:8px;
	width:179px;
	background-image:url(images/roundedTab_top.png);
	padding: 0px;
	}
	
	.borderMiddle{
	min-height:30px;
	height:auto;
	background-image:url(images/roundedTab_middle.png);
	background-repeat:repeat-y;
	margin-top: 0px;
	padding-left:14px;
	}
	
		.borderMiddle ul{
			margin:0px;
			padding-left:17px;
			line-height:20px;
		}
	
	.borderBottom{
	height:13px;
	background-image:url(images/roundedTab_bottom.png);
	width: 179px;
	}
	
#rightNavTitle .borderMiddle{
	min-height:0px;

}

#rightNavTitle .borderBottom{
	position: relative;
	top:-5px;
	padding:0px;
}	

#rightContent ul li {
	color:#48902b;
	list-style-position:outside;
	list-style-image:url(images/square_orange.gif);
}

#rightContent ul li a:hover{
	list-style-image:url(images/square_green.gif);
}

.sub_NO{
	color:#48902b;
	list-style-position:outside;
	list-style-image:url(images/square_orange.gif);
	
}

	.sub_NO a{
		text-decoration:none;
		color: #48902b;
	}

	.sub_NO a:hover{
		text-decoration:underline;
	}

.sub_CUR{
	color:#f69a30;
	list-style-position:outside;
	list-style-image:url(images/square_green.gif);

}

	.sub_CUR a{
		text-decoration:none;
		color: #f69a30;
	}
	
	.sub_CUR a:hover{
		text-decoration:underline;
	}


#content{
	z-index:1;
	line-height: 1.5;
	position: relative;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.25em;
	color: #000000;
	line-height: 1.5;
}

#content ul li{
	line-height: 1.5;
}

#content a:link{
	color: #f69a30;
	text-decoration: none;
}

#content a:active{
	color: #f69a30;
	text-decoration: none;
}

#content a:hover{
	color: #f69a30;
	text-decoration: underline;
}

#content a:visited{
	color: #f69a30;
	text-decoration: none;
}

#content h1{
	font-family: tahoma, verdana, sans-serif;
	font-size: 2.7em;
	color: #f69a30;
	line-height: 40px;
	font-weight: normal;
}


#content h2{
	font-family: tahoma, verdana, sans-serif;
	font-size: 2.2em;
	color: #cc6633;
	line-height: 30px;
	font-weight: normal;
}

#content h3{
	font-family: tahoma, verdana, sans-serif;
	font-size: 1.8em;
	color: #666666;
	line-height: 23px;
	font-weight: normal;
}

#centerColumn{
	max-width:655px;
	min-width: 300px;
	position:relative; 
	top:364px;
	margin-left: 200px;
	padding-right:260px;
}

	.text{
		line-height:18px;
	}

#header{
	height:166px;
	background-color:#f69a30; /* random color ersetzen*/
	position:absolute; top:157px;
	z-index:10;
	width: 100%;
	border-top:1px solid #FFFFFF;
	overflow: hidden;
	/*min-width: 700px;*/
	max-width: 1100px;

}

#headerWords{
	position: relative;
	/*width: 336px;*/
	width: 100%;
	height: 169px;
	margin-left: 0px;
z-Index: 221;
}

#headerimg{
	position:relative;
	width:540px;
	border:none;
	/*text-align: center;*/
	margin-left:196px;
	z-index: 222;
	float: left;
	
}

#headerWordsImg{
	position: relative;
	width: 350px;
	left: 800px;
	height: 166px;
	background-position: 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	z-Index: 199;
}

#headerspacer{
}

#headerspacerExpander{
}

#headerimg2{
	position:absolute; top:63px; left:247px;
	z-index:6;
	display: none;
}


#tools{
	width:121px;
	height:100px;
	position:relative;
	z-index:100;
	float: left;
}

.borderTop_small{
	height:15px;
	width:108px;
	padding-left:13px;
	padding-top:8px; 
	background-image:url(images/roundedTabSmall_top.png);
	
	color:#f69a30;
}

.borderTop_mini{
	height:15px;
	width:108px;
	padding-left:13px;
	padding-top:8px;
	background-image:url(images/roundedTabMini_top.png);
	background-repeat: no-repeat;
	color:#f69a30;
}

.borderMiddle_mini{
	min-height:30px;
	height:auto;
	background-image:url(images/roundedTabMini_middle.png);
	background-repeat:repeat-y;
	padding-left:15px;
	margin-top:-5px;
	display:none;
}

.borderBottom_mini{
	background-image:url(images/roundedTabMini_bottom.png);
	background-repeat:repeat-y;
	padding-left:15px;
	margin-top:-5px;
	display:none;
}
		
	.borderTop_small a{
			text-decoration:none;
			color: #f69a30;
	}
	
	.borderTop_small a:hover{
			text-decoration:underline;
	}
		
	.borderMiddle_small{
	min-height:50px;
	height:auto;
	background-image:url(images/roundedTabSmall_middle.png);
	background-repeat:repeat-y;
	padding-left:15px;
	margin-top:-5px;
	display:none;
	}
	
		#borderMiddle_small ul{
			margin:0px;
			padding-left:5px;
			line-height:20px;
		}
	
	#borderBottom_small{
	height:12px;
	background-image:url(images/roundedTabSmall_bottom.png);
	
	display:block;
	}
	
	#borderBottom_mini{
	height:12px;
	background-image:url(images/roundedTabMini_bottom.png);
	background-repeat: no-repeat;
	display:block;
	}


.borderTop_small_jpg{
	height:17px;
	width:118px;
	padding-left:13px;
	padding-top:8px;
	background-image: url('images/roundedTabSmall_top.jpg'); background-repeat: no-repeat;
	color:#f69a30;
}

.borderTop_mini_jpg{
	height:17px;
	width:108px;
	padding-left:13px;
	padding-top:8px;
	background-image: url('images/roundedTabMini_top.jpg');
	background-repeat: no-repeat;
	color:#f69a30;
	background-position: 1px;
}

#topNavigation {
	display:block;
	min-height:30px;
	height:auto;
	background-image:url(images/roundedTabMini_middle.png);
	background-repeat:repeat-y;
	padding-left:15px;
	margin-top:-5px;
}

		#topNavigation ul{
			margin:0px;
			padding-top:5px;
			padding-left:15px;
			line-height:10px;
		}

#topNavigationTitle a:link{
		text-decoration:none;
		color: #f69a30;
}

#topNavigationTitle a:hover{
		text-decoration:underline;
		color: #f69a30;
}

#topNavigationTitle a:active{
		text-decoration:none;
		color: #f69a30;
}

#topNavigationTitle a:visited{
		text-decoration:none;
		color: #f69a30;
}

#layoutMenu{
	width:121px;
	position:relative;
	z-index:100; 
	float: right;
	right:59px;
}

#topGadgets{
	left:64%;
	position:absolute;
	top: 134px;
	width: 290px;
}

#tagcloud{
	width:400px;
	position:absolute; top:157px; left:60%;
	z-index:4;
}
 #tagcloud a{
 	color:#d3d5ee;
	text-decoration:none;
 }
 #tagcloud a:hover{
	text-decoration:underline;
 }

#imprint{
	position:absolute;
	z-index:100;
	left: 190px;
	top:10px;
	
}

	#imprint a{
		color:#8f8f8f;
		text-decoration:none;
	}
	
	#imprint a:hover{
		text-decoration:underline;
	}

#gradient{
	position:absolute; top:158px; left:788px;
	z-index:5;
}

.bullet{
	margin-right:5px;
	margin-bottom:1px;
	margin-left:3px;
}

.csc-sitemap {
	margin-top:0px;
}

.csc-sitemap ul{
	margin-top:0px;
}


/* tw_rss*/

.twrss_item_author{
	width:100px;
	height:50px;
	
	margin:4px;
	
	float:left;
}

.twrss_item_link{
	
	min-height:50px;
	/*padding-top:4px;*/
}

.hr_top{
	padding:0px;
	margin-top:10px;
}

.hr_bottom{
	/*margin-top:21px;*/
}

hr{
	border:solid 1px #c0c0c0;
}

.tx-wecmap-map h1 {
	font-size:1.35em;
	font-weight:bold;
}
.tx-wecmap-map p {
	display:inline;
	margin:0px;
}

.tx-flvplayer-pi1{
	text-align:center;
}

#silvesterDownload{
margin-left:70px; margin-top:10px;
}