@CHARSET "UTF-8";
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {background: transparent;border: 0;font-size: 101%;font-family:  Arial, Helvetica, Verdana, sans-serif;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 1px #c0c dotted;}
body{
	height:101%;
	background-color: #000;
	font-size: 1em;
	line-height: 1em;
	
}
h1,h2,h3{color: #4d4d4d;}
ul,li{list-style: none; display:block;}
#wrapper{
	margin:10px auto;
	padding:0 0 15px 0;
	width: 1000px;
	position: relative;
	background: #fff url("/indexImage/bgImage.jpg") repeat-y;
	/*height:768px;*/	
	border:10px solid #efefef;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

	.header{
		width: 1000px;
		height: 280px;
		background: #efefef url("/indexImage/bgTop.jpg") no-repeat;
		margin:0;padding:0;
	}
		.header .top, .header .spezial{
			margin:0 0 0 98px;
			width: 796px;
		}
		.header .top{padding:190px 0 10px 0;}
			.header .top h1{
				font-size: 1em;
				margin:0 0 0 100px;
				line-height: 1.2;
			}
		.header .spezial{
			background: #eee url("/indexImage/footer.png") repeat-x 0 -5px;
			height: 32px;
			line-height: 1.63;
			font-size: 1.25em;
			font-weight: bold;
			text-align: center;
			color: #ee0000;
		}
			.header .spezial span{
				line-height: 25px;
				margin: 0 10px;
			}
		
	.content{
		width: 831px;
		height: 452px;
		background: transparent url("/indexImage/contentbg.png") repeat-y;
		margin:0 0 0 89px;
		padding:0;
		position: relative;
	}
	
		.content img.abteilungen{
			border:none;
			position:absolute;
			top:0px;
			left:10px;
			z-index: 1;
		}
	#navigation{
		margin:0 0 100px 500px;
		padding-top:50px;
		width: 300px;
	}
		#navigation h2{margin: 0 0 15px 3px;font-weight: normal; font-size: 1.125em;}
		#navigation ul li{margin:10px 0; width: 258px; height:48px; overflow: hidden;text-align: center;line-height: 44px;font-size: 20px;}
		#navigation ul li a{float:left;width:258px; height:48px; overflow: hidden; background: #efefef url("/indexImage/buttons.png") no-repeat 0 0;text-decoration: none;color:#0056cc;} 
		#navigation ul li a:hover{background-position: 0 -48px;color:#fff;}
	
	#subNavi{
		margin:0;
		padding-top:150px;
		width: auto;
		height: auto;
		display: inline;
		z-index: 3;
		position: relative;
	}
		#subNavi p{float:left;color: #4d4d4d;margin: 0 5px 15px 40px;font-weight: normal; font-size: 16px;font-weight: bold;line-height: 27px;}
		#subNavi ul li{float:left;margin:0 5px; width: 151px; height:28px; overflow: hidden;text-align: center;line-height: 28px;font-size: 14px;}
		#subNavi ul li a{font-weight:bold;float:left;width:151px; height:28px; overflow: hidden; background: #efefef url("/indexImage/buttons-small.png") no-repeat 0 0;text-decoration: none;color:#0056cc;} 
		#subNavi ul li a:hover{background-position: 0 -28px;color:#fff;}
	
	
	.twitter{
		position: absolute;
		bottom: 20px;
		right: 35px;
		height:50px;
		overflow: hidden;
		z-index: 2;
	}
	.facebook{
		position: absolute;
		bottom: 20px;
		right: 95px;
		height:50px;
		overflow: hidden;
		z-index: 2;
	}
	
	
	.footer{
		position:absolute;
		bottom:0;
		clear: both;
		background: #eee url("/indexImage/footer.png") repeat-x ;
		height: 40px;
		line-height: 1.63;
		font-size: 0.85em;
		font-weight: bold;
		text-align: center;
		padding-top: 10px;
		color: #333;
		width: 798px;
		margin:0 0 0 8px;
		border-bottom: 5px solid #666;
		z-index: 1;
	}
	.footer a{text-decoration: none;cursor: pointer;color: #0066ef;}
		
