body {
	margin-top: 17px;
	margin-right: 5%;
	margin-bottom: 17px;
	margin-left: 5%;
	background-color: #CCCCCC;
}

h1 {
	font-size: 20px;
	color: #990000;
}

h2 {
	font-size: 18px;
	color: #990000;
}

h3 {
	font-size: 16px;
	color: #990000;
}

ul {
	margin: 0px;
	padding: 0px;
}

#Logo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #990000;
	position: absolute;
	height: 100px;
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFCC;
	visibility: visible;
	width: 90%;
	vertical-align: middle;
	padding-left: 10px;
	background-image: url(img/mamsch_head.gif);
	background-repeat: no-repeat;
}

#tabnav {
	position: absolute;
	left: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#tabnav li
	{
	margin: 0px;
	display: inline;
	list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
	float: left;
	background: #990000;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin-right: 4px;
	margin-top: 0px;
	text-decoration: none;
	color: #FFFFCC;
	padding: 1px 8px 4px 8px;
	font-variant: small-caps;
	border-top: 1px solid #990000;
	border-right: 2px solid #990000;
	border-bottom: 2px solid #990000;
	border-left: 2px solid #990000;
	}

#tabnav a:hover, #tabnav a:active
	{
	background: #FFFFCC;
	color: #990000;
	border-top: 1px solid #990000;
	border-right: 2px solid #990000;
	border-bottom: 2px solid #990000;
	border-left: 2px solid #990000;
	}
	
span.aktuell
{
	float: left;
	background: #FFFFCC;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin-right: 4px;
	margin-top: 0px;
	text-decoration: none;
	color: #990000;
	padding: 1px 8px 4px 8px;
	font-variant: small-caps;
	border-top: 1px solid #FFFFCC;
	border-right: 2px solid #FFFFCC;
	border-bottom: 2px solid #FFFFCC;
	border-left: 2px solid #FFFFCC;	
	}
	
#Partner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #990000;
	color: #FFFFCC;
	position: absolute;
	height: 340px;
	width: 240px;
	top: 60px;
	left: 17px;
	padding: 10px 10px 10px 10px;
	line-height: 15px;
}

#Partner a:link, #Partner a:visited {
	color: #FFFFCC;
	text-decoration: underline;
}

#Partner a:hover {
	text-decoration: none;
}

#Bild {
	background-color: #990000;
	position: absolute;
	height: 350px;
	width: 250px;
	top: 60px;
	right: 17px;
	padding: 5px 5px 5px 5px;
}
	
#Impressum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #993333;
	font-size: 10px;
	position: absolute;
	height: 25px;
	width: 90%;
	color: #FFFFCC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 0px;
	bottom: 0px;
}

#Contenttext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	position: absolute;
	left: 270px;
	top: 60px;
	z-index: 3;
	overflow: auto;
	height: 75%;
	width: 35%;
	padding-left: 27px;
	padding-right: 20px;
}

#Contenttext strong {
	font-size: 12px;
	color: #990000;
}

#Contenttext a:link, a:visited {
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}

#Contenttext a:hover {
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}

#Contentback {
	background-color: #FFFFCC;
	position: absolute;
	top: 100px;
	width: 90%;
	height: 83%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

