html, body {
	height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
	background-color: #eaeaea;
	padding: 0;
	margin: 0 auto;
	font-family: arial;
	font-size: 9pt;
	color: #666666;
	line-height: 16px;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	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-color: #FFFFFF;
	padding: 10;
}

#logo {
	padding: 25px;
         margin-bottom: -25px;
}

#sprachauswahl {
	font-size: 8pt;
	margin-top: 0px;
         margin-bottom: 2px;
         margin-right: 25px;
         text-align: right;
         color: #CECECE;
}

#main-navigation {
	margin-left: 25px;
	margin-right: 25px;
	padding-bottom: 0px;
	margin-bottom: 1px;
}

#header {
	margin-left: 25px;
	margin-top: -5px;
	background-image: url(../gfx/header1.jpg);
	width: 850px;
	height: 80px;
}

#bread-crump {
	padding-left: 25px;
	font-size: 9pt;
	color: #999999;
	font-family: Arial;
}

#bread-crump a {
	color: #999999;
	text-decoration: none;
}

#bread-crump a:hover {
	text-decoration: underline;
}

#page {
	width: 100%;
}

#sub-navigation {
	width: 200px;
	float: left;
	font-size: 10pt;
	margin-left: -15px;
}

#sub-navigation ul {
	list-style-type: none;
}

#sub-navigation li {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

#sub-navigation a {
	color: #666666;
}

#sub-navigation a:hover {
	color: #1f9db9;
	text-decoration: none;
}


.li-active {
	color: #1f9db9;
	font-weight: bold;
}

#content {
	width: 650px;
	float: right;
	padding-right: 25px;
	padding-top: 15px;
}

#column-left {
	float: left;
	width: 340px;
}

#column-right {
	text-align: right;
	margin-bottom: 30px;
}

#product-left {
	float: left;
	width: 450px;
	padding-right: 20px;
         min-height: 350px;
}

#product-left li {
         margin-bottom: 5px;
}

#product-facts {
	background-color: #eaeaea;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 15px;
         border-top: 1px solid #1f9db9;
         border-bottom: 1px solid #1f9db9;
}

#product-downloads {
	width: 174px;
	background-color: #eaeaea;
         margin-bottom: 15px;
         padding: 3px;
         float: right;
         font-size: 8pt;
         border-top: 1px solid #1f9db9;
         border-bottom: 1px solid #1f9db9;
}

#footer {
	clear: both;
	margin-left: 25px;
	margin-right: 25px;
	font-family: Arial;
	font-size: 8pt;
	color: #999999;
	height: 48px;
}

#footer-gfx {
	background-image: url(../gfx/footer.jpg);
	width: 850px;
	height: 25px;
}

#last-line-left {
	width: 450px;
	float: left;
}

#last-line-right {
	width: 400px;
	float: right;
	text-align: right;
}

a {
	color: #1f9db9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td {
	vertical-align: top;
}

.first-row {
	color: #999999;
	font-weight: bold;
	width: 50px;
}

#home-footer-1 {
	width: 283px;
         padding-right: 5px;
         float: left;
         margin-bottom: 10px;
}

#home-footer-2 {
	width: 283px;
         padding-left: 5px;
         padding-right: 5px;
         float: left;
         border-left: 1px solid #CECECE;
         border-right: 1px solid #CECECE;
}

#home-footer-3 {
	width: 283px;
         padding-left: 5px;
         float: right;
         margin-right: 25px;
}


#home-layer a,
#home-layer a:link,
#home-layer a:visited,
#home-layer a:active,
#home-layer a:hover {
	display: block;
	height: 40px;
	width: 164px;
	padding: 5px 8px;
	float: left;
	margin-top: 250px;
	color: #FFFFFF;
	font-size: 9pt;
	line-height: 10pt;
	text-decoration: none;
}

#home-layer a b {
	font-size: 11pt;
	display: block;
}

#home-news {
	width: 300px;
         height: 300px;
	margin-bottom: 24px;
         margin-left: 550px;
         background-color: #EAEAEA;
}

#home-news-title {
	width: 300px;
         height: 20px;
         background-image: url('../gfx/head-news.gif');
}

h3 {
	margin-top: 0px;
}

.teambild {
	margin-top: 15px;
	margin-bottom: 2px;
}

h2 {
	padding-top: 10px;
}

input, textarea {
	border: 1px #CCCCCC solid;
}

input:focus {
	border: 1px #00AEC6 solid;
}

textarea:focus {
	border: 1px #00AEC6 solid;
}