@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}

/* 1em = 16pts 
body {
	font: 1em Arial, Helvetica, sans-serif; 
}
*/


body {
	font: 14px Arial, Helvetica, sans-serif; /* 1em = 16pts */
}

/*
.float_left {float:left; margin: 0 .3em .3em 0;}     
.float_right {float:right;  margin: 0 0 .3em .3em;}
*/

body {background-color:#CCC;}

#main_wrapper {background-color:#FFF;}

#header {background-color:#FFF;}

#nav {background-color:#FFF;}

#content {background-color:#FFF;}

#footer {background-color:#FFF;}

#header_slogan {background-color:#000;}

div#quickfinder{background-color:#FFF;}

#quickfinder input#suchbutton{background-color:#FFF;}

#quickfinder input#suchbox{background-color:#FFF;}

#header_bigpic{background-color:#D1D71F;} /*+++ Flash +++*/

#break{background-color:#FFF;} /* weisser Unterbrecher */

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: Arial, Helvetica, sans-serif;
	} 

/* TEXT COLORS */
h1 {
	color:#666;
	}
h2, h3, h4, h5 {
	color:#666;
	}
h6 {
	color:#000000;
	}
p {
	color:#000;
	}
ul, ol, dl, blockquote, cite {
	color:#808073;
	}
#nav ul, #nav a {
	color:#000;
	}
a {
	color:#666;
	}
a:hover, #nav a:hover {
	color:#000;
	}	
#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:23px;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:bold;
	}
#content_inner > h1{
	margin-top:15px;
	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:13px;
	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;
		}
		
#quickfinder input#suchbox{font-size:15px;
line-height:20px;}	


img {
	border:0;
	}

/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	margin: .3em 1em 1em 1em;
	/*
	border-top:1px solid #069;
	border-collapse:collapse;
	*/
	font-size:.8em;
	}
table th	{
	padding: .3em .5em .3em .5em;
	/*
	border-bottom:2px solid #069;
	*/
	}
table td	{
	padding: .3em .5em .3em .5em;
	/*
	border-bottom:1px solid #069;
	*/
	}
	
/* +++ Anpassung +++ */

tr td.csc-uploads-icon{
	margin-right:10px;
	vertical-align:bottom;
	
}

tr td.csc-uploads-fileName{

	vertical-align:bottom;
	
}



tr td.csc-uploads-icon img{
	border: solid 1px #666;
	}

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;
	}
	

