@import url(typo.css);
@import url(elements.css);
@import url(formulare.css);
@import url(news2.css);

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
	list-style: none;
}


.splash{
	display:block;
	margin:0 auto;
	padding: 0;
	text-align:center;
	height: 100%;
	width: 100%;
	overflow:hidden;
	vertical-align:middle;
}

body {
	width:980px;
	left: 15%;
	font-family: Arial;
	background: #fafafa;
	color: #222;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
    }
    
/* Structure */


/* oben */
#top {
	clear: both;
	display:block;
	width: 100%;
	padding-top:14px;
	padding-left: 10px;
	padding-right:20px;
	}





.page {
	overflow: hidden;
	text-align: left; 
	margin:0px auto;
	padding: 0px;
	width: 980px;
	line-height: 1.3em;
	padding-bottom: 10px;

}

#wrapper {
	width: 960px;
/*	min-height: 600px;*/
	text-align: left;  
	background-color: white; 
	-webkit-box-shadow: rgb(102, 102, 102) 0px 0px 20px;
	-moz-box-shadow: rgb(102, 102, 102) 0px 0px 20px;
	box-shadow: rgb(102, 102, 102) 0px 0px 20px;
	filter:progid:DXImageTransform.Microsoft.DropShadow(color=#999999, offx=2, offy=2);  
}

#container {
	clear: both;
	display: block;
	width: 960px;
	padding-bottom:20px;
	text-align:left;
}

#innercont {
	display:block;
	text-align:left;
	}

#clearcont {
	display:block;
/*	width: 995px;*/
	margin:0 auto;
	padding: 0;
	text-align:right;
	height:6px;
}

#kante {
	background-color: transparent;
	height:5px;
	width: 940px;
	font-size:1px;
	line-height:1px;
}

#mitte {
	clear: both;
	display: block;
	margin: 0px;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 60px;
	width: 100%;
	position: relative;
	top: 40px;
	}
	
#dotbreak{
	clear:both;
	width:960px;
	height:20px;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-align:center;
}

#inhalt{
	display: inherit;
	min-height: 640px;
	width:960px;
}

.rechts {
	float: right;
	font-size: 1.1em;
	padding-left: 2em;
	padding-right: 2em;
	width: 200px;
	text-align: center;
	}

#footer {
	clear:both;
	bottom: 0px !important;
	display: block;
	padding: 6px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	border-top: dotted 1px #333333;
	margin-top:24px;
}

.clearer {
	clear:both;
	height:0px;
	line-height:0;
}

.clearc {
	clear: both;
	display: block;
	text-align: center;
	}

#cpyrgt {
	background-color: transparent;
	color: rgb(153, 153, 153);
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	
}



