/*** ############ AB HIER CLASSEN VERWENDEN ############# ***/

body{background-color: #FFFFFF;}

/*** Standardtext ***/

td {
	font-family : Arial, Helvetica, sans-serif;		/*** schriftart 		***/
	font-size : 9pt; 								/*** schriftgröße 		***/
	color : #245674; 								/*** schriftfarbe 		***/
	font-style : normal; 							/*** Schrift-Stil 		***/
	font-weight : normal;							/*** Schrift-"dicke" 	***/
}

.stext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #245674;
	font-style : normal;
	font-weight : normal;
}


/*** Textlinks oben  ***/

a { 
	font-family:Arial,Helvetica,sans-serif;
	color:#890027;
	text-decoration:underline;
}

a.metanavi { 
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	color:#245674;
	text-decoration:none;
}

a.metanavi:hover { 
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	color:#245674;
	text-decoration:underline;
}

/*** Menu oben - dunkelblau ***/

a.menu { 
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	color:#245674;
	text-decoration:none;
}

a.menu:hover {
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	color:#245674;
	text-decoration:underline;
}

/*** News-box: Datum / Newstitel ***/

a.datum {
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	color:#245674;
	text-decoration:none;
}

a.datum:hover {
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	color:#245674;
	text-decoration:underline;
}

.newstitel {
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	color:#000000;
	text-decoration:none;
}

/*** Headlines **/

.subhead {
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	color:#245674;
	font-style: italic;
}

.headline {
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	color:#245674;
	font-weight:bold;
}

.inheadline {
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	color:#245674;
	font-weight:bold;
}

.contentbig {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	color:#245674;
	text-decoration:none;
}

.contentnormal {
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	color:#245674;
	text-decoration:none;
}

.menubig { 
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
}

.indiz {
	font-family : Arial, Helvetica, sans-serif;		
	font-size : 8pt; 								
	color : #245674; 								
	font-style : normal; 							
	font-weight : normal;							
}

/*** Input-Felder ***/

.instyle {
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;color:#000000;
	text-decoration:none;
}

/*** Bildabstand (kurve) ***/

.pic { 
	margin-top: 10px;							/*** Abstand nach oben ***/
	margin-bottom: 10px;						/*** Abstand nach unten ***/
}

/*** LOGO ***/

.logo { 
	margin-bottom: 15px;						/*** Abstand nach unten ***/
}

/*** Indizes-Navi ***/

.indn {
	font-family : Arial, Helvetica, sans-serif;		
	font-size : 7pt; 								
	color : #245674; 								
	font-style : normal; 							
	font-weight : normal;
	text-decoration:none;								
}

/*** Indizes-Link ***/

.indl {
	font-family : Arial, Helvetica, sans-serif;		
	font-size : 7pt; 								
	color : #245674; 								
	font-style : normal; 							
	font-weight : normal;
	text-decoration:underline;
	padding-left: 5px;								
}

/*** Border ***/


.bo { BORDER-TOP: #245674 1px solid; }
.bu	{ BORDER-BOTTOM:  #245674 1px solid; }	  
.bl { BORDER-LEFT: #245674 1px solid; }
.br { BORDER-RIGHT:  #245674 1px solid; } 






/*** Link ***/

.indnOff {
	font-family : Arial, Helvetica, sans-serif;		
	font-size : 7pt; 								
	color : #ADBBCE; 								
	font-style : normal; 							
	font-weight : normal;
	text-decoration:none;								
}


/*** Blue Colors ***/
.darkBlue	{background-color:#245674;}
.silverBlue	{background-color:#E3EEF1;}
.middleBlue	{background-color:#7294B9;}
.grayBlue	{background-color:#E3EEF1;}
.lightBlue {background-color:#A7BBC7;}
.whiteBlue {background-color:#F0F9FB;}

/*** Custom TT Classes ***/

.rightpad5 {padding-right:5px;}
.leftpad5 {padding-left:5px;}

.TTmenu { 
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
}

/*** New Borders ***/
.WhiteBr { BORDER-RIGHT:  #FFFFFF 1px solid; } 

.TTbo { BORDER-TOP: #A7BBC7 1px solid; }
.TTbu	{ BORDER-BOTTOM:  #A7BBC7 1px solid; }	  
.TTbl { BORDER-LEFT: #A7BBC7 1px solid; }
.TTbr { BORDER-RIGHT:  #A7BBC7 1px solid; } 

.TTtop { background-color:  #E3EEF1; } 
.TTWhite { background-color:  #FFFFFF; }
.TTMenuBlue { background-color:  #A7BBC7; }

.notlinked {
	font-family : Arial, Helvetica, sans-serif;		
	font-size : 7pt; 								
	color : #A7BBC7; 								
	font-style : normal; 							
	font-weight : normal;
	text-decoration:none;								
}
a.red
{
	font-family : Arial, Helvetica, sans-serif;		
	font-size : 9pt; 								
	color : #890027; 								
	font-style : normal; 							
	font-weight : normal;
	text-decoration:none;								
}
a.normal
{
	font-family : Arial, Helvetica, sans-serif;		
	font-size : 9pt; 								
	color : #A7BBC7; 								
	font-style : normal; 							
	font-weight : normal;
	text-decoration:none;								
}
a.normal:hover
{
	font-family : Arial, Helvetica, sans-serif;		
	font-size : 9pt; 								
	color : #245674; 								
	font-style : normal; 							
	font-weight : normal;
	text-decoration:none;								
}

a.inactive {
	font-family : Arial, Helvetica, sans-serif;		
	font-size : 7pt; 								
	color : #A7BBC7; 								
	font-style : normal; 							
	font-weight : normal;
	text-decoration:none;								
}

a.inactive:hover {
	font-family : Arial, Helvetica, sans-serif;		
	font-size : 7pt; 								
	color : #245674; 								
	font-style : normal; 							
	font-weight : normal;
	text-decoration:none;								
}

.icon {
	margin: 0 0 0 4px;
	padding:0;
}

td.inactive {
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 9pt;
	color : #ADBBCE;
	font-style : normal;
	font-weight : normal;
}

