
/* Basismodifikationen
****************************************************************************/

html { height: 100%; }

body {
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	background: #b5b5b5 url(../images/background.gif) repeat-x;
	min-height: 100.01%;
	position: relative;
}

center {
	padding-top: 10px;
	padding-bottom: 20px;
}

#border {
	border: 2px #868686 solid;
	width: 802px;
	margin: auto;
}

#table {
	border: 1px #393939 solid;
	background: #fff;
}

/* Hiermit werden die Randabstände und border aller HTML-Elemente auf Null gesetzt.
Damit wird das Aussehen der Webseite in unterschiedlichen Browsern vereinheitlicht. */
* { margin:0; padding:0; font-size: 100%; }

#footer {
	padding: 10px;
	background: #d9dbda url(../images/footer.gif) no-repeat;
}

#content_bg {
	width: 620px;
	min-height: 290px;
	background: #ffffff;
	margin: 0;
	padding: 0;
	background: url(../images/main_bg.gif) no-repeat;
}

#content {
	padding-top: 16px;
	margin-left: 20px;
	margin-right: 20px;
}




/* Formatierung der Navigation
****************************************************************************/

#navi_bg {
	width: 180px;
	background: url(../images/menu_bg.gif) repeat-y top;
}

#navi {
	background: url(../images/menu_head.gif) no-repeat;
	padding-top: 12px;
	padding-bottom: 20px;
}

#navi p {
	font-size: 13px;
	font-weight: bold;
	margin-left: 12px;
	margin-right: 12px;
}

#navi hr {
	color: #bbb;
	background-color: #bbb;
	margin: 12px 0;
}

a.navi {
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	color: #29166f;
	line-height:24px;
	margin-left: 12px;
	margin-right: 12px;
	text-decoration: none;
}

a.navi:hover {
	padding-left: 1px;
	color: #da251d;
	text-decoration: none;
}




/* Formatierung der Texte, Links & Grafiken
****************************************************************************/

/* h1: Hauptüberschrift; h2: Unterüberschrift;  h3: Überschrift in Standorteinzelansicht & Angebote; h4: Name der Angebote; */
h1,h2,h3,h4 { font-family: Arial, Sans-Serif; display:block; }

h1 { font-size: 16px; font-weight: bold; color: #29166f; margin: 0.4em 0 1.0em 0; padding-bottom: 3px; border-bottom: 1px #888888 solid; }
h2 { font-size: 13px; font-weight: bold; color: #333333; margin: 1.2em 0 0.8em 0; padding-bottom: 3px; }
h3 { font-size: 13px; font-weight: bold; color: #333333; margin: 0.2em 0 0.5em 0; padding-bottom: 3px; }
h4 { font-size: 13px; font-weight: bold; color: #29166f; margin: 0 0 0.5em 0; padding-bottom: 3px; }

/* Fließtext */
p {
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	line-height: 1.4em;
	margin: 0 0 1.0em 0;
}

/* Links */
#content a:link { color: #da251d; text-decoration: none; }
#content a:visited { color: #da251d; text-decoration: none; }
#content a:active { color: #da251d; text-decoration: underline; }
#content a:hover { color: #da251d; text-decoration: underline; }

#footer { font-size: 11px; color:#888; padding-top: 30px; }
#footer A { color: #888; }
#footer A:link { color: #888; }
#footer A:visited { color: #888; }
#footer A:hover { color: #da251d; }
#footer A:active { color: #da251d; }

img.header_img { border: 0; }
img.random_img { border: 0; }




/* Formatierung der Tabellen, Formulare, Listen usw.
****************************************************************************/

/*table { border-collapse: collapse; }*/

form { overflow: hidden; }

form.contactform { margin-right:20px; }

fieldset { width: 400px; border: 1px solid #999999; }

fieldset br { display: none }

fieldset legend {
	font-weight: bold;
	color: #333333;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

fieldset div {
	width: 400px;
	position: relative;
	left: 20px;
}

label {
	display: block;
	margin: 10px 0 5px 0;
}

input {
    width: 360px;
    height: 25px;
	font: 12px Arial, Sans-Serif;
	border: 1px #ccc solid;
	/*background-color: transparent;*/
	padding: 3px;
	color: #333333;
}

input.contactbutton {
	width: 360px;
	height: 30px;
	border: 1px #ccc solid;
	background-color: #29166f;
	color: #ffffff;
	margin: 5px 0 10px 0;
}

select {
	width: 360px;
	font: 12px Arial, Sans-Serif;
	color: #333333;
	border: 1px #ccc solid;
}

textarea {
    width: 360px;
	height: 100px;	font: 12px Arial, Sans-Serif;
	border: 1px #ccc solid;
	/*background-color: transparent;*/
	padding: 3px;
	color: #333333;
}

input:hover, input:focus, select:focus, select:hover, textarea:hover, textarea:focus {
	background-color: #f0f0f0;
	color: #333;
	border-color: #999999;
}

li {
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 10px;
}

hr {
	color: #888888;
	background-color: #888888;
	height: 1px;
	border: 0px;
	margin-bottom: 12px;
}

/* Teamboxen für die Zentrale */
.teambox {
	margin: 0 15px 20px 14px;
	border: 1px #999999 solid;
	width: 260px;
	height: 140px;
	font-size: 11px;
	background: #f0f0f0;
}
.teambox p { font-size: 11px; }
.teambox b { color: #29166f; }
.teambox1 { padding-top: 8px; width: 105px; }
.teambox2 { padding: 10px 5px 0px 5px; }
.teambox3 { padding: 0px 5px 10px 5px; }

/* Teambox für das Kontaktformular */
.contactmember {
	margin-top: 12px;
	padding-top:10px;
	border: 1px #999999 solid;
	width: 150px;
	height: 210px;
	background: #f0f0f0;
}
.contactmember p { font-size: 11px; }
.contactmember b { color: #29166f; }

/* Tabelle in der Standortliste */
.standortliste1 { padding: 10px 30px 10px 10px; }
.standortliste2 { font-size: 18px; line-height: 26px; padding-top: 25px; }

/* Tabellen in der Standorteinzelansicht */
.standortcontent1 { width: 370px; }
.standortcontent2 { padding-left: 23px; border-left: 1px #888888 dotted; }

/* Tabelle für die Standortanschrift */
.standortinfobox {
	padding: 8px;
	border: 1px #999999 solid;
	width: 330px;
	height: 140px;
	font-size: 12px;
	background: #f0f0f0;
}

/* Teamboxen in der Standorteinzelansicht */
.standortteambox {
	margin: 0 27px 20px 0;
	border: 1px #999999 solid;
	width: 160px;
	height: 220px;
	font-size: 11px;
	background: #f0f0f0;
}
.standortteambox p { font-size: 11px; }
.standortteambox b { color: #29166f; }
.standortteambox1 { padding-top: 8px; height: 130px; }
.standortteambox2 { padding: 10px 5px 0px 5px; }
.standortteambox3 { padding: 0px 5px 10px 5px; }

/* Formatierungen für die Standortbilder */
.standortpics { border: 1px #888888 solid; margin-bottom: 15px; }

/* Formatierungen für alle Bilder */
.pictureborder { border: 1px #888888 solid; }

/* Tabellen der Linkboxen */
.linkbox {
	margin: 0 20px 5px 10px;
	width: 260px;
}
.linkbox a{
	padding-left: 17px;
	background-image: url('../images/externlink.gif');
	background-repeat: no-repeat;
	background-position: left;
}
.linkbox h3 { border-bottom: 1px #888888 solid; }
.linkbox p { padding-left: 17px; font-size: 11px; margin-bottom: 5px; }
.linklist { padding: 8px }

/* Angebotboxen */
.angebotbox {
	margin-bottom: 20px;
	border: 1px #999999 solid;
	width: 580px;
	font-size: 12px;
	background: #f0f0f0;
}
.angebotbox p { font-size: 12px; }
.angebotbox div { float: right; }
.angebotbox span { font-weight: bold; font-size: 22px; color: #da251d; padding-right: 5px; }
.angebotbox1 { padding: 8px; width: 185px; }
.angebotbox2 { padding: 10px 5px 0px 5px; }
.angebotbox3 { padding: 10px 15px 0 0; }
.angebotbox4 { padding: 10px 15px 12px 0; }



@media print
{

#navi_bg { display: none; }

#content {
	padding-top: 16px;
	margin-left: 20px;
	margin-right: 20px;
}

p {
	margin-right: 50px;
	padding-right: 50px;
}

}