body, html {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	color: #333333;
	background-color: #ffffff;
	background-attachment: fixed;
	background-image: url(../gfx/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

body{
	overflow-y: scroll;
}

/*LAYOUT---------------------------------*/

#container {
	width: 801px;
	margin-left: -400px;
	left: 50%;
	position: absolute;
}
#head {
	background-color: white;
	height: 84px;
	width: 800px;
}
#media {
	background-color: #adadad;
	height: 200px;
	width: 801px;
}
#navi {
	margin-top: 20px;
	width: 155px;
	float: left;
	padding: 10px;
}
#content {
	margin-top: 20px;
	width: 430px;
	float: left;
	padding: 10px;
}
#marginal {
	margin-top: 20px;
	line-height: 13px;
	font-size: 10px;
	float: left;
	width: 155px;
	padding: 10px;
}
#headnavi {
	top: 20px;
	right: 10px;
	position: absolute;
}

/*HTML---------------------------------*/

h1 {
	padding-bottom: 6px;
	font-size: 16px;
	line-height: 18px;
	color: #006a5a;
	border-bottom-color: #E3004F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-top: 0px;
	margin-bottom: 12px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 12px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;	
	color: #006a5a;
	margin-bottom: 10px;
	font-weight: bold;
} 
h4 {
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
ul {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
}
ol li {
	margin-bottom: 5px;
}
ol {
	padding-left: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	list-style-type: decimal;
	list-style-position: outside;
}
table {
	padding: 0px;
	background-color: #e6e6e6;
	border-spacing: 0px 1px;
	border-color: #006a5a;
	border-style: solid;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	margin-bottom: 30px;
	font-size: 9px;
}
td {
	background-color: white;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-top: 0px;
	margin: 0px;
	border-spacing: 0px 0px;
	border-width: 0px;
}
a, a:link, a:visited, a:active {
	color: #006a5a;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

/*MAINNAVI---------------------------------*/

ul.mainnavi, ul.nav2nd {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	list-style-type: none;
}
ul.mainnavi li, ul.nav2nd li {
	margin-bottom: 10px;
	padding: 0px;
}
.mainnavi a, .mainnavi a:link, .mainnavi a:visited {
	margin: 0;
	padding: 0px;
	color: #333333;
	height: 100%;
	padding: 0px;
	text-decoration: none;
	display: block;
}
.mainnavi a.active,.mainnavi a.active:hover {
	color: #E3004F;
}
.mainnavi a:hover {
	background-color: #ffffff;
	color: #006a5a;
}

/*HEADNAVI---------------------------------*/

#headnavi a, #headnavi a:link, #headnavi a:visited, #headnavi a:active {
	margin-left: 10px;
	padding: 0px;
	color: #333333;
	text-decoration: none;
	font-size: 10px;
}
#headnavi a:hover {
	color: #006a5a;
	text-decoration: underline;
}

/*BILDER---------------------------------*/

.bildlinksinnen {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.bildrechtsinnen {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}
.bildgross {
	margin-bottom: 10px;
}
.abstandshalter {
	padding: 0px;
	margin: 0px;
	height: 24px;
	width: 100%;
}
img {border: 0px;}

