/**********************************************************/
/* Allgemeine Styles */
/**********************************************************/

body {
	margin: 0px;
	background-image: url(../pictures/layout/bg_seite.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10px 410px 0px 203px;
	color: #336699;
	background-image: url(../pictures/layout/ueberschrift_linie.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 11px;
}

#breite {
	width: 780px; /* verhindert ein Verkleinern des Auftritts bei weniger als 800x600 */
}

.floatclear {
	clear: both;
}

.floatLinks{
	float: left;
}

table, td {
	font-size: 11px;
}

form {
	margin: 0px;
}

/**********************************************************/
/* Oberere Spalte */
/**********************************************************/

#oben {
	height: 89px;
	background-image: #3D90E7;
	background-image: url(../pictures/layout/bg_oben.jpg);

	background-repeat: repeat-x;
	margin: 0px 387px 0px 0px;
	border-bottom: 13px solid #fff;
}

#oben img {
	float: right;
}

#oben_logo_1 {
	position: absolute;
	left: 0px;
	top: 29px;
}

#oben_bild {
	position: absolute;
	right: 0px;
	top: 0px;
}


/**********************************************************/
/* Linke Spalte */
/**********************************************************/

#links {
	position: absolute;
	left: 0px;
	top: 102px;
	background-color: #FFEFD8;
}

#links #navigation {
	margin: 0px 5px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	font-size: 12px;
}

#links #navigation a {
	display: block;
	text-decoration: none;
	color: #FA8F12;
	padding: 10px 0px 10px 17px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #FBE0BD;
	background-image: url(../pictures/layout/navigation_icon.gif);
	background-position: left 11px;
	background-repeat: no-repeat;
}

#links #navigation a:hover {
	color: #005EBC;
	background-image: url(../pictures/layout/navigation_icon_hover.gif);
	background-position: left 13px;
}

#navigation #aktiv {
	color: #005EBC;
	padding: 10px 0px 10px 17px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #FBE0BD;
	background-image: url(../pictures/layout/navigation_icon_hover.gif);
	background-position: left 13px;
	background-repeat: no-repeat;
}

/**********************************************************/
/* Mittlere Spalte */
/**********************************************************/

#angebot {
	margin: 23px 243px 0px 203px;
	background-image: url(../pictures/layout/bg_angebot.jpg);
	background-repeat: repeat-x;
	background-color: #EDF6FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
}

#angebot_titel {
	margin: 0px 0px;
	background-image: url(../pictures/layout/angebot_titel.jpg);
	background-repeat: no-repeat;
	height: 21px;
}

#angebot_bild {
	margin: 10px 0px 0px 0px;
	padding-left: 10px;
	width: 202px;
	float: left;
}

#angebot_bild img {
	border: 1px solid #fff;
}

#angebot_text {
	margin: 20px 10px 0px 229px;
	font-size: 11px;
	line-height: 120%;
	height: 180px;
}

#angebot_text h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	line-height: 15px;
}

#angebot_text p {
	margin: 0px 0px 10px 0px;
}

#angebot_text a {
	color: #336699;
} 

#angebot_titel h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 5px 10px; 
	background-image: url(../pictures/layout/pfeil_blau.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 5px 0px 2px 12px;
}



/* team */

#teamAlle {
	width: 96%;
	margin: 10px; 
}

.team {
	float: left;
	font-size: 11px;
	padding: 0px 0px 20px 0px;
	width: 175px;
}

.teamGruppe {
	float: left;
	font-size: 11px;
	padding: 0px 0px 10px 0px;
	width: 350px;
}

.teamBild {
	padding-bottom: 5px;
}

.teamBild img, .teamGruppe img, #kooperation_bild img {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

/* kooperationspartner */

#kooperation_bild {
	margin: 24px 0px 0px 0px;
	padding-left: 10px;
	width: 202px;
	float: left;
}



/* objekte */

#objekte {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

.keinFrame {
	padding: 20px 0 20px 10px;
	font-size: 12px;
}

.zurueck {
	font-size: 11px;
	font-weight: normal;
	color: #336699;
	margin-left: 20px;
	border-bottom: 1px solid #336699;
	text-decoration: none;
}

#dienstleistungen {
	margin-top: -19px;
	padding: 40px 10px 20px 10px;
}

#dienstleistungen h3 {
	font-size: 11px;
	margin: 25px 0px 4px 0px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #88B1D8;
	letter-spacing: 1px;
}

#dienstleistungen strong {
	color: #4DA1E0;
	letter-spacing: 1px;
}

#dienstleistungen p {
	margin: 0px 0px 5px 0px;
}

#dienstleistungen img {
	float: left;
	margin: 8px 15px 0 0;
}

#dienstleistungenAbstand {
	margin-left: 125px;
}

/**********************************************************/
/* Rechte Spalte */
/**********************************************************/

#rechts {
	position: absolute;
	right: 0px;
	top: 148px;
	width: 183px;
	background-color: #F2F7FB;
	background-image: url(../pictures/layout/bg_rechts.gif);
	background-repeat: repeat-y;
	color: #336699;
	padding: 0px 20px 30px 20px;
	font-size: 11px;
	border-bottom: 1px solid #C6D7E5;
	height: 395px;
}

#rechts a {
	color: #336699;
	text-decoration: none;
}

#rechts a:hover {
	color: #4382C0;
	text-decoration: underline;
}

#rechts h3 {
	margin: 20px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
}

#rechts h4 {
	font-size: 11px;
	margin: 15px 0px 5px 0px;
}

#rechts p {
	margin: 0px 0px 2px 0px;
}

#rechts p img {
	margin: 0px 7px -4px 0px;
}

#rechts #mail {
	margin: 0px 7px -2px 0px;
}

#rechts #routenplaner {
	margin-top: 37px;
	font-size: 11px;
}

#rechts #routenplaner h3 {
	font-weight: bold;
	margin-bottom: 12px;
}

#rechts #routenplaner #eingabe {
	margin: 8px 0px 4px 0px;
}

#rechts #routenplaner #eingabe input {
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px solid #5CA2D7;
	border-left: 1px solid #5CA2D7;
	border-right: 1px solid #B6D0E3;
	border-bottom: 1px solid #B6D0E3;
	padding: 3px 5px;
	color: #336699;
}


/**********************************************************/
/* Untere Zeile */
/**********************************************************/

#unten {
	margin: 30px 243px 0px 203px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../pictures/layout/bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 2px 0px 10px 0px;
}

#unten a {
	text-decoration: none;
	color: #336699;
}


#unten #allgaeunet a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	margin-left: 2px;
}

#unten #agb_impressum {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
}

#unten #agb_impressum a {
	display: block;
	float: left;
	background-position: left;
	background-repeat: no-repeat;
}

#unten #agb_impressum a:hover {
	color: #4382C0;
	text-decoration: underline;
}

#unten #agb_impressum #agb {
	background-image: url(../pictures/layout/icons/agb.gif);
	padding: 0px 0px 0px 27px;
}

#unten #agb_impressum #impressum {
	background-image: url(../pictures/layout/icons/impressum.gif);
	padding: 0px 0px 0px 18px;
	margin-left: 4px;
}

/**********************************************************/
/* Formular */
/**********************************************************/

.feldtextvonnach {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 1px groove #999999;
	height: 15px;

}

.kontaktbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	height: 20px;
}

.feldtextliste {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.feldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#formularFehler {
	margin: 20px 10px 0px 50px;
	font-size: 11px;
	line-height: 120%;
	height: 180px;
}

#formularFehler a {
	color: #336699;
}