/* Farbwerte

Hintergrund:
#ffffff

Orange (Navigation/Hauptbild/Buttons/Text Aufzählungen):
#f29400

Hell-Orange (Rollover):
#f29400 (40%)

Gelb (Hinterlegung Downloads/Zitate):
#f9ecbc (hellere Flächen bei 60%)

Rot (Headlines):
#9e1517

Grau (Navigation/Copytext):
#6b6154

Hell-Grau (Aufzählungs-kästchen):
#b5ac9f

*/

/* --------------------------------------- Allgemeine Einstellungen ------------------------------------------- */

* { 
	margin: 0px; 
	padding: 0px; 
	border: 0px none #FF00FF
    }

P, OL, UL, DIV, H1, H2, H3, H4, H5 A, LI {
	 font-family: Verdana, Helvetica, Arial, Trebuchet;
	font-size: 12px;
	line-height: 19px;
	/* color: #a89a7a; */
	color: #786a4a;
    }

DIV, P, H1, H2, FORM, INPUT, IMG, A, TABLE{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    }

A {
    font-family: Verdana, Helvetica, Arial, Trebuchet;
    color: #786a4a;
    text-decoration: underline;
}

A:hover {
	color: #ffb700;
    }

BODY {
	background-color:#ffffff;
    }

H1 {
    font-family: Verdana, Helvetica, Arial, Trebuchet;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #791b1c;
	margin: 0px 0px 10px 0px;
	line-height: 25px;
    }
  
H2 {
    font-family: Verdana, Helvetica, Arial, Trebuchet;
	font-size: 14px;
	font-weight: normal; 
    margin: 0px 0px 10px 0px;
    color: #791b1c;
    }

H3 {
    font-family: Verdana, Helvetica, Arial, Trebuchet;
	font-size: 13px;
   	font-weight: normal; 	
	margin: 0px;
	line-height: 14px;
    }
    
/* Für die Startseite (roter Text)*/
H4, H4 A {
    font-family: Verdana, Helvetica, Arial, Trebuchet;
	font-size: 12px;
	text-decoration: none;
	line-height: 19px;
	font-weight: normal; 
   /* margin: 0px 0px 10px 0px; */
    color: #791b1c;
    }

H5 {
    font-family: Verdana, Helvetica, Arial, Trebuchet;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold; 
    margin: 0px 0px 10px 0px;
    color: #791b1c;
}

LI { 
	margin-bottom: 20px;
    padding-left: 20px;
    font-size: 12px; 
	text-align: left;
	margin-top: 10px;
    padding-bottom: 0px;
    background-image:url(../bilder/grundelemente/krahn-graue-kaestchen.jpg);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    list-style-type: none;
    color: #786a4a;
	}

TABLE {
    border: none;
    }
    


/* ----------------------------------------------------------- */
/* -------------------- Spezielle Klassen -------------------- */
/* ----------------------------------------------------------- */

DIV.seite {
    position: relative;   
	margin: 0px auto;      /* standardkonforme horizontale Zentrierung */
    width: 100%;
    padding: 0px;
    background: #ffffff;
    background-image: url(../bilder/grundelemente/krahn-website_flex-balken.gif);
    background-position: 0px 163px;
    background-repeat: repeat-x;
    }

DIV.fix_links {
    position: relative;
    margin-top: 153px;
    float: left;   
	width: 70px;
	height: 300px;
    padding: 0px;
    background: #ffffff;
    background-image: url(../bilder/grundelemente/fix_left.jpg);
    }
    
DIV.flex {
    position: relative;
    margin: 0px auto;      /* standardkonforme horizontale Zentrierung */
    float: left   
    width: 30px;
    padding: 0px;
    overflow: hidden;
   /* background-image: url(../bilder/grundelemente/krahn-website_flex-balken.gif);
    background-position: 0px 163px;
    background-repeat: repeat-x; */
    }

DIV.zentriert {
    position: relative;   
	margin: 0px auto;      /* standardkonforme horizontale Zentrierung */
    width: 925px;
    padding: 0px;
    background: #ffffff;
    overflow: hidden;
    }

DIV.top {
    width: 925px;
    height: 153px;
    float: left;
    background: #ffffff;
    }

DIV.logo {
    width: 124px;
    height: 76px;
    margin-left: 0px;
    margin-top: 43px;
    float: left;
    background-image:url(../bilder/grundelemente/krahn-brandmark.gif); 
    background-repeat:no-repeat;
    }

DIV.menubereich{
    display: inline;
    float: left;
    margin-left: 92px;
    width: 574px;
    background: #ffffff;
}

DIV.menu_eins {
    float: left;
    margin-left: 0px;
    margin-top: 91px;
    width: 540px;
    height: 30px;
    background: #ffffff;
    }
    
DIV.menu_eins A{
    float: left; /* Für Firefox, damit suche nicht verschwindet */
    }

DIV.content_bereich {
    /* !ACHTUNG! Hintergrundbild wird über TypoScript eingefügt */
    position: relative;
    float: left;
    width: 925px;    
    }

DIV.platzhalter {
    width: 925px;
    height: 232px;
    }

DIV.links {
    float: left;
    display: inline;
    width: 394px;
    margin-left: 92px;
    margin-right: 50px;
    }

DIV.links TABLE.contenttable TD {
    vertical-align: top;
    }

		DIV.mitte TABLE.contenttable TH{
		width: 212px;
		}
	
	@media screen and (-webkit-min-device-pixel-ratio:0) {
 /* Safari 3.0 and Chrome rules here */
 DIV.mitte TABLE.contenttable TH{
		width: 232px;
		}
 
}
	
DIV.rechts TABLE.contenttable TD P {
    font-size: 11px;
    line-height: 19px;
    color: #6b6154;
    font-style: italic;
}

DIV.rechts TABLE.contenttable TD P B {
    color: #791b1c;
    font-style: normal;
}

DIV.homelinks {
    margin-left: 0px;
    }

DIV.mitte {
    float: left;
    display: inline;
    width: 702px;
    margin-left: 92px;
    margin-bottom: 20px;
    }

DIV.mitte P {
    font-style: italic;
    }

DIV.mitte TABLE{
    width: 680px;
    table-layout: fixed;
    border-collapse: collapse;
    }

DIV.mitte TABLE TH{
    text-align: left;
    padding-right: 20px;
    vertical-align: bottom;
    }

DIV.mitte TABLE TD{
    width: 33%;
    padding-right: 20px;
    vertical-align: top;
    }

DIV.mitte TABLE IMG{
    margin: 14px 0px 0px 0px;
    }

DIV.home_bildBlock {
    float: left;
    width: 400px;
    min-height: 98px;
   margin-top: 23px;
}

DIV.home_bildBlock_text {
    float: left;
    width: 250px;
    height: 83px;
   }

DIV.home_bildBlock img {
    float: left;
    margin-right: 22px;
}

DIV.home_bildBlock_unterschrift {
    float: left;
    width: 250px;
    height: 10px;
}


DIV.platzhalter_spalte_rechts {
    float: left;
    width: 258px;
    height: 76px;
    }

DIV.rechts {
    float: left;
    width: 258px;
    background: #ffffff;
    margin-bottom: 30px;
    overflow: visible;
    }

DIV.rechts TABLE{
    table-layout: fixed;
    float: left;
    border-spacing: 0px;
    border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: left;
    width: 258px;
    background: #ffffff;
    }

DIV.rechts TABLE B{
    display: block;
} 

DIV.rechts TH{
    background: #ffffff;
    text-align: left;
    padding: 10px 20px;
    width: 218px;
    }

DIV.rechts TH P{
	font-size: 12px;
    color: #791b1c;
    }

DIV.rechts TD{
    padding: 10px 0px 10px 20px;
    }

DIV.rechts TR{
    background: #f9f1d8;
    }

.tr-even{
    background: #f2e6b9 !important;
    }

DIV.rechts TBODY P{
    float: none;
	font-size: 10px;
	line-height: 14px;
    color: #791b1c;
    }

DIV.rechts TD IMG {
    float: right;
    margin-right: 20px;
    }

/* Tabelle am rechten Rand auf der Startseite */

DIV.hometable{
    margin-top: -93px;
    }

DIV.hometable TABLE {
    /*  width: 216px; */
    }

DIV.hometable TH{
    background: #ffffff;
    padding: 17px 23px 0px 19px;
}

DIV.hometable TD{
    padding-right: 20px;
}

DIV.hometable TD IMG{
    float: left;
    margin: 10px 0px;
}

DIV.hometable TD P{
    font-size: 12px;
    line-height: 19px;
    color: #6b6154;
    font-style: italic;
    }


DIV.zitate {   
    float: left;
    width: 258px;
    margin-top: 0px;
    background: #f9f1d8;
    }


/*

DIV.contnav {
    float: left;
    background-image: url(../bilder/grundelemente/krahn-zitat-rollover.jpg);
    width: 19px;
    height: 24px;
    padding: 3px 0px 0px 8px;
    margin-left: 5px;
}
*/
/*
A DIV.contnav{
   
}

A DIV.contnav2{
   
}
*/

/*
A DIV.contnav:hover {
    background-position: 0px -27px;
}
*/

/*
DIV.contnav2 {
    float: left;
    background-image: url(../bilder/grundelemente/krahn-zitat-rollover.jpg);
   width: 19px;
    height: 24px;
    padding: 3px 0px 0px 8px;
    margin-left: 5px;
    background-position: 0px 27px;
}
*/

DIV.zitatueberschrift {
    float: left;
    margin-top: 0px;
    width: 218px;
    height: 30px;
    padding: 0px 20px 0px 20px;
    background: #ffffff;
    overflow: hidden;
    }

DIV.zitate_head {
    float: left;
    display: inline;
    overflow: hidden;
    background: #ffffff;
    margin: 0px;
    }

DIV.zitatueberschrift H2 {
    margin: 0px;
    padding: 0px;
    margin-top: 1px;
    float: left;   
    font-family: Verdana, Helvetica, Arial, Trebuchet;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold; 
    margin: 0px 0px 10px 0px;
    color: #791b1c;
    display: inline;
    }

DIV.zitatmenu {
    float: right;
     background: #ffffff;
    margin: 0px;
    padding: 0px;
    display: inline;
    }

/*
DIV.zitatmenu A DIV{
    color: #ffffff;
    text-decoration: none;
    font-family: Verdana, Helvetica, Arial, Trebuchet;
    display: inline;
}
*/

/*
DIV.zitatmenu DIV {
    display: inline;
    float: left;
}
*/

DIV.zitatmenu A {
    float: left;
    margin-left: 2px;
    }

DIV.zitatmenu IMG {
    display: block;
    }


DIV.zitatbereich {
    width: 218px;
    float: left;
    padding: 10px 20px;
    }

DIV.zitatbereich H1{
   font-family: Verdana, Helvetica, Arial, Trebuchet;
   color: #f29400;
   font-size: 11px;
   font-weight: bold;
   line-height: 13px;
   }

DIV.zitatbereich H2{
   font-family: Verdana, Helvetica, Arial, Trebuchet;
   color: #9e1517;
   font-size: 11px;
   font-weight: normal;
   line-height: 18px;
   }

DIV.zitatbereich H3{
   font-family: Verdana, Helvetica, Arial, Trebuchet;
   color: #6b6154;
   font-size: 11px;
   font-weight: normal;
   font-style: italic;
   line-height: 18px;
   }

DIV.impressum_rechts {
    margin-top: -77px;
    overflow: auto; /* Nicht visible — funktioniert nicht auf IE */
    }

DIV.fuss {
    width: 702px;
    margin-top: 30px;
    margin-left: 92px;
    float: left;
    display: inline;
    height: 30px;
    background: #ffffff;
    }

DIV.impressummenu {
    float: left;
    width: 702px;
    height: 30px;
    border: solid 1px #dddddd;
    border-bottom-style: none;
    border-right-style: none;
    border-left-style: none;
    }

DIV.fuss_links {
    float: left;
    width: 420px;
    /*
    color: #791b1c;
    font-family: Verdana, Helvetica, Arial, Trebuchet;
    font-size: 9px !important;
    letter-spacing: -1px;
    text-decoration: none;
    overflow: hidden;
    */
    }

DIV.fuss_rechts {
    float: right; 
    width: 263px;
    padding-left: 19px;
    background: #ffffff;
    }

DIV.fuss_rechts IMG{
    float: left;  
    }

/*
DIV.fuss_rechts A{
    color: #da7b2c;
    font-size: 9px !important;
    font-family: Verdana, Helvetica, Arial, Trebuchet;
    text-decoration: none;
}
*/

DIV.abschlussstreifen {
    float: left;
    width: 100%;
    height: 7px;
    margin-top: 10px;
    background: #e1780f;
    }

.spalte_links a {
    color: #786a4a;
}

.spalte_rechts li {
    color: #786a4a;
}

.liste2 li{
    color: #786a4a;
    }

.liste2 a{
    color: #786a4a;
    }

