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



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

.title, h1 { 
    color:#FFFFFF;  
    font-size:16px;
    font-weight: bold;
}

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



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

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

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

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

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

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

/* ---------------------------------------------------------------------------*/



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



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

textarea {
    font-family:Arial, Helvetica, sans-serif;
	background-color : #333333;
	border : 1px solid #999999;
	color:#FFFFFF;
	font-size : 10px;
	font-weight : normal;
}*/





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

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


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

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

