@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:visited, a:link {
	color: white;
	font-weight:bold;
	background:none;
	text-decoration:none;
}
a:hover {
	color: #333333;
	text-decoration: none;
	background:none;
}
ul {
	font-size:0.8em;
}
h1 {
	font-size: 1.2em;
	color: #a6a3a3;
	margin: 0;
	padding-bottom: 10px;
}
h2 {
	color: #118a85;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 4px;
	border-bottom: solid 1px #a6a3a3;
}
h3 {
	font-size: 1.2em;
	color: #a6a3a3;
	margin: 0;
	padding-bottom: 10px;
}
h4 {
	color: #118a85;
	font-size: 0.9em;
}
#layout {
	height:100%;
}
#border-left {
	margin-left:5px;
	width:10px;
/*	height:1000px;*/
	float:left;
	border:1px solid #000066;
	background-image:url(_layout/bg.gif);
}
#border-right {
	width:10px;
	height:1000px;
	float:left
}
#wrapper {
	width:850px;
	margin: 0 auto;
	border-left: 1px solid #e5e2dc;
	border-right : 1px solid #e5e2dc;
}
#logo {
	height: 125px;
}
#header {
	margin: 0 0px;
}
#sub_navigation {
	padding: 2px 2px;
	padding-right: 20px;
	text-align: right;
	background: #128985;
}
#shadow {
	height: 25px;
	background : url(_layout/shadow.gif) repeat-x;
}
#footer {
	background: #f6f6f6;
	border-top: 1px solid #e5e2dc;
	border-bottom: 1px solid #e5e2dc;
	padding: 10px 20px;
	clear: both;
}
.img {
	border: none;
	text-align:center;
}
#main-content {
	margin: 0 auto;
/*	height: 500px; */
	background-color:#FFFFFF;
}
.mainmenu {
	width: 220px;
	float: left;
	width: 200px;
	margin: 0px 1px;
	padding: 0px 10px;
	background: url(images/shadow.jpg) no-repeat top;
}
.menu {
	background: #128985;
	border: 1px solid #f0e9eb; 
	padding: 8px;
	padding-left: 0px;
}
.menu-ul {
	font-size: 0.8em;
	padding: 0;
	margin:0 0 0 20px;
	list-style: square; 
	color:white;
}
.content {
	color: #666666;
	margin-left: 225px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.content-text {
	color: #666666;
	font-size: 0.8em;
}
a.content-text {
	color: #666666;
	font-size: 0.8em;
	font-weight:bold;
}
.content-spot {
	color:#118a85;
	font-weight:bold;
	font-style:italic;
}
a:link.content-text-link {
	color: #666666;
	font-size: 0.8em;
/*	font-weight:bold;*/
}
.produkt-div {
	width:350px;
	text-align:justify;
}
.produkt-img {
	padding-bottom:3px;
}
.submenu {
	font-size: 0.9em;
	color: white;
	font-weight:bold;
}
a.submenu {
	color: white;
	text-decoration: none;
}
.footer_text {
	font-size: 0.9em;
/*	font-weight: bold;*/
	color: #128985;
}