/* Style Sheet */

* {
 border:0;
 margin:0;
 padding:0;	
}


body {
	background: #fff url(../images/bg-haupt.jpg) repeat-x;
}

#main {
	position:relative;
	width:980px;
	margin: 0 auto;
}

/* ----------- Kopfzeile ------------- */

#header {
	width:980px;
	height:264px;
}

/* -------------- Inhaltsbereich ------------- */

#container {
	position:relative;
	width:825px;
	background: #FCFCFC url(../images/bg-inhalt.jpg) top right no-repeat;
	top:-56px;
	left:130px;
	-moz-box-shadow: 0 0 5px #888; 
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	border-top:21px solid #53B5D9;
}

#container #text {
	position:relative;
	width:560px;
	min-height:330px;
	margin-left:235px;
	padding-top:45px;
	left:0px;
}


/* ----------------- Logo ------------------ */

#container #text #logo-text {
	position:absolute;
}


#container #text h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11pt;
	line-height:1.5em;
	text-decoration:none;
	color:#031426;
	font-weight:bold;
	padding-left:45px;
}

#container #text p {
	font-family: Verdana, Geneva, sans-serif;
	font-size:9pt;
	line-height:1.5em;
	text-decoration:none;
	color:#52585E;
	font-weight:normal;
	margin-top:15px;
	margin-left:40px;
}

/* ------------- Liste Leistungen ------------ */

#container #text ul {
	margin-left:70px;
	margin-top:10px;
}

#container #text li {
	font-family: Verdana, Geneva, sans-serif;
	font-size:9pt;
	line-height:1.5em;
	text-decoration:none;
	color:#52585E;
	font-weight:normal;
}


/* -------------- Links --------------- */

#container #text a:link,
#container #text a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size:9pt;
	line-height:1.5em;
	text-decoration:underline;
	color:#53B5D9;
	font-weight:normal;
}

#container #text a:hover,
#container #text a:focus,
#container #text a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size:9pt;
	line-height:1.5em;
	text-decoration:none;
	color:#52585E;
	font-weight:normal;
}


/* --------- Tabelle Kontaktseite ----------- */

#container #text table {
	margin-left:40px;
}

#container #text td {
	font-family: Verdana, Geneva, sans-serif;
	font-size:9pt;
	line-height:1.5em;
	text-decoration:none;
	color:#52585E;
	font-weight:normal;
	padding-right:20px;
}

/* ------------------ Fußbzeile -------------- */

#footer {
	position:absolute;
	width:825px;
	height:30px;
	bottom:55px;
	left:130px;
	background-color:#FCFCFC;
}

#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size:7pt;
	line-height:1.5em;
	text-decoration:none;
	color:#52585E;
	font-weight:normal;
	padding-top:10px;
	text-align:right;
	margin-right:30px;
}

#footer a:link, 
#footer a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size:7pt;
	line-height:1.5em;
	text-decoration:underline;
	color:#52585E;
	font-weight:normal;
}

#footer a:hover, 
#footer a:focus,
#footer a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size:7pt;
	line-height:1.5em;
	text-decoration:none;
	color:#52585E;
	font-weight:normal;
}
