* {
	margin: 0;
	border: 0;
	padding: 0;
}

html, body {
	font: 11pt Tahoma, Arial, Helvetica, Verdana, sans-serif;
	background: #fff url(../img/bg_gradient.jpg) repeat-x;
	color: #000;
	height: 100%;
}

div#wrapper {
	position: absolute;
	top: 0; left: 50%;
	width: 700px; height: 100%;
	margin-left: -350px;
}

div#wrapper table#main {
	width: 100%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

div#wrapper table#main td {
	vertical-align: top;
}

/*----- Header -----*/
#header {
	height: 128px;
	background: #58A327 url(../img/bg_header.jpg) no-repeat;
}
#header div#logo {
	position: absolute;
	top: 29px; left: 19px;
	width: 144px; height: 75px;
}
#header div#navi {
	position: absolute;
	top: 92px; left: 172px;
	height: 32px;
}

#header div#navi a,
#header div#navi span {
	position: absolute;
	top: 0;
	height: 37px;
	padding: 9px 0 0 22px;
	font-size: 10pt;
	font-weight: bold; 
	color: #000;
	text-decoration: none;
	display: block;
	voice-family: "\"}\""; voice-family: inherit;
	height: 28px;
}
#header div#navi div a:visited {
	color: #444;
}
#header div#navi a#unternehmen,
#header div#navi span#hl_unternehmen {
	left: 0;
	width: 150px;
	background-image: url(../img/bg_navi_unternehmen_off.gif);
	background-repeat: no-repeat;
	voice-family: "\"}\""; voice-family: inherit;
	width: 128px;
}
#header div#navi a#dienstl,
#header div#navi a#hl_dienstl {
	left: 121px;
	width: 163px;
	background-image: url(../img/bg_navi_dienstl_off.gif);
	background-repeat: no-repeat;
	voice-family: "\"}\""; voice-family: inherit;
	width: 141px;
}
#header div#navi a#fuhrpark,
#header div#navi a#hl_fuhrpark {
	left: 258px;
	width: 121px;
	background-image: url(../img/bg_navi_fuhrpark_off.gif);
	background-repeat: no-repeat;
	voice-family: "\"}\""; voice-family: inherit;
	width: 99px;
}
#header div#navi a#presse,
#header div#navi span#hl_presse {
	left: 352px;
	width: 118px;
	padding-left: 27px;
	background-image: url(../img/bg_navi_presse_off.gif);
	background-repeat: no-repeat;
	voice-family: "\"}\""; voice-family: inherit;
	width: 91px;
}
#header div#navi a#kontakt,
#header div#navi span#hl_kontakt {
	left: 443px;
	width: 83px;
	background-image: url(../img/bg_navi_kontakt_off.gif);
	background-repeat: no-repeat;
	voice-family: "\"}\""; voice-family: inherit;
	width: 61px;
}


#header div#navi span#hl_unternehmen {
	background-image: url(../img/bg_navi_unternehmen_on.gif) !important;
}
#header div#navi span#hl_presse {
	background-image: url(../img/bg_navi_presse_on.gif) !important;
}
#header div#navi a#hl_dienstl {
	background-image: url(../img/bg_navi_dienstl_on.gif) !important;
}
#header div#navi a#hl_fuhrpark {
	background-image: url(../img/bg_navi_fuhrpark_on.gif) !important;
}
#header div#navi span#hl_kontakt {
	background-image: url(../img/bg_navi_kontakt_on.gif) !important;
}

/*----- Sublayer Dienstleistungen -----*/
.subnavi {
	position: absolute;
	top: 128px;
	width: 137px;
	background: #C6D4A4;
	visibility: hidden;
}
.subnavi a {
	border: 1px solid #000;
	border-top-style: none;
	padding: 7px 0 7px 22px;
	font-size: 9pt;
	color: #000;
	background: #E3EBCF;
	display: block;
	text-decoration: none;
}

.subnavi a:hover {
	background: #DDEABD;
}

#subnavi_dienstl {
	left: 292px;
}
#subnavi_fuhrpark {
	left: 429px;
}


/*----- Sidebar -----*/
#sidebar {
  width: 152px;
	padding: 45px 0 0 20px;
	background: #EEF6E9 url(../img/bg_sidebar.jpg) bottom left no-repeat;
	font-size: 9pt;
	color: #000;
}

#sidebar h1 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 15px;
}

#sidebar h2 {
	font-size: 11pt;
	font-weight: normal;
	margin-bottom: 25px;
}

/*----- Content -----*/
#content {
	padding: 45px 25px 20px 25px;
	background: #fff;
	font-size: 11pt;
	line-height: 15pt;
}

#content h1,
#content h2 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
}

#content h3 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
}

#content h4 {
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 10px;
}

#content p {
	margin: 20px 0 20px 0;
}

#content ul {
	margin-left: 20px;
	line-height: 17pt;
}

#content span.image {
	margin-bottom: 15px;
}

#content span.image p {
	margin: 0;
	font-size: 8pt;
	line-height: 11pt;
}

#content span.right {
	margin: 0 0 0 20px;
	float: right;
	width: 238px;
}

#content span.left {
	margin: 0 20px 0 0;
	float: left;
	width: 238px;
}

#content p.back {
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
}

#content a,
#sidebar a {
	color: #CD842D;
	text-decoration: none;
}
#content a:hover,
#sidebar a:hover {
	text-decoration: underline;
}


/*----- Footer -----*/
#footer {
	height: 4px;
	background: url(../img/bg_footer.gif) repeat-x;
}



/*----- Forms -----*/
input,
textarea {
	width: 200px;
	border: 1px solid #000;
	padding: 2px;
	font: 8pt Tahoma, Arial, Helvetica, Verdana, sans-serif;
}
