* {
	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: #808080;
	line-height: 1.6em;
	background: #2f2f2f url(../bilder/body_wrapper_linie_bg.gif) repeat-x 0 175px;
}

.floatleft { float: left; }
.floatright { float: right; }
.hidden { visibility: hidden; }
.displaynone { display: none; }
.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 ul {
	margin: 0 0 0 15px;
list-style-type: square;
}

#inhaltsbereich ul li {
	margin: 0 0 0.5em 0;
}

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;
}

.csc-textpic-caption {
	font-size: 70%;
	text-align: right;
}

/* --------------------------------------------------------- */

#wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 960px;
	margin: auto auto;
	
	background: #fff url(../bilder/wrapper_bg_schatten.jpg) repeat-y 0 0;
}

#header {
	position: relative;
	width: 960px;
	height: 176px;
	margin: 0 0 0 0;
	background: #fff url(../bilder/body_wrapper_linie_bg.gif) repeat-x 0 175px;
	overflow: hidden;
}

#logo {
	position: relative;
	width: 231px;
	height: 71px;
	margin: 20px 0 0 30px;
	
	float: left;
}

#navigation {
	position: relative;
	width: 650px;
	height: 120px;
	margin: 46px 0 0 40px;
	
	float: left;
}
#navigation ul {
	list-style: none;	
}


/* --------------------------------------------------------- */

#leftcol {
	position: relative;
	width: 420px;
	margin: 60px 0 0 30px;
	
	float: left;
	
	display: none;
}


/* --------------------------------------------------------- */

#rightcol {
	position: relative;
	width: 420px;
	margin: 60px 30px 0 0;
	
	float: right;
	
	display: none;
}


/* --------------------------------------------------------- */

.beitrag_leftcol, .beitrag_rightcol {
	position: relative;
	width: 100%;
	float: left;
	padding: 5px;
	margin: -5px 0 20px -5px;
}


/* --------------------------------------------------------- */

.stopper {
	width: 100%;
	height: 1px;
	clear: both;
}

#footer {
	position: relative;
	width: 960px;
	height: 1px;
	margin: auto auto;
	margin-top: -1px;
	
	text-align: right;
	clear: both;
}

#footerlink {
	position: relative;
	width: 7px;
	height: 132px;
	margin: -137px -12px 0 0;
	
	float: right;
	text-align: right;
}



















