/*  
CSS - Datei BMW Testride                                                       
*/

/* Einstellungen für den Body und Scrollbar ---------------------- */

BODY 
{
	background: #C0C0C0;	

	/*unterdrückt eine leere Scrolleiste im IE*/
	overflow: auto;

	/*Scrollbar Pfeil im Scrollbare */
	scrollbar-arrow-color: #3A6EA5;

	/* Linker Schattenrand */
	scrollbar-base-color: #c8c8c8;
	
	/* Grundfarbe Scrollbar */
	scrollbar-face-color: #D4D0C8;

	/* Gleitfläche und Teile des linken Randes */
	scrollbar-highlight-color: #FFFFFF;

	/* Recher Rand */
	scrollbar-shadow-color: #B4B4B4;

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}



/* Generelle Linkbehandlung  ------------------------------------- */
A 
{
	color:#006CB1;
	font-weight:bold;
	text-decoration:none;
}

A:link 
{
	color:#006CB1;
	font-weight:bold;
	text-decoration:none;	
	
}  
A:visited 
{
	color:#006CB1;
	font-weight:bold;
	text-decoration:none;
}  
A:active 
{
	font-weight:bold;
	color:#006CB1;
	text-decoration:none;
}  

A:hover 
{
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}

A.textli:hover 
{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}


/* Linkhandling content  ------------------------------------------ */
A.cont:link 
{
	color:#006CB1;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;		
}  

A.cont:visited
{
	color:#006CB1;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;	
}

A.cont:active 
{
	color:#006CB1;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;	
} 

A.cont:hover 
{
	color:#006CB1;
	font-size: 12px;
	font-weight:bold;
	color:#000000;
}


/* Tabellenelemente  ---------------------------------------------- */
td
{
	color: #000000;
	font-size: 12px;
	font-family: verdana,arial,helv,helvetica,sans-serif;
	font-weight:normal;
}


/* Überschriften Schriften ---------------------------------------- */
h1
{
	font-size: 18px;
	font-weight:bold;
	font-style:none;
   	display:inline;	
}

h2
{
	font-size: 18px;
	font-weight:bold;
	font-style:italic;
   	display:inline;	
}


/* Individuelle Seiteneinstellungen --------------------------------- */
.mittelteil
{
	background: #ffffff;
}


/* Kategorieboxen ------------------------------------------------------------------------*/
div.idat_box1 {
	border: 2px solid #ffffff;
	margin-bottom: 15px;
}

}
div.idat_box1_content {
	padding: 5px;
	background: #ffffff url(/tv/intradat/branding/gaskrank/images/hinten_fgrau.jpg) no-repeat;
	color: #fff;
}


/* Scrollbalken */
ul.level_1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul.level_1 li {
	color: #fff;
	list-style-type:none;
	padding: 4px;
	margin: 0px 0px 0px 0px;
}
ul.level_1 li:hover, ul.level_1 li.over  {
	background: #3A6EA5;
}

/* Einstellungen für den Hauptrahmen und andere Rahmen !!!! --------------- */
.hauptrahmen 
{ 
	border-bottom-width: 1px; border-bottom-style: solid;
	border-top-width: 1px; border-top-style: solid; border-left-width: 1px;
	border-left-style: solid; border-right-width: 1px;
	border-right-style: solid; border-color: #C0C0C0; 
}


/* Linkhandling Fussleiste ------------------------------------------ */
A.kleinli:link 
{
	color:#B4B4B4;
	font-size: 10px;
	font-weight:normal;
	text-decoration:none;		
}  

A.kleinli:visited
{
	color:#B4B4B4;
	font-size: 10px;
	font-weight:normal;
	text-decoration:none;	
}

A.kleinli:active 
{
	color:#B4B4B4;
	font-size: 10px;
	font-weight:normal;
	text-decoration:none;	
} 

A.kleinli:hover 
{
	text-decoration:underline;
	font-size: 10px;
	font-weight:normal;
	color:#B4B4B4;
}

