* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	overflow-y: scroll;
}

html, body {
	height: 100%;	
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 1.6em;
}

.floatleft { float: left; }
.floatright { float: right; }
.hidden { visibility: hidden; }
.displaynone { display: none; }
.displayblock { display: block; }
.dev { border: 1px solid #f60; }

.fbg_hinterlegt { background: #eee; }



/* --------------------------------------------------------- */

a:link, a:visited {
	text-decoration: underline;
	color: #808080;
}
a:hover, a:active {
	text-decoration: underline;
	color: #444;
}

#header a:link, #header a:visited {
	text-decoration: none;
}
#header a:hover, #header a:active {
	text-decoration: none;
}


/* --------------------------------------------------------- */

#inhaltsbereich .csc-textpic-text ul {
	margin: 0 0 0 15px;
	list-style-type: square;
}

#inhaltsbereich .csc-textpic-text li {
	margin: 0 0 0.2em -25px;
	list-style-type: square;
}

input, 
textarea {
	border: 1px solid #ddd;
	padding: 2px;
	width: 200px;
}

input[type=submit] {
	background: #eee;
	padding: 2px;
	margin: 0 0 0 10px;
}
input[type=submit]:hover {
	cursor: pointer;
	background: #fff;
}

#leftcol p, 
#rightcol p {
	margin: 0 0 0.8em 0;
}
#footer p {
	margin: 0;
}

h1 {
	font-size: 140%;
	margin: 0 0 0.6em 0;
	color: #1351a7;
}

h2 {
	font-size: 130%;
	margin: 0 0 0.6em 0;
	color: #1351a7;
}

h3 {
	font-size: 120%;
	margin: 0 0 0.6em 0;
	color: #1351a7;
}

h4 {
	font-size: 110%;
	margin: 0 0 0.6em 0;
	color: #1351a7;
}

h5 {
	font-size: 100%;
	margin: 0 0 0.6em 0;
	color: #1351a7;
}

sup, sub {
	font-size: 70%;
}

table {
	margin: 20px 0 20px 0;
	width: 100%;
	border-collapse: collapse;
}

tr {
	border: 1px solid #eee;
}

td {
	padding: 5px;
	vertical-align: top;
}

#inhaltsbereich img {
	border: 1px solid #ccc !important;
}


/* --------------------------------------------------------- */


#wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 980px;
	margin: auto auto;
	
	background: transparent url(../bilder/wrapper_bg_transp_schatten.png) no-repeat 0 241px;
}

#header {
	position: relative;
	height: 241px;
	width: 980px;
	background: transparent url(../bilder/header_bg_transp.png) no-repeat 0 0;
}

#qualitaet { 
	position: relative;
	width: 100px;
	height: 100px;
	float: left;
	margin: 0 0 0 11px;
}

#logo {
	position: relative;
	width: 142px;
	height: 41px;
	float: right;
	margin: 70px 21px 0 0;
}

#kl_bild {
	position: relative;
	width: 220px;
	height: 140px;
	float: left;
	clear: left;
	margin: 0 0 0 11px;
}

#navigation {
	display: block !important;
	position: relative;
	width: 700px;
	height: 60px;
	float: left;
	margin: 111px 0 0 20px;
}
#navigation ul {
	list-style-type: none;
}


/* --------------------------------------------------------- */

#inhaltsbereich {
	position: relative;
	width: 700px;
	float: left;
	margin: 20px 0 0 250px;
	z-index: 100;
}

#inhaltsbereich p {
	margin: 0 0 0.8em 0;
}


/* --------------------------------------------------------- */

.beitrag_inhaltsbereich {
	margin: 0 0 20px 0;
	float: left;
	clear: left;
	width: 100%;
}

.beitrag_2spaltig {
	width: 320px;
	margin: 0 20px 40px 0;
	float: left;
}

.beitrag_2spaltig .beitrag_inhaltsbereich {
	margin: 0;
}



/* --------------------------------------------------------- */

.stopper {
	width: 100%;
	height: 20px;
	clear: both;
}

#footer {
	position: relative;
	width: 970px;
	height: 20px;
	margin: auto auto;
	margin-top: -20px;
	
	text-align: right;
	clear: both;
	
	background: url(../bilder/footer_bg_raster.gif) no-repeat 5px 0;
}

#footertext {
	position: relative;
	width: 960px;
	text-align: right;
}
#footertext p {
	padding: 0 10px 0 0;
}

#footerlink {
	position: relative;
	width: 7px;
	height: 132px;
	margin: -137px -7px 0 0;
	
	float: right;
	text-align: right;
}



















