/* CSS styles für LCS Page */


/* Main Page Styles*/

.page_title_bg { 
	background-color: #ffde12; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight : normal;
	color: #868686; 
	font-size: 14pt; 
	padding-left: 10pt;
}


/* Berichte und News */
.news_data { 
	background-color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight : normal;
	color: #333333; 
	font-size: 9pt; 
	padding-left: 10pt;
}

.news_data_bg { 
	background-color: #ffee97; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight : normal;
	color: #333333; 
	font-size: 9pt; 
	padding-left: 10pt;
}
 
.news_title { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 12pt; 
	font-weight: normal; 
	padding-left: 10pt;
} 

.news_teaser { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-weight : normal;
	font-size: 10pt; 
	padding-left: 10pt;
} 

.news_text { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 10pt; 
	font-weight : normal;
	align="justify"; 
	padding-left: 10pt;
}

.news_caption { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #777777; 
	font-size: 9pt; 
	font-weight : normal;
	padding-left: 10pt;
}



/* Scrollbar */

body
		{
	scrollbar-face-color: 868686;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: White;
	scrollbar-3dlight-color: #ffdd12;
	scrollbar-darkshadow-color:#ffee22;
	scrollbar-track-color: #DDDDDD;
	scrollbar-arrow-color: #000000;
}


/* Tabellen */
.liste_titel { 
	background-color: #868686; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 10pt; 
	font-weight: bold;
} 

.liste_feld { 
	background-color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 9pt;  
	font-weight: Normal;
} 




/* Generell */


a:link { 
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif; 
	color: #868686; 
	font-size: 9pt; 
	text-decoration:none; 
	padding-left: 5pt;
}
a:active { 
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif; 
	color: #aaaaaa; 
	font-size: 9pt; 
	text-decoration:none; 
	padding-left: 5pt;
}

a:visited {
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;  
	color: #444444; 
	font-size: 9pt; 
	text-decoration:none; 
	padding-left: 5pt;
}

a:hover { 
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 9pt; 
	text-decoration:none; 
	padding-left: 5pt;
}

