html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	text-align:left;
	background-color: #3366CC;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:80%;
	color:#000066
}
#titleDruck{
	display:none;
}
#menu {

	width: 151px;
	height: 100%;
	margin: 0%;
	padding: 0%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#right {
	background-color: #52D4CF;
	height: 100%;
	margin-left: 151px;
	margin-top: 0px;
}

#title {
	background-color:#3366CC;
	margin-top: 0px;
	height: 88px;
}

#content{
	background-color: #52D4CF;
	background-image:url(images/navi/backgroundMain.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	min-height: 610px;
	overflow: auto;
	padding: 30px;
	padding-right: 100px;
}

#content img{
	margin:10px;
}
.ueberschrift {
  text-align:center;
  font-size:110%;
  font-weight:bold;
}

.ueberschrift11pt {
  text-align:center;
  font-size:100%;
  font-weight:bold;
}


td {
	font-size:10pt;
}

tr .ueberschrift11pt {
	text-align: left;
}



h1 {
	font-size:110%;
	font-weight:bold;
	margin-top: 50px;
	margin-bottom: 20px;
}

h2 {
	font-size:105%;
	font-weight:bold;
	margin-top: 40px;
}

h3 {
	font-size:100%;
	font-weight:bold;
	margin-top: 30px;
}

p {
	
	margin: 0 0 10px 0;
}

.blauUnterlegt {
	font-size:10pt;
	font-weight:bold;
	background-color: #000099
}

img.team {
	float:left;
	margin-right: 20px;
}

h1.top {
	margin-top: 0px;
}



a {
	color: #000066;
}

ul {
	margin: 10px 0;

}

li {
	padding-left: 10px;
	margin: 10px 0;
}


h2 a {

}

/* Links im Menü */

a.leftmenu {
	display:block;
	background-image: url(images/navi/links_na.gif);
	background-repeat: no-repeat;
	width: 111px;
	height: 26px;
	padding-top: 11px;
	padding-left: 35px;
	text-decoration: none;
	font-family: sans-serif;
  font-size:100%;
	font-weight: bold;
   color: #52D4CF;
}
a.leftmenu:hover {
	background-image: url(images/navi/links_a.gif);
}



/* Links im Titel */

a.topmenu1 {
	display:block;
	width: 190px;
	height: 20px;
	background-image: url(images/navi/oben1_na.gif);
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
	font-size:90%;
   color: #52D4CF;
	padding-left: 240px;
	padding-top: 5px;
}
a.topmenu1:hover {
	background-image: url(images/navi/oben1_a.gif);
}

a.topmenu2 {
	display:block;
	width: 220px;
	height: 19px;
	background-image: url(images/navi/oben2_na.gif);
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
font-size:90%;
   color: #52D4CF;
	padding-left: 210px;
	padding-top: 6px;
}
a.topmenu2:hover {
	background-image: url(images/navi/oben2_a.gif);
}

a.topmenu3 {
	display:block;
	width: 250px;
	height: 30px;
	background-image: url(images/navi/oben3_na.gif);
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
font-size:90%;
   color: #52D4CF;
	padding-left: 180px;
	padding-top: 8px;
}
a.topmenu3:hover {
	background-image: url(images/navi/oben3_a.gif);
}

