/*--------------------------------------------------------------------- standard elements */
* {
margin: 0;
padding: 0;
}

body {
	height: 100%;
	margin: 0 0 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #4D79A8;
}

a {
  color: white;
  text-decoration: none;
  font-size: 13px;
}

#maparea {
	margin-left:auto;
	margin-right:auto;
}

.inhalt {
	margin: 0 38px 0 20px;
}

.flagge {
	margin: 20px 0 0 26px;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
        line-height: 1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

/*--------------------------------------------------------------------- wrapper for content */
#Wrapper {
	position: relative;
	width: 800px;
	height: 606px;
	margin: 0 auto 0 auto;
	background-color: #a2a2a2;
}

/*--------------------------------------------------------------------- standard header */
#Header {
	position: absolute;
	top: 0;
	right: 0;
	width: 599px;
	height: 150px;
	background: url(/fileadmin/images/bg/header.jpg) no-repeat;
}


#ContentLeft {
	background: url(/fileadmin/images/bg/left_bg_start.jpg) no-repeat;
	top: 0;
	left:0;
	height: 606px;
}

#Flagge {
	background: none;
	width: 164px;
	height: 130px;
	top: 20px;
	position: absolute;
	left: 26px;
}

/*--------------------------------------------------------------------- mainmenu */
#MainMenu {
	position: absolute;
	top: 105px;
	left: 15px;
	line-height: 14px;
	background: none;
	width: 110px;
}

#MainMenu li {
	margin: 0 0 0 0;
        list-style: none;
}

#MainMenu li.menu_subitem {
	margin: 0 0 0 20px;
        list-style: disc;
	color: white;
line-height: 12px;
}

.menu_subitem A {
  color: white;
  text-decoration: none;
  font-size: 10px;
}

.menu_subitem A:hover {
  color: white;
  text-decoration: underline;
  font-size: 10px;
font-weight: bold;
}

.menu_item A {
  color: white;
  text-decoration: none;
  font-size: 12px;
}

.menu_item A:hover {
  color: white;
  text-decoration: underline;
  font-size: 12px;
font-weight: bold;
}

/*--------------------------------------------------------------------- content */
#Content {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 599px;
	height: 491px;
	background: url(/fileadmin/images/bg/content_bg_start.jpg);
}

#TypoContent {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 582px;
	height: 478px;
	background: none;
}

#Text p {
font-size: 12px;
line-height: 17px;
overflow-y: auto;
overflow-x: none;
background: none;
margin-bottom: 10px;

}



#TextInner {
background: none;
float: left;
width: 582px;
text-align: center;
margin: 0;
}


#TextInner h3 {
color: #1e4c72;
font-weight: bold;
font-size: 17px;
}


#TextInner li {
margin: 0px 0px 0px 20px;
}


#Headline {
   margin: 20px 20px 20px 20px;
	font-size: 17px;
	color: White;
	font-weight: bold;
display: none;
}


#Wetter {
position: absolute;
bottom: 20px;
left: 20px;
height: 180px;
width: 174px;
padding-left: 18px;
}