/* CSS Document Marine Systems*/
/* Farben
 Hintergrund hellgr&#65533;n: #EAF6EC
 Buttons dunkelgr&#65533;n: #67ACA6
 Buttons dunkelblau: #2A56A3
 Dunkelblau Hintergrund-Navigation: #1D336C
 
 Hauptnavigation:
 Company blau: #005BAA
 Products t&#65533;rkis: #0099CC
 Service t&#65533;rkis: #02B6D2
 News rot: #CC3300
 Schrift inaktiv: #8DA7B4
 
 Fliesstext: #7291A0
 Subnavigation Text: #E2ECF1
 */


/* Allgemein */

html, body, div, h1, h2, h3,  
form {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #7291A0;
	}

html, body {
	background-color:#fff;
	font-size: 11px;
	height:100%}
p {
	margin: 0;
	padding: 0;
}

ul {
	padding: 8px
	}

h1 {
	font: bold 14px Verdana, Helvetica, Arial, sans-serif; 
	letter-spacing:0.05em;
	color: #fff;
	}

.big {
	font: bold 17px Verdana, Helvetica, Arial, sans-serif; 
	letter-spacing:0.05em;
	color: #fff;
	}

td {
	font-size: 11px;
	}
	
a {
	color: #7291A0
	}
	
a:hover	{
	text-decoration:none
	}
	
.fontgreen {
	color: #67ACA6;
	}

#head {
	height: 70px;
	background-color: #67ACA6;
	}

#tech {
	float:left;
	padding:47px 0 0 16px;
	}

#head-name {
	float:right;
	padding: 26px 16px 0 0;
	}	

/* #head2 {
	visibility:hidden;
	height: 0px;
	background-color: #67ACA6;
	}

#tech2 {
	height: 0px;
	float:left;
	padding: 17px 0 0 16px;
	}

#head-name2 {
	height: 0px;
	float:right;
	padding: 16px 16px 0 0;
	}	*/

#tablediv {
	clear:both;
	margin: 0 0 0 16px;
	}

#map {
	float:left;
	background-color: #EAF6EC;
	padding-left: 30px
	}

#map img {
	padding:30px 8px 10px 0;
	}

#image {
	background-color: #EAF6EC;
	padding-left: 30px
	}

#image img {
	padding:30px 8px 10px 0;
	}

#adresse {
	float:left;
	background-color: #EAF6EC;
	padding:294px 0px 10px 20px;
	}

#description {
	background-color: #EAF6EC;
	padding:20px 30px 30px 30px;
	clear:both;
	}

#footer {
	position:absolute;
	top:auto;
	right:0;
	width:100%;
	background-color: #EAF6EC;
	text-align: right;
	border-bottom:2px solid #EAF6EC
	}
	
#footer img{
	padding-left:6px;
	}


/* Tabellen*/

#tablediv, #table table {
	border-collapse: collapse;
	border-right: 2px solid #fff;
	}

#table td {
	padding: 5px 8px;
	text-align:center;
	}
	
#table tr.white td {
	background-color: #fff;
	border-right: 2px solid #EAF6EC;
	}

#table tr.green td {
	background-color: #EAF6EC;
	border-right: 2px solid #fff;
	}

#table tr.bottom td {
	padding: 1px 0;
	background-color: #EAF6EC;
	border-right: 2px solid #fff;
        font-size: 0.1em; 
        line-height: 0.1em;
	}

#table .tab {
	padding-left: 15px;
	}

#tablediv #table td.border {
	border-right: 2px solid #fff;
	}

