/*
Farben:
türkis: 34BCCA
rot: ED1A45
türkis-light: D9F1F5
*/

body {
 font-family: Arial, sans-serif;
 font-size: 12px;
 background-color: white;
}

p {
 font-family: Arial, sans-serif;
 font-size: 11px;
}

#dummy {
width: 753px;
margin: 0 auto;
}

#title {
height:131px;
padding:0px;
border: none;
margin-bottom:0px;
background-image: url(/images/common/logoheader.jpg);
}

#navi {
	vertical-align: middle;
	border: 1px solid white;
	font-size: 8px;
	height:32px;
	padding:0px;
	margin-bottom:5px;
	background-image: url(/images/common/subnav.gif);
	background-position: middle middle;
	background-repeat: no-repeat;
}

#navi p {
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

#navi a {
	color: black;
	text-decoration: none;
}

#navi a:hover {
	text-decoration: underline;
}

#left, #right {
	width: 164px;
/* line-height:18px; */
}

#left {
float:left;
}

#right {
float:right;
}

#right a:link {
	color: black;
}

#right a:hover {
	color: #34BCCA;
}

#right a:visited {
	color: black;
}

#content {
float: left;
width: 409px;
margin-left: 8px;
}

#menu {
	color: white;
	width: auto;
	font-size: 11px;
/*	font-variant: small-caps; */
	text-transform: uppercase;
}

#menu ul {
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 11px;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	width: auto;
	display: inline;
}

#menu a {
	color: white;
	background-image: url(../images/bt_inactive.jpg);
	background-repeat: no-repeat;
	border-width: 0px 0px 1px 0px;
	border-color: white;
	border-style: solid;
	display: block;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 5px;
	text-decoration: none;
}

#menu a:hover {

	background-image: url(../images/common/reddot.gif);
	background-position: 8px 6px;
	background-repeat: no-repeat;

	color: black;
}

#menu ul li.liactive a {
	background-image: url(../images/common/reddot.gif);
	background-position: 8px 6px;
	background-repeat: no-repeat;
	color: black;
}

#contentnavi {
	border-width: 0 0 1px  0;
	border-style: solid;
	border-color: white;
	color: #ee1847;
	font-size: 10px;
}

.gbdate, #content p.subhead, #right p.subhead {
	font-size: 10px;
	color: #ee1847;
	margin: 0;
}

.gbheadline, #content p.headline, #right p.headline {
	color: #00abbd;
/*	text-transform: uppercase; */
	font-weight: bold;
	margin: 0;
}

#content p.fliess, #right p.fliess {
	color: black;
	font-size: 11px;
	margin: 0;
}

#content p.infotext {
	margin: 0;
	font-size: 10px;
	color: green;
	margin-bottom: 10px;
}
	
#content p.bu {
/*	font-family: Verdana; */
	font-size: 10px;
	color: black;
}

#content galthumb {
	float: left;
}

#content a:link {
	color: black;
	display: inline;
}

#content a:visited {
	color: black;
}

#content a:hover {
	color: #34BCCA;
}

.boxheadline {
	text-transform: uppercase;
	color: #ee1847;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: white;
	text-align: center;
}

.boxfliess {
	color: black;
	margin: 0;
}

.gbform {
	color: black;
	font-size: 11px;
}

.formbox {
}

.frmtext, .body, .gbbody, table {
	color: black;
	font-size: 11px;
}

.debug {
	color: red;
	font-size: 9px;
}

.bildright, .bildleft, .bildcenter {
	font-family: Arial, sans-serif;
	font-size: 10px;
}

.bildright {
	margin: 3px 3px 10px 10px;
}

.bildleft {
	margin: 3px 10px 10px 3px;
}