body {
	background-color:#35A0CB;
	font-family: Trebuchet, Arial, Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: 140%;
}
strong { 
font-weight: bold; 
}
em { 
font-style: italic; 
}
a:link {
	text-decoration: none;
	color: #9B0080;
	font-weight: normal;
}
a:visited {
	text-decoration: none; 
	color: #9B0080; 
	font-weight: normal;
} 
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #9B0080;
} 
a:active {
	text-decoration: none; 
	color: #FFFFFF; 
	font-weight: normal;
	background-color: #9B0080;
}

.headline1-gross {
	font-family: Palatino, Georgia, Times, Times New Roman, Serif;
	font-size: 16pt;
	font-weight: bold;
	color: #9B0080;
}
h1 {
	font-family: Trebuchet, Arial, Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #9B0080;
	line-height: 160%;
}
.headline1 {
	font-family: Trebuchet, Arial, Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #9B0080;
	line-height: 160%;
}
.headline1-simple {
	font-family: Trebuchet, Arial, Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	line-height: 160%;
}
h2 {
	font-family: Trebuchet, Arial, Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 10.5pt;
	font-weight: bold;
}
.headline2 {
	font-family: Trebuchet, Arial, Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 10.5pt;
	font-weight: bold;
}
h3 {
	font-family: Trebuchet, Arial, Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.headline3 {
	font-family: Trebuchet, Arial, Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.kleinschrift1 {
	font-family: Trebuchet, Arial, Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: 130%;
}
.kleinschrift2 {
	font-family: Trebuchet, Arial, Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	line-height: 130%;
}

.underline {
	text-decoration:underline;
}

ul {
	list-style-type: circle;
	color: #000000;
	line-height: 200%;
}
hr {
text-align:center;
width:100%;
color:#CCCCCC;
size:1px;
}

.backcolor1 {
	background-color: #9B0080;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
/*gleich wie backcolor1*/
.backcolor2 {
	background-color: #9B0080;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}


/* Navigation links */

#navicontainer { margin-left: 0; }

#navicontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navicontainer li { margin: 0 0 1px 0; }

#navicontainer a
{
display: block;
padding: 1px;
width: 176px;
background-color: #FFFFFF;
font-style: normal;
font-weight: normal;
color: #9B0080;
text-decoration: none;
border-bottom-style:solid;
border-width:thin;
border-color:#9B0080;
}

#navicontainer a:hover
{
background-color: #9B0080;
font-style: normal;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

#navi-left {
	position:absolute;
	left:22px;
	top:185px;
	width:180px;
	border-color: #9B0080;
	border-style: dotted;
	border-width: thin;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	z-index:2;
	background-color: #EFF1F1;
}
#content {
	position:absolute;
	left:221px;
	top:185px;
	width:720px;
	border-color: #9B0080;
	border-style: dotted;
	border-width: thin;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	z-index:9;
	overflow: visible;
	background-color: #FFFFFF;
}
#logo {
	position:absolute;
	left:628px;
	top:35px;
	width:337px;
	z-index:3;
	height: 189px;
}
#title {
	position:absolute;
	left:23px;
	top:12px;
	width:481px;
	height:182px;
	z-index:1;
}
#top {
	position:absolute;
	left:-10px;
	top:-15px;
	width:947px;
	height:210px;
	padding-left: 35px;
	padding-top: 20px;
	z-index:0;
	background-image:url(../images/layout/welle-top.gif);
	background-repeat:no-repeat;
}

