BODY { 
      color:#000000;  
      font-size:12px;
	  min-height: 101%;
	  height: 101%;
 }
 



/* ------------------------------------inhalttext --------------------------------------------------------------------------------------------------*/

.title, .csc-header, .csc-firstHeader .csc-header, .csc-header a:link,.csc-header-n3, csc-header-n3 a:link, .title a:link, h1, h1 a:link, h1 a:visited { 
    color:#000000;  
    font-size:16px;
    font-weight: bold;
}



h2 { 
    color:#000000;  
    font-size:14px;
    font-weight: bold;
}



.bodyText {
	font-size: 12px;
	color: #000000;
	line-height: normal;
}

.bodyText a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	}

.bodyText a:active {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	}

.bodyText a:visited {  
	font-size: 12px; 
	color: #000000;
	text-decoration: underline;
}

.bodyText a:hover {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

.csc-caption{
    font-size: 10px;
	color: #333333;
	margin-top: 2px;
	}
/* ---------------------------------------------------------------------------*/



input {
    font-family:Arial, Helvetica, sans-serif;
	background-color : #EFEFEF;
	color : #000000;
	font-size : 11px;
	font-weight : normal;
	border: 1px solid #999999;
}



option {
    font-family:Arial, Helvetica, sans-serif;
	background-color : #EFEFEF;
	border : 0px #8D8B83 solid;
	color : #000000;
	font-size : 12px;
	font-weight : normal;
}

textarea {
    font-family:Arial, Helvetica, sans-serif;
	background-color : #EFEFEF;
	border : 1px solid #999999;
	color : #000000;
	font-size : 12px;
	font-weight : normal;
}





/* ------------------------------------ link ohne css definition --------------------------------------------------------------------------------------------------*/

a:link,A:visited,A:active {
    color: #000000;
	text-decoration: underline;
}


A:hover {
    color: #333333;
	text-decoration: underline;
}

td {
    font-size: 12px;
/*	vertical-align: top;      */
}

