* { 
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

body {
	text-align: center; 
	overflow: scroll;
	background-color: #f4f4f4;
}

* html body {
	overflow: visible;
} 

*:first-child+html body {
	overflow: visible;
}

div {
	text-align: left; 
}

html, body {
	height: 100%;
}

/* DIV-Boxen */

div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	background-repeat: repeat-y;
	background-image: url(images/hp/bg3.gif);
	background-position: left;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	background-color: #E8E7EC;
}

div#leftCol {
	float: left;
	background-color: white;
	width: 190px;
}

div#logo {
	background-image: url(images/hp/logo1.png);
	background-repeat: no-repeat;	
	background-color: white;
	height:302px;
	width: 190px;
}

div#leftmenu {
	background-color: white;
	width: 190px;
	overflow: hidden;
}

div#leftmenuButtons {
	background-color: white;
	margin: 25px 0 0 0;
	height: 140px;
}

* html div#leftmenuButtons {
	margin: 25px 0 0 -35px;
}

div#leftmenuLinks {
	background-color: white;
	margin: 25px 0 0 0;
	height: 125px;
}

* html div#leftmenuLinks {
	margin: 25px 0 0 -35px;
}


div#logozvk {
	background-color: white;
	margin: 25px 0 0 35px;
}

div#centerCol {
	margin: 0;
	float: left;
	width: 770px;
	height: auto;
	min-height: 100%;
	overflow: visible;
 }

div#centertop {
	background-image: url(images/hp/kurve_oben_02a.gif);
	background-position: 517px 0px;
	background-repeat: no-repeat;
	background-color: white;
	height: 185px;
	width: 770px;
	overflow: visible;
}

div#centerbottom {
	background-color: transparent;
}

div#contentarea {
	padding: 10px 10px;
	width: 696px;
	clear: both;
}

.content_full{
	position: relative;
	padding: 10px 10px 10px 15px;
	min-height: 100%;
	height: auto;
	width: 680px;
}

* html .content_full{
	position: relative;
	padding: 10px 10px 10px 15px;
	height: 100%;
	width: 680px;
}

.content_full img {
	position: relative;
	float: right;
	width: 300px;
   border-color: #FFDD00;
	border: 4px 4px;
	border-style: solid;
	margin: 0 0 0 20px;
}

* html .content_full img {
	position: relative;
	float: right;
	width: 300px;
  border-color: #FFDD00;
	border: 4px 4px;
	border-style: solid;
	margin: 0 0 0 20px;
}

.content{
	padding: 10px 10px 10px 15px;
	min-height: 100%;
	height: auto;
	width: 450px;
	float: left;
}

* html .content{
	position: relative;
	padding: 10px 10px 10px 15px;
	height: 100%;
	width: 450px;
	float: left;
}

.images {
	width: 210px;
	float: right;
}

/*Bilder-Bereich für IE6*/
* html .images {
	width: 210px;
	float: right;
	padding: 20px 0 0 0;
}

.images img, .images_a img {
  border-color: #FFDD00;
	border: 4px 4px;
	border-style: solid;
	width: 200px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	line-height: 100%;
}

.content table	{
	border-collapse:collapse;
}

.content table td {
	border: 1px solid #575757;
}

.content td {
	padding: 3px;
	vertical-align: top;
}

div#logoimage {
	clear: both;
	margin: 0 0 0 -6px;
	padding: 72px 0 18px 0;
}

div#navigation {
	background-color: white;
	width: 716px;
}

div#leftCol, div#centerCol {
	padding-bottom: 0px;
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
	.clearfix {display: block;}
/* End hide from IE-mac */