/* CSS Document */



/* Das Haupt td umschliesst 2 Unter td`S */

/* Das hier ändert den Body: margin macht gesamten Body platz oben, unten und rechts.
backround color macht die Hinterste Farbe anders*/
body {
	background-color: #CCCCCC;
	margin-left: 2px;
	margin-top: 6px;
  font-family:  tahoma, verdana, arial;
}


/* Hier wird die Schriftgröße für alle Tabellenspalten festgelegt ist jedoch spezieller etwas definiert, wird dieser hier ignoriert
Damit es gilt, muss der Text hinter dem Body-Tag im ersten Table drinstehen*/
td {
font-family:  tahoma, verdana, arial;
	font-size: 12px;
	color: black;
}

p {
  padding-top: 6px;
	padding-bottom: 6px;
	margin-top:2px;
	margin-bottom:2px;
}

table {
border-style:solid; border-color: #B2B2B2 #000000 #000000 #B2B2B2; border: 0pt;
}
/*------------------------ Mit border kann man übergreifen die Rahmen der Tabellen defnieren--------------------------*/

.headline,.headline2,.headline3 {
		font-family:  tahoma, verdana, arial;
		font-size: 11px;
		color: white;
}

h3 {
font-family:  tahoma, verdana, arial;
		font-size: 13px;
		color: black;
		font-weight:bold;
}


ul { margin-bottom: 10px; padding-left: 15px; }
ul li { margin: 0; padding: 0; }
ul li a { color: #f00; }






/*------------------------ ANFANG Definition des allgemeinen Verhaltens von Links --------------------------*/
A:link { color: #000000; text-decoration: none; } 
A:visited { color : #000000; text-decoration: none; }
A:hover {color:#F03300; text-decoration: underline;}
A:active {color: #F03300; background: #CFDFEB; text-decoration: none; } 
/*------------------------ Ende Definition des allgemeinen Verhaltens von Links --------------------------*/


/*------------------------ ANFANG Definition des Verhaltens von Links der NAVIGATION -------------------------
td.nav a {
	color: green; 
	font-size:11px;
}
/*------------------------ ANFANG Definition des Verhaltens von Links der NAVIGATION --------------------------*/


/*

a				{
 font-size: 11px;
 color: black; 
 text-decoration: none;
 }

a:visited			{ 
font-size: 11px;
  text-decoration: none;
   }

a:hover				{ 
font-size: 11px;
  text-decoration: underline;
   }

a.std				{ 
font-size: 11px;
 color:#436123;
  text-decoration: none;
   }

a:visited.std			{ font-size: 11px; color:#436123; text-decoration: none; }
a:hover.std			{ font-size: 11px; color:#436123; text-decoration: underline; }

*/


/*------------------------ Anfang FESTLEGUNG EIGENSCHAFTEN DER (Haupt-)NAVIGATION--------------------------*/
td.nav {
	background-image: url(http://www.auto-straxovanie.com/index-Dateien/button.gif);
	background-repeat: none;
	height: 30px;
	padding-left: 14px;
	font-size: 11px;
	border-style:solid; border-color: #000033 #000033 #000033 #000033;
  border-width: 1px;
}

/*------------------------ Ende FESTLEGUNG EIGENSCHAFTEN DER (Haupt-)NAVIGATION--------------------------*/


/* -------------  Header Banners & Beschriftung ANFANG------------------------------- */




a.headlink:link {color: #FFFFFF; text-decoration: none;}
a.headlink:hover {color: #FFFFFF; text-decoration: none;}
a.headlink:visited {color: #FFFFFF; text-decoration: none;}
a.headlink:active {color: #FFFFFF; text-decoration: none;}



.header_banner {
background-image: url(http://www.auto-straxovanie.com/index-Dateien/header.jpg);
height: 110px;
width: 771px;
margin-left: 0px;
margin-bottom: 0px;
}

td.header_banner_schrift {
color: white;
font-size: 22px;
text-align: right;
vertical-align: bottom;
padding-right: 25px;
padding-bottom: 18px;
}

/* -------------  Header Banners & Beschriftung ENDE------------------------------------- */





/* ANFANG EIGENSCHAFTEN DER DREI HAUPTBLÖCKE NAVI+MAININC+BOXEN RECHTS*/

/* AKTUELL: TABELLE besteht aus 3 td 1) Linke Navi 2) Hauptbereich 3) rechte Extrafelder
Diese sollten alle einzelne td Klassen definiert bekommen z.B. Hintergrundfarben..

Bisher: z.B. Navivereich = navi_bg.gif & dann navi_ende.gif als Hintergrund....
*/

td.lnav {
   background-color: #CCCCCC;
   vertical-align:top;
   padding-top: 15px;
   height: 0px;
   padding-left: 3px;
   padding-right: 11px;
   width: 140px;

}


td.extranav {
  font-size: 10px;
  padding-bottom: 6px;
  padding-top:1px; 
  padding-left: 11px;
  background-color:#DFDFDF;
  border-style:dotted; border-color: #000033 #000033 #000033 #000033;
  border-width: 1px;
}

/*Unter Hauptmenue Überpunkte, geht farblich über in td.extranav */
td.extranav2 {
  vertical-align:top;
  font-size: 10px;
  padding-bottom: 9px; 
  padding-left: 5px;
  background-image: url(http://www.auto-straxovanie.com/index-Dateien/header.jpg);
	background-repeat: none;
	border-style:dotted; border-color: #000033 #000033 #000033 #000033;
  border-width: 0px;
  color:white;
}

/*Platzhalter Extranav mit Rahmen links und rechts*/
td.extranav3 {
  background-color: #CCCCCC;
  border-style:dotted; border-color: #CCCCCC #000033 #CCCCCC #000033;
  border-width: 0px;
  font-size: 3px;
}





/*td.rnav {
   background-color: #D4D5DC;
   vertical-align:top;
   padding-top: 15px;
   height: 0px;
   padding-left: 7px;
   padding-right: 0px;
   width: 140px;
   
}*/





td.middlecontent {
   background-color: #CCCCCC;
   vertical-align:top;
   padding-top: 15px;
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 165px;
   height: 0px;
   width: 614px;
   font-size: 0.9em;
	 line-height: 18px;
}

/*Maincontent in der Mitte links und rechts*/
#abstand
{
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 13px;
}  





/* ANFANG Spezial Maincontent lange Texte z.B. Gesetzestexte*/
#longabstand
{
    color: green;
    margin-top: 10px;
    margin-bottom: 14px;
    padding-left: 13px;
    padding-right: 10px;
    font-size: 0.98em;
	  line-height: 13px;
}

.l
{
    color: darkgreen;
    font-size: 13px;
		font-weight:bold; 
}

/* ENDE Spezial Maincontent lange Texte z.B. Gesetzestexte*/




/*Linkverhalten im Hauptbereich für Texte & Videos, NBlättern usw.*/
a.middlecontent:link {color: #000000; text-decoration: none; } 
a.middlecontent:visited {color: #A0A0A0; text-decoration: none; }
a.middlecontent:hover {color: #F03300; text-decoration: underline;}
a.middlecontent:active {color: #F03300; background: #000000; text-decoration: none; }






/*Höhe des Gesamten Gebildes mit dieser height*/


/* ENDE EIGENSCHAFTEN DER DREI HAUPTBLÖCKE NAVI+MAININC+BOXEN RECHTS*/




/*

.cont {
	font-family:  tahoma, verdana, arial;
	font-size: 11px;
	color: #000000;
}

.ro {

	background-color:#E7E7E7;
	
}

html {
	font-family:  tahoma, verdana, arial;
	font-size: 11px;
}
.bbc		{ color:#FFFFFF; background-color:#FFFFFF; border-color:#FFFFFF; border-style:solid; border-width:1px; text-decoration:none;}
*/





/*
td.nav_head {
background-image: url(http://www.auto-straxovanie.com/index-Dateien/head_left.gif);
 color: white;
 padding-left: 15px;
 line-height: 31px;
 width: 185px;
 height: 31px;
}


td.sidebar_head {
background-image: url(http://www.auto-straxovanie.com/index-Dateien/head_right.gif);
 color: white;
 padding-left: 15px;
 line-height: 32px;
 width: 168px;
 height: 32px;
}




.shouty,.shouty2,.shouty3,.shouty4,.shouty5 {
background-color: #fafbfc;
background-image: url(http://www.auto-straxovanie.com/index-Dateien/shouty.gif);
background-repeat: no-repeat;
padding: 5px;
}

img { border: 0;}
.headline a, .footer_text, .footer_text a.nav {
	color: white;
}
*/



/* ------------ANFANG BOXENSPALTE RECHTS ----------------*/


td.blueboxtop {
/* So kann man (Hintergrund-)Bilder einbinden per CSS... :
   background-image: url(http://www.auto-straxovanie.com/index-Dateien/head_right.gif); */
  background-image: url(http://www.auto-straxovanie.com/index-Dateien/header.jpg);
	background-repeat: none;
  color: white;
}

td.blueboxbottom {
/* So kann man (Hintergrund-)Bilder einbinden per CSS... :
   background-image: url(http://www.auto-straxovanie.com/index-Dateien/head_right.gif); */
 background-image: url(http://www.auto-straxovanie.com/index-Dateien/header.jpg);
 color: white;
}




td.titel_boxen_rechts {
/* So kann man (Hintergrund-)Bilder einbinden per CSS... :
   background-image: url(http://www.auto-straxovanie.com/index-Dateien/head_right.gif); */
 background-image: url(http://www.auto-straxovanie.com/index-Dateien/header.jpg);
 color: white;
 /*
 padding-right: 2px;
 line-height: 15px;*/
 width: 132px;
 padding-left: 6px;
 height: 20px;
 font-size: 11px; /*Hier kann man die Schrift in den Boxentiteln ändern. Aber hier kommentiert, da global vorgegeben*/
 border-style:solid; border-color: #A0A0A0 #A0A0A0 #A0A0A0 #A0A0A0;
 border: 1pt;
/* Border gilt nur für die Titelboxen - es gibt auch Angaben in HTML!*/
}

td.inhalt_boxen_rechts {
 color: black;
 background-color: #F5F5F5;
 padding-left: 8px;
 line-height: 15px;
 width: 178px;
 height: 20px;
 font-size: 11px;
}

td.abstand_boxen_rechts {
 background-color:#042F5A;
 height: 7px;
 padding-bottom:0px;
 border: 0pt;
}





/* ------------Ende BOXENSPALTE RECHTS ----------------*/


/* ------------Anfang Footer Leiste mit Impressum----------------*/

 a.foot {
 color: #000000;
 font-size: 9px;
 } 

.footer {  
   background-color: #DFDFDF;
   text-align: left;
   vertical-align: middle;
   height: 13px;
   width: 615px;
   margin-top:1px;
   margin-left:0px;
   position:relative;
   left:155px;
   top: -158px;
   border-style:dotted; border-color: #A0A0A0 #A0A0A0 #A0A0A0 #A0A0A0;
   border-width: 1px;
   font-size: 9px;
}

#impressum
{
   position:relative;
   right: 0px;
   bottom: 0px;
}



/* ------------Ende Footer Leiste mit Impressum ----------------*/





/* ------------ ANFANG Justierung der Google-Werbung ganz rechts. Ist in extra INC ----------------*/

#google_hauptnav_sky
{
   padding-left: 5px;
   padding-top: 0px;
   vertical-align: top;
   height: 680px;
   position:relative;
   right:0px;
   top: -93px;
}
/*------------ ENDE Justierung der Google-Werbung ganz rechts ----------------*/



/*------------ ANFANG Justierung der Google-Werbung ganz rechts. Ist in extra INC----------------*/
#googlesuche
{
    padding-left: 5px;
    padding-top: 0px;
    vertical-align: top;
    height: 210px;
}   
 /*------------ ENDE Justierung der Google-Werbung 130 bei Googlesuche ----------------*/


/*------------ ANFANG Justierung der Google-Werbung ganz rechts. Ist im HAUPTNAV INC----------------*/
#lnavgoogleads
{
    padding-top: 15px;
    margin-left: 0px;
    vertical-align: top;
    text-align: center;
    border: 3pt;
}   
 /*------------ ENDE Justierung der Google-Werbung ----------------*/










/* ------------ ANFANG Justierung der Google-Werbung ----------------
.googlesuche
{
   padding-top: 15px;
   position:relative;
   right:-935px;
   top: -1138px;
/* ------------ ENDE Justierung der Google-Werbung ----------------*/

/* ------------ ANFANG Spezial Innen-Abstand für td`s  ----------------*/
td.abst
{
    padding-left: 20px;
    color: black;
    text-align:left
}   


/* ------------ ENDE Spezial Innen-Abstand für td`s  ----------------*/
