@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}

body {
	font: 15px Arial, Helvetica, sans-serif; /* 1em = 16pts */
	background-image:url(../design/bg_verlauf_rot.jpg);
	background-repeat:repeat-x;
	background-color:#6C0000;
	color:#666;
}


#main_wrapper {background-color:#FFF;}

#header {background-color:#FFF;}

#header_inner {background-color:#FFF;}	

#nav {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	}

#content {background-color:#FFF;}

#footer {background-color:#FFF;}

#header_logo {
	background-color:#FFF;
}


#header_bigpic{background-color:#FFF;}


h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: Arial, Helvetica, sans-serif;
	} 

/* TEXT COLORS */
h1 {
	color:#999;
	}
h2, h3, h4, h5 {
	color:#666;
	}
h6 {
	color:#666;
	}
p {
	color:#666;
	}
ul, ol, dl, blockquote, cite {
	color:#808073;
	}
#nav ul, #nav a {
	color:#666;
	}
a {
	color:#666;
	}
a:hover, #nav a:hover {
	color:#F33;
	}	
#footer p {
	margin:0;
	}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: Arial, Helvetica, sans-serif;
	} 	

/* ++++++++++++ FONT GROESSE UND ABST�NDE +++++++++++++++ */


h1 {/*font-size:1.5em;  24pt */
	font-size:24px;
	margin-top:0px;
	margin-bottom:17px;
	font-weight:bold;
	}
#content_inner > h1{
	margin-top:17px;
	clear:both;
	}

h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	/*font-size:.8em;  12pt */
	font-size:14px;
	line-height:17px; /* on 15pt */
 	}
a {
	
	}
a:hover {
	text-decoration:none;
	}
/* basic list styling - more-styled lists in list.css */
ul, dl, ol {
		margin:11px; /* lists without specific classes */
		font-size:12px;
		line-height:17px;
		}
		
li{
	list-style-type:disc;
	color:#000;
	}		
		
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:0px;
		}

img {
	border:0;
	}



dl.csc-textpic-image {
	
	
	}
	
#content_inner div.csc-textpic{
	clear:both;
	margin-bottom:30px;
	}
#content_inner div.csc-textpic-intext-left-nowrap{

	margin-bottom:30px;
	}
	
#content_inner div.csc-textpic-imagewrap{
	margin-top:5px;
	}
	
#content_inner div.csc-textpic-intex-left-nowrap{
	clear:both;
	}


#content_inner div.csc-textpic-text + h1{
	margin-top:30px;
	}
	
div.csc-textpic-clear{
	height:10px;
	}
	
div.csc-textpic-intext-left{
	clear:both;
	}
	
#footer_inner {
	color:#C00;
}
