* {
	margin: 0;
	padding: 0;
}	

body {
	font: 80% Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.4em;
	text-align: center;
	color: #747474;
	background: #e2e2e2;
}

#container {
	width: 780px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #747474;
	background: #ffffff;
}
#tab {
	margin-left: 5px; 
}
#tab_left {
	vertical-align: top;
	padding: 0px 10px 15px 0px;
	margin: 10px;
	width: 130px;
  height: 130px;
}
#tab_right {
	text-align: left;
	vertical-align: top;
	border: none;
	padding: 0px 10px 0px 0px;
	width: 630px;
	height: 130px;
}
#header1 {
	height: 300px;
	width: 760px;
	margin: 10px;
	border: 1px solid #747474;
	background-image: url(img/start.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#header2 {
	height: 300px;
	width: 760px;
	margin: 10px;
	border: 1px solid #747474;
	background-image: url(img/fischoel.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#header3 {
	height: 300px;
	width: 760px;
	margin: 10px;
	border: 1px solid #747474;
	background-image: url(img/produkte.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#header4 {
	height: 300px;
	width: 760px;
	margin: 10px;
	border: 1px solid #747474;
	background-image: url(img/nordic.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#header5 {
	height: 300px;
	width: 760px;
	margin: 10px;
	border: 1px solid #747474;
	background-image: url(img/gesundheit.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#header6 {
	height: 300px;
	width: 760px;
	margin: 10px;
	border: 1px solid #747474;
	background-image: url(img/forschung.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#header7 {
	height: 300px;
	width: 760px;
	margin: 10px;
	border: 1px solid #747474;
	background-image: url(img/impressum.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#header8 {
	height: 300px;
	width: 760px;
	margin: 10px;
	border: 1px solid #747474;
	background-image: url(img/kontakt.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#header h2 {
	color: #00000;
	text-align: left;
	margin-top: 60px;
	margin-left: 20px;
}


#menu {
	height: 40px;
	width: 760px;
	margin: 13px;
}

#menu ul {
	list-style-type: none;
}

#menu ul li{
	height: 30px;
	width: 105px;
	float: left;
	margin-right: 1px;
	padding-top: 10px;
	font-size: 13px;
	border: 1px solid #747474;
	font-weight: bold;
	background-color: #CBE5F3;
}

#menu ul li#last {
	margin-right: 0;
}

#menu ul li a{
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	text-decoration: none;
	color: #000000;
}

#menu ul li a:hover{
	color: #FF6600;
}

#content {
	width: 760px;
	height: 460px;
	margin: 10px;
	border: 1px solid #747474;
	text-align: left;
}

#content a {
	color: #3366CC;
	text-decoration: underline;
}

#content a:visited {
	color: #3366CC;
	text-decoration: underline;
}

#content a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#content a:active {
	color: #3366CC;
	text-decoration: none;
}

#content h4 {
	margin: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #85c20c;
}

#content p {
	margin: 10px;
}

#content acronym {
	border-bottom: 1px dotted #85c20c;
}

#footer {
	width: 760px;
	margin: 10px;
}


