@charset "UTF-8";
/* CSS Document */

/*****************
Debugging 
*****************/
/*div { border:1px red dashed; }*/

/*****************
Allgemein
*****************/
body {
	font: "Arial, Helvetica, sans-serif";
	font-size: 62.5%;
	line-height: 1.6em;
	color: #000;
	padding: 0;
	margin: 0;
	height: 100%;
	background: #2b96c2 url(images/background_grad.jpg) repeat-y;
} 

/*****************
Struktur
*****************/
#wrapall { 
	width: 100%;
	min-height: 768px;
	overflow: visible;
	background: url(images/background.jpg) no-repeat;
}

	#wrap { 
		font-size: 11px;
	}
		
		#top { width: 712px; }
			#logo { 
				float: left;
				width: 145px;
				height: 24px;
				margin-left: 32px;
				margin-top: 35px;
			}
			#static {
				float: left;
				width: 535px;
				text-align: right;
				text-transform: uppercase;
				margin-top: 48px;
			}
			
		#main {	
			clear: both;
			padding-top: 17px;
		}
			#left {
				float: left;
				width: 180px;
			}
				#spacer { 
					width: 100%;
					/*height: 128px;*/
					height: 56px;
				}
				#lang {
					width: 100%;
					margin-bottom: 56px;
					text-align: center;
					margin-left: 30px;
				}
				#nav { }
				
			#right {
				width: 531px;
				float: left;
				padding-bottom: 20px;
			}
				#nav_top { 
					float: left; 
					width: 100%;
				}
				#bildleiste {
					clear: both;
					border-left: 1px solid white;
					border-right: 1px solid white;
				}
				#content {
					background: url(images/back_trans.png) repeat;
					padding: 15px 20px 0;
					border-left: solid 1px white;
					border-right: solid 1px white;
					border-bottom: solid 1px white;
				}
				#footer {
					width: 471px;
					padding: 10px 20px 0;
					font-size: 10px;
					line-height: 12px;
				}
				
		
/*****************
Headings
*****************/
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	padding-bottom: 0.5em;
	letter-spacing: normal;
}

/*****************
Language Selection
*****************/
#lang {
	font-weight: bold;
}
#lang a {
	font-weight: normal;
	color: #646567;
	text-decoration: underline;
}
#lang a:hover {
	color: #000;
}

/*****************
Navigation
*****************/
#nav_top {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#nav_top div {
	width: 25%;
	float: left;
	text-align: center;
}
#nav_top a {
	color: #000;
}
#nav_top a:hover {
	color: #fff;
}
#nav_top div.top_act a {
	color: #fff;
}
#nav .no, #nav .act {
	width: 78px;
	border: 1px #fff solid;
	text-align: left;
	line-height: 12px;	
	padding: 4px 10px 4px 30px;
	margin: 0 10px 8px 55px;
}
#nav .no:hover, #nav .act:hover {
	border: solid 1px #00294d;
}
#nav .no a, #nav .act a {
	color: #00294d;
	text-decoration: none;
}
#nav .act {
	background: white;
}

#nav #folder {
	background: url(images/folder_back.gif) no-repeat right top;
	height: 34px;
	padding: 8px 0px 4px 35px;
	margin: 25px 5px 8px 55px;
}
#nav #folder a {
	font-size: 10px;
	color: #000;
}

#static {
	color: white;
	line-height: 10px;
	font-size: 10px;
}
#static a {
	color: #fff;
	text-decoration: none;
}
#static a:hover {
	text-decoration: underline;
}

/*****************
Content
*****************/
#content a {
	color: #000;
}
#content a:hover {
	text-decoration: underline;
	color: #00294d;
}

/*****************
Sitemap
*****************/
.csc-sitemap li {
	list-style-type: none;
}
.csc-sitemap ul {
	list-style-type: none;
	padding-left: 1px;
	padding-bottom: 20px;
	font-weight: bold;
	line-height: 18px;
}
.csc-sitemap ul ul {
	font-weight: normal;
	padding-left: 20px;
	line-height: 14px;
}
.csc-sitemap ul ul ul, .csc-sitemap ul ul ul ul {
	display: none;
}

/*****************
Footer
*****************/
#foo_top {
	border-bottom: solid 1px #00294d;
}
#foo_left, #foo_right {
	float: left;
	width: 50%;
}
#footer a {
	color: #000;
}
#footer a:hover {
	text-decoration: underline;
}
