/* CSS Stautmeister auf www.stautmeister.de
(c) 2008 Ulf Jenninger Grafikdesign
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* Schrift
*********************************************************************/
body, #links, #mitte, #rechts, #fuss, td, #hmitte {
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	color: black; 
	background-color: white;
}
div.edhinweis {
	color: red;
	font-size: 11px;
}

/* Layoutrahmen
*********************************************************************/

div.seitenrahmen, div.haupt, div.fuss, div.gcont { width: 900px; }
div.haupt { border-top: 1px solid #cccccc; padding-top: 10px; }
div.gesfuss {  height: 20px; margin-top: 10px; border-top: 2px solid #cccccc; clear: left; }

/* Kopf
*********************************************************************/
img.stmlogo { margin-top: 15px;}
div.kopf {
	width: 900px;
	height: 100px;
	margin-top: 1px;
	text-align:right;
}

/* Contentbereich
*********************************************************************/

div.hnavi, div.rechts { width: 195px; }
div.mitte { width: 450px; padding-bottom: 15px;}
div.refmitte { width: 460px; }

/* Links
*********************************************************************/

#mitte a, #mitte a:link, #fuss a, #fuss a:link {
	color: gray;
	text-decoration: none;
}
#mitte a:hover, #fuss a:hover {
	color: black;
	text-decoration: underline;
}

/* Formulare
*********************************************************************/

#fuss input.eingabe {
	width: 130px;
	height: 21px;
}

#fuss input.send {
	width: 57px;
	height: 21px;
	margin-left: 3px;
	color: black;
	border-style: none;
	background: url(/stautmeister/layout/grafiken/suchtaste.png) no-repeat;
}

/* Hauptnavi
*********************************************************************/

#links a.hnavi, #rechts a.hnavi, #links a:link.hnavi, #rechts a:link.hnavi, #links a:hover.hnavi, #rechts a:hover.hnavi, #links div.aktiv, #rechts div.aktiv, #links div.zwischen, #links a.selfhnavi {
	display: block;
	width: 195px;
	height: 26px;
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 7px;
	padding-right: 2px;
	padding-top: 3px;
}
#links a.hnavi, #rechts a.hnavi, #links a:link.hnavi, #rechts a:link.hnavi {
	color: black;
	text-decoration: none;
	background: url(/stautmeister/layout/grafiken/taste_w.png) no-repeat;
}
#links a:hover.hnavi, #rechts a:hover.hnavi, #links div.aktiv, #rechts div.aktiv, #links a.selfhnavi {
	color: black;
	text-decoration: none;
	background: url(/stautmeister/layout/grafiken/taste_g.png) no-repeat;
}

/* #links div.aktiv, #rechts div.aktiv { 	color: #F8C300; } */

/* Subnavi
*********************************************************************/

#links a.subnavi, #links a:link.subnavi, #links a:hover.subnavi, #links div.subaktiv, #rechts a.subnavi, #rechts a:link.subnavi, #rechts a:hover.subnavi, #rechts div.subaktiv {
	display: block;
	width: 170px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 25px;
	text-decoration: none;
}
#links a.subnavi, #links a:link.subnavi, #rechts a.subnavi, #rechts a:link.subnavi {
	color: black;
}
#links a:hover.subnavi, #rechts a:hover.subnavi {
	color: black;
	background-color: #F8C300;
}
#links div.subaktiv, #rechts div.subaktiv {
	color: #f8c300;
}
#links div.subfeld, #rechts div.subfeld {
	margin-bottom: 5px;
}
td.bglinktab { background-color: #F0F0F0;} 
td.refpics {
	background: silver url(/stautmeister/layout/grafiken/refbgr2.gif) no-repeat;
}


/* Markisentitel
*********************************************************************/

#hmitte a.homelink, #hmitte a:link.homelink {
	background: url(/stautmeister/layout/grafiken/stm_markise_210_mout.png) no-repeat left bottom;

}
#hmitte a:hover.homelink {
	background: url(/stautmeister/layout/grafiken/stm_markise_210_mover.png) no-repeat left bottom;
}


/* Bildausrichtung
*********************************************************************/

.linksbild { margin-right: 10px; margin-bottom: 10px;}
.rechtsbild { margin-left: 10px; margin-bottom: 10px;}

/* Textfeldformatierungen
*********************************************************************/

.klein { font-size: 11px; color: grey; font-style: italic;}
.titel1 { font-size: 20px; font-weight: bold;}
.titel2 { font-size: 16px; font-weight: bold;}
.bildunter {
	font-size: 11px;
	font-style: italic;
	display: block;
	margin-top: 3px;
	margin-bottom: 9px;
}

.reftext { width: 450px; margin-top: 10px; margin-bottom: 10px;}

/* Formular
*********************************************************************/
#mitte input.halb {
	width: 220px;
}
#mitte input.ganz, #mitte input.taste, #mitte textarea.ganz {
	width: 450px;
}
#mitte input.ganz, #mitte input.taste, #mitte textarea.ganz, #mitte input.halb {
	margin-top: 2px;
	margin-bottom: 4px;
}
#mitte input.taste {
	background-color: #F8C300;
	color: black;
	font-weight: bold;
	border: none;
}

/* Newsliste
*********************************************************************/
div.newsbox { margin-left: 6px; width: 187px; margin-bottom: 5px;}
div.boxhead { padding-left: 6px; width: 187px; background-color: #F8C300; margin-bottom: 5px;}
div.boxtitel { font-weight: bold; margin-bottom: 2px;}
div.boxtext { font-size: 11px;}

#news a, #news a:link { color: grey; text-decoration: none;}
#news a:hover { color: black; text-decoration: underline;}
