* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	text-align: center; /* horizontal centering for IE Win quirks */
 	font: 12px/20px arial, sans-serif;
}

p {
	padding-bottom: 20px;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #6b6e53;
}

a:hover, a.active {
	color: #000;
}

a.black {
	color: #000;
	text-decoration: underline;
}

a.black:hover {
	text-decoration: none;
	color: #6B6E53;
}


/* ================================================================= WRAPPER */

#top { 
	width: 100%;
	height: 50%;
	margin-bottom: -290px;
	float: left;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	text-align: left;
	height: 580px;
	width: 916px;
	clear: left;
}

div.bg0 {
	background: #fff url(../img/hintergrund0.png) no-repeat 0 0;
}

div.bg1 {
	background: #fff url(../img/hintergrund1.png) no-repeat 0 0;
}

div.bg2 {
	background: #fff url(../img/hintergrund2.png) no-repeat 0 0;
}

#bottom { 
	width: 100%;
	height: 50%;
	margin-top: -290px;
	float: left;
}


/* ================================================================== HEADER */

#header {
	height: 77px;
}

#header ul {
	list-style: none;
	padding-top: 14px;
	padding-left: 25px;
	float: left;
}

#header ul li {
	float: left;
}

#header ul li a {
	padding-left: 14px;
}

#header ul li a:hover, #header ul li a.active {
	background: url(../img/dot.gif) no-repeat 0 50%;
	font-weight: bold;
}

#header img#logo {
	float: left;
}

#header p {
	padding: 14px 20px 0 0;
	color: #6B6E53;
	float: right;
}

/* ================================================================= CONTENT */

#content {
	clear: both;
	/*margin-top: 57px;*/
	height: 483px;
}

#contenttop {
	height: 332px;
}

#left {
	width: 180px;
	float: left;
	padding-left: 20px;
	padding-top: 55px;
}

#right {
	margin-left: 271px;
}

#right2 {
	margin-left: 206px;
}

#topalign {
	padding-top: 55px;
}

ul.innerlist {
	float: right; 
	width: 182px; 
	font-weight: bold;
	padding-top: 55px;
}

#innerleft1 {
	width: 292px; 
	float: left; 
	padding-top: 55px;
}

* html div #innerleft1 {
	margin-right: -3px;
}

#innerright1 {
	margin-left: 292px; 
}

* html div #innerright1 {
	margin-left: 289px;
}

table#reflist {
	border-collapse: collapse;
	margin-top: 50px;
}

table#reflist tr.first td {
	border: 0;
}

table#reflist tr td {
	width: 270px;
	border-top: 1px solid #c0c0c0;
	padding: 5px 0;
}

table#reflist tr td.middle {
	width: 50px;
	border: 0;
}

/* ================================================================= SUBMENU */

ul#submenu {
	list-style: none;
	padding-left: 5px;
}

ul#submenu li a {
	padding-left: 14px;
}

ul#submenu li a:hover, ul#submenu li a.active {
	background: url(../img/dot2.gif) no-repeat 0 3px;
	font-weight: bold;
}

/* =========================================================== CONTENTBOTTOM */

#contentbottom {
	height: 147px;
	padding-top: 4px;
}

#slogan {
	float: right;
	color: #e2e3d9;
	font-size: 18px;
	margin: 26px 80px 0 0;
}

#slogan2 {
	float: right;
	color: #e2e3d9;
	font-size: 18px;
	margin: 26px 0 0 0;
	width: 182px;
}

#slogan p, #slogan2 p {
	padding-bottom: 0px;
}

#slogan p.small, #slogan2 p.small {
	font-size: 12px;
	margin-bottom: 9px;
}

img#firstbottompic {
	margin-left: 26px;
}

#contentbottom img {
	margin-right: 7px;
}

#buttons {
	margin-left: 231px;
	margin-top: 1px;
}

#buttons img {
	margin-left: 6px;
}

#reflink {
	margin-left: 28px;
}


/* ====================================================== CONTENTBOTTOM HOVER */

div#bottomhover {
	margin-left: 26px;
}

div#bottomhover img {
	margin-right: 1px;
	padding: 4px;
	padding-bottom: 0;
}

div#bottomhover a {
	display: block;
	float: left;
}

div#bottomhover a .active, div#bottomhover a .text {
	position: absolute;	
	display: none;
	width: 0;
	height: 0;
	left: -9999px;
	visibility: hidden;
}

* html div #bottomhover a .active, * html div #bottomhover a .text {
	display: block;
}

div#bottomhover a:hover .inactive, div#bottomhover a.active .inactive {
	visibility: hidden;
	display: block;
}

div#bottomhover a:hover, div#bottomhover a.active {
	position: relative; 
}

div#bottomhover a:hover .active, div#bottomhover a.active .active  {
	display: block;
	width: auto;
	height: auto;
	visibility: visible;
	margin-top: -92px;
	left: 0;
	border: 1px solid #acae9f;
	padding: 3px;
}

div#bottomhover a:hover .text {
	display: block;
	width: 255px;
	height: 20px;
	visibility: visible;
	left: 54px;
	color: #fff;
	background: url(../img/line.gif) no-repeat 1px 4px;
	padding-top: 16px;
}


/* ================================================================ MAILFROM */

input {
	border: 1px solid #E2E3D9;
	width: 170px;
}

input.button {
	width: auto !important;
	margin-left: 2px;
}

textarea {
	border: 1px solid #E2E3D9;
	width: 227px;
	height: 120px;
	font: 12px/20px arial, sans-serif;
}


/* ================================================================== FOOTER */

#footer {
	text-align: right;
	clear: both;
	font-size: 11px;
	margin-right: 3px;
}

#footer a {
	padding-left: 14px;
}

#footer a:hover, #footer a.active {
	background: url(../img/dot.gif) no-repeat 0 50%;
}




