/* 

########################################################################################################
########################################################################################################

Einteilung des CSS-Aufbaus

1. Standards
2. Layout
3. Navi
4. Content
5. Link 

########################################################################################################
######################################################################################################*/

   
/* 1. Standards */

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li, input, form, object, textarea{
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	color: #4c5a6e;
	text-decoration: none;
	list-style-type: none;
	outline: none;
}

body {background: #e5e9ee url(../images/BgBody.jpg) top repeat-x;}

h1 {font-size: 22px; font-weight: normal; margin-bottom: 10px; color: #034bbd;}
h1 span {font-size: 18px; font-weight: normal; color: #616f84;}
h2 {font-size: 18px; font-weight: bold; margin-bottom: 10px; color: #4c5a6e;}
h3 {font-size: 16px; font-weight: bold; margin-bottom: 5px; color: #4c5a6e;}
h4 {font-size: 13px; font-weight: bold; margin-bottom: 5px; color: #4c5a6e;}
h5 {font-size: 13px; font-weight: bold; color: #4c5a6e;}

hr {margin: 0 0 10px 0; color: #e5e9ee; height: 1px; border-top: solid 1px #e5e9ee; border-bottom: transparent; clear: both;}

.FloatNone {clear: both;}

.BorderRight {padding: 3px; background: #FFFFFF; border: 1px solid #e5e9ee; margin: 0 0 10px 20px; float: right; clear: both;}
.BorderLeft {padding: 3px; background: #FFFFFF; border: 1px solid #e5e9ee; margin: 0 15px 15px 0; float: left;}
.BorderNone {padding: 3px; background: #FFFFFF; border: 1px solid #e5e9ee; margin: 0 0 10px 0; clear: both;}

.right {margin: 0 0 10px 50px; float: right;}

/*######################################################################################################
######################################################################################################*/


/* 2. Layout */

#Container {
	width: 955px;
	margin: 0 auto;
	position: relative;
}

#Header {
	width: 955px;
	height: 234px;
	padding-top: 40px;
	background: url(../images/BgHeader.jpg) no-repeat bottom left;
	position: relative;
}

#ContentBg {
	width: 955px;
	min-height: 300px;
	background: url(../images/BgContentContainer.gif) repeat top left;
	position: relative;
	overflow: hidden;
}
*html #ContentBG {overflow: visible; height: 300px;}

#Content {
	width: 888px;
	min-height: 287px;
	padding: 40px 29px 0px 38px;
	background: url(../images/BgContent.gif) no-repeat top left;
	position: relative;
	overflow: hidden;
}
*html #Content {height: 287px; overflow: visible;}

.ContentLeft {
	width: 400px;
	position: relative;
	float: left;
	padding-bottom: 15px;
}

.ContentRight {
	width: 450px;
	padding-left: 37px;
	position: relative;
	float: left;
	border-left: 1px solid #e5e9ee;
	padding-bottom: 15px;
}

#Footer {
	width: 955px;
	height: 15px;
	margin-bottom: 20px;
	background: url(../images/BgContentEcke.jpg) no-repeat top left;
	position: relative;
}

#Adressdaten {
	height: 50px;
	position: absolute;
	left: 38px;
	top: 200px;
}

/*######################################################################################################
######################################################################################################*/


/* 3. Navi */

ul#NaviStandard {
	width: 757px;
	height: 44px;
	position: relative;
}

ul#NaviStandard li {
	position: relative;
	float: left;
}

ul#NaviStandard li a {
	display: block;
	height: 44px;
	text-indent: -5000px;
}

ul#NaviStandard li a.s1 {width: 153px;}
ul#NaviStandard li a.s2 {width: 143px;}
ul#NaviStandard li a.s3 {width: 165px;}
ul#NaviStandard li a.s4 {width: 74px;}
ul#NaviStandard li a.s5 {width: 74px;}
ul#NaviStandard li a.s6 {width: 74px;}
ul#NaviStandard li a.s7 {width: 74px;}

ul#NaviStandard li a.s1:hover { background: url(../images/AktivFirmenprofil.jpg) top left no-repeat;}
ul#NaviStandard li a.s2:hover { background: url(../images/AktivLeistungen.jpg) top left no-repeat;}
ul#NaviStandard li a.s3:hover { background: url(../images/AktivReferenzen.jpg) top left no-repeat;}
ul#NaviStandard li a.s4:hover { background: url(../images/AktivStartseite.jpg) top left no-repeat;}
ul#NaviStandard li a.s5:hover { background: url(../images/AktivKontakt.jpg) top left no-repeat;}
ul#NaviStandard li a.s6:hover { background: url(../images/AktivAnfahrt.jpg) top left no-repeat;}
ul#NaviStandard li a.s7:hover { background: url(../images/AktivImpressum.jpg) top left no-repeat;}

/*######################################################################################################
######################################################################################################*/


/* 4. Content */

#Container #Content p {
	margin: 0 0 10px 0;
	line-height: 18px;
}

#Container #Content ul {margin: 0 0 18px 10px;}
#Container #Content ul ul {margin: 18px 0 0px 10px;}

#Container #Content ul li {
	margin: 0;
	padding: 0 0 10px 15px;
	background: url(../images/Anstrich.gif) no-repeat top left;
	position: relative;
	line-height: 18px;
}

#Adressdaten p {
	position: relative;
	padding-right: 50px;
	float: left;
	font-size: 12px;
	color: #fefefe;
}

/*######################################################################################################
######################################################################################################*/


/* 5. Link */

a:hover,
#Container #Content p a:hover,
#Container #Content p a.escape:hover,
#Container #Content p a.escape:hover span span {text-decoration: none;}

a:link,
#Container #Content p a,
#Container #Content p a.escape,
#Container #Content p a.escape span span {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	color: #5e5d5d;
	text-decoration: underline;
}

a.PdfDownload {background: url(../images/pdf.gif) no-repeat left; padding: 20px 0 18px 60px; height: 30px; width: 100px; text-decoration: none !important;}
a.PdfDownload:hover {text-decoration: underline !important;}

a.LinkDownload {background: url(../images/web.gif) no-repeat left; padding: 20px 0 18px 60px; height: 30px; width: 100px; text-decoration: none !important;}
a.LinkDownload:hover {text-decoration: underline !important;}

#Container #Content a.top {float: right; display: block; height: 20px; width: 100px; text-align: right; color: #9a431d; text-decoration: none; font-size: 10px;}
#Container #Content a.top:hover {color: #5e5d5d;}

/*######################################################################################################
######################################################################################################*/
