﻿html,
body {
    height: 100%;
}


body {
	color: #000;
	font-size: 11px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 18px;
	background-color: #e0dcd3;
	background-image: url(../img/kachel.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}

a {
	color: #31446F;
	line-height: 1em;
}

a:hover {
	color: #4A639D;
}

img {
	border: 0;
}

h1, h2, h3 {
	margin: 0px 0 0.5em 0;
}

h1 {
	color: #4a639d;
	font-size: 18px;
	line-height: 1.5em;
}

h2 {
	color: #9f9882;
	font-size: 11px;
	line-height: 16px;
}

h3 {}

p {
	margin: 0 0 0.5em 0;
}


#gradient {
	background-image: url(../img/shaddow_fond.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
	height: 100%;
}

#page {
/*    background-color: #6CC018; */
	margin: 0px auto;
	padding: 0;
	width: 960px;
	border: 0;
	position: relative;
	overflow: auto;
	padding-top: 10px;
}

#head {
	overflow: auto;
	height: 180px;
	border-bottom: 1px solid #fff;
	background-color: #ebe9e1;
	position: relative;
}

#startheader {
	border-bottom: 1px solid #fff;
}


#logo {
	width: 240px;
    padding-top: 40px;
	text-align: center;
	float: left;
	background-color: #ebe9e1;
}

#teaser {
	width: 720px;
	float: left;
}

#topnavarea {
    background-color: #31446f;
	height: 26px;
	line-height: 26px;
}


#container3 {
	float: left;
	width: 100%;
	background: #c4c0b2;
	overflow: hidden;
	position: relative;
}

#container2 {
	float: left;
	width: 100%;
	background-color: #fff;
	position: relative;
	right: 210px;
}

#container1 {
	float: left;
	width: 100%;
	background: #ebe9e1;
	position: relative;
	right: 510px;
}

#col1 {
	float: left;
	width: 240px;
	position: relative;
	left: 720px;
	overflow: hidden;
}

#col2 {
	float: left;
	width: 510px;
	position: relative;
	left: 720px;
}

#col3 {
	float: left;
	width: 210px;
	position: relative;
	left: 720px;
	overflow: hidden;
}

.inner {
	padding: 10px 10px;
}


#col1 .inner {
	padding: 0;
}


#col2 .inner {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom:
}

#col3 .inner {
	margin-top: 26px;
	padding-top: 0;
}

#footerline	{
	clear: both;
	background-color: #9f9882;
	height: 15px;
	position: relative;
}

#footer	{
	clear: both;
	background-image: url(../img/shadow_footer.png);
	background-repeat: no-repeat;
	padding: 10px 10px 30px;
	text-align: center;
}

#topnav {
    margin-left: 260px;
	float: left;
	display: block;
}


#topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topnav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#topnav li a {
	display: block;
	text-decoration: none;
	padding: 0 10px;
	line-height: 26px;
	color: #fff;
    font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#topnav li a:hover {
	background-color: #4a639d;
}



#leftnav {
    position: relative;
	padding-bottom: 100px;
}


#leftnav ul {
    margin: 0;
	padding: 0;
}


#leftnav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #leftnav li {
}



#leftnav li a {
	display: block;
	line-height: 16px;
	color: #fff;
	font-size: 12px;
	background-color: #31446f;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 10px;
	border-bottom: 1px solid #ebe9e3;
	position: relative;
	margin: 0;
}

* html #leftnav a {
	height: 1em;
}

#leftnav li li a {
	padding-left: 35px;
	background-position: 17px 10px;
}

#leftnav li li li a {
	padding-left: 55px;
	background-position: 29px 10px;
}


#leftnav li a.active, #leftnav li a:hover {
	background-color: #4a639d;
	font-weight: bold;
	background-color: #ebe9e3;
	color: #4a639d;
}

#leftnav li a.menu40 {
	color: #ff0000;
	font-weight: bold;
}

#leftnav li a.menu40:hover,
#leftnav li a.menu40.active {
	background-color: #4a639d;
	font-weight: bold;
	background-color: #ebe9e3;
	color: #ff0000;
}

/* Hide from IE5-Mac \*/

#leftnav li a {
	float: none;
}
/* End hide */


#breadcrumb {
    background-color: #c4c0b2;
	height: 26px;
	line-height: 26px;
	padding-left: 30px;
	margin-right: -240px;
	z-index: 10000;
	overflow: visible;
}

#breadcrumb ul {
	margin:0;
	padding: 0;
	display: inline;
}

#breadcrumb li {
	list-style-type: none;
	margin:0;
	padding: 0;
	border: 0;
	display: inline;
}

#breadcrumb a {
	color: #31446F;
	text-decoration: underline;
}

#breadcrumb a:hover {
	color: #4A639D;
}

#breadcrumb span.divider {
	color: #000;
	padding: 0 5px;
}


#language {
    float: right;
	overflow: visible;
	width: 240px;
	text-align: right;
	padding-right: 20px;
}


#language ul {
	margin:0;
	padding: 0;
	display: inline;
}

#language li {
	color: #fff;
	list-style-type: none;
	margin:0;
	padding: 0;
	border: 0;
	display: inline;
	padding: 0 10px;
}

#language li.active a {
	text-decoration: none;
}


#language a {
	color: #fff;
	text-decoration: underline;
}

#language a:hover {
	color: #fff;
}

.center {
	text-align: center;
}

#col2 a, #col3 a {
	text-decoration: none;
	border-bottom: 1px solid #0053A6;
}

#col2 a:hover, #col3 a:hover {
	border-bottom: 1px solid #5EA3FF;
}

#col2 ol {
	margin: 0;
	margin-left: 0px;
	padding: 0;
	font-weight: bold;
}

#col2 ol li {
	margin: 0;
	margin-left: 20px;
	padding: 0;
	font-weight: bold;
}

#copyright {
	float: left;
}

#imprint {
	float: right;
}

#imprint a{
	text-decoration: none;
}

#imprint a:hover{
	color: #cc0000;
}

/* WORLDMAP */

#worldmap {
    height: 398px;
	background-image: url(../img/img_weltkarte2.jpg);
	text-align: center;
}

#companies {
    margin: 0 auto;
	padding-top: 100px;
	width: 640px;
}

.company {
    float: left;
	width: 190px;
	border-left: 1px solid #c4c0b2;
	padding: 0 10px;
}

.companylast {
	border-right: 1px solid #c4c0b2;
}

.company a {
}

.linkarea {
	margin-top: 10px;
    background-color: #ebe9e1;
	padding: 5px 0;
	height: 70px;
}


.company h1 {
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

table.contenttable {
    width: 100%;
	vertical-align: top;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

table.contenttable td {
	vertical-align: top;
    padding: 0;
	margin: 0;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c4c0b2;
	line-height: 16px;
}

table.contenttable td a {
	line-height: 16px;
}

