<style type="text/css">
<!--

/* grundlegende Seiteneinstellungen*/
body {
	background-color:#efefef;
	background: #EFEFEF;
	font:12pt Calibri, Arial, Helvetica;
	margin:2% 2%;
	color:black;
	}

h1,h2,h3 {
	font-family: Calibri, Arial, "Trebuchet MS", Georgia, serif;
	font-weight:bold;
	color:black;
}

h1 {
	font-size:14pt;
}

h2 {
	font-size:150%;
}

h3 {
	font-size:110%;
}

a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  font-weight:normal;
  color:black;
  font-size:12pt;
}
a:active, a:hover
{
  color:#ffffff;
}
a.menu {
 display:block;
 padding:3px;
 border-top:0px solid #000;
 background-color:#9f937f;
 text-align:left;
 color:black;
 text-decoration:none;
 }
a.menu:link, a.menu:visited
{
 color:#000000;
 background-color:#9f937f;
 text-decoration:none; 
 font-weight:normal;
}
a.menu:active, a.menu:hover
{
  color:#ffffff; 
  font-weight:normal;
 
}

#title {
height:34px;
padding:5px;
background-color:#9f937f;
border-bottom:1px solid #000;
}
#picrow {
	margin-top:165px;
	padding-right:24px;
	margin-left:9px;
			}

#logo{
  margin-top:60px;
	margin-left: 0px;
	padding-right:46px;
			}

#left {
background-color:#9f937f;
width:125px;
float:left;
}
.menutitle{
font-weight:normal;
text-align:left;
margin-left:15px;
}
.menucontainer {
position:absolute;
background-color:#9f937f;
width:auto;
margin-top: 20px;
margin-left: 20px
}
#content {
	position:absolute;
	color:black;
	margin-left:200px;
	margin-top: 10px;
	padding:10px 10px;
		}
.textcontainer{
margin-top:240px;
margin-left:100px;
position:absolute;
}




/* hier beginnt das für die Box relevante CSS  */

div {
	margin:0;
}

.ro {
	background:url(roundedbox_ro.gif) top right no-repeat;
}

.lo {
	background:url(roundedbox_lo.gif) top left no-repeat;
}

.ru {
	background:url(roundedbox_ru.gif) bottom right no-repeat;
}

.lu {
	background:url(roundedbox_lu.gif) bottom left no-repeat;
}

.inhalt {
	margin-top:0px;
	padding:2.5em 2.5em 3.5em 2.5em;
	font:12pt Calibri, Arial, Helvetica,;
	}

.inhalt p {
	color:black;
	margin-top: 20px;
	text-align:justify;
	padding-left:210px;
	padding-right:50px;
		}

#r3 {position:relative; top:5px; left:25px; }

-->
</style>