* {
  margin: 0;
  padding: 0;
}

html, body { 
	background-color: #FFF;
	height: 100%;
}

a{
	color: #2C5074;
	text-decoration:none;
}
a span{
	color: #2C5074;
	text-decoration:underline;
}

a:hover{
	color:#2C5074;
	font-weight:bold
}

a:visited{
	color: #2C5074;
}

a:active{
	color: #000;
}

.lbg {
	height: 100%;
	min-height:100%;
	margin:0;
	background-image: url(linksrechts.png);
	background-repeat: repeat-y;
	background-position: left;
	padding: 10px;
	position: relative;
}

.rbg {
	height: 100%;
	min-height:100%;
	margin:0;
	background-image: url(rechtslinks.png);
	background-repeat: repeat-y;
	background-position: right;
	padding: 10px;
	position: relative;
}

.punkt {
	height: 20px;
	width: 20px;
	border: 0px;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 11px;
	margin-left: 11px;
	margin-bottom: 5px;
}


.punkt2 {
	height: 20px;
	width: 20px;
	border: 0px;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 11px;
	margin-left: 11px;
	margin-bottom: 5px;
}

.medien {
	display: none;
	padding: 10px;
	left: 320px;
	top: 60px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	overflow: auto;
	text-align: right;
	width: 500px;
	height: 460px;
}

.leis {
	display: none;
	padding: 10px;
	left: 320px;
	top: 60px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	overflow: auto;
	text-align: justify;
	width: 500px;
}


.impressum {
	overflow: auto;
	/*position: absolute;*/
	left: 0px;
	top: 60px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 20px;
}


#all {
	background-color: #FFFFFF; 

	background-image: url(linksrechts.png);
	background-repeat: repeat-y;
	background-position: left;
	
/*	border-left: solid 1px #000;
	border-right: solid 1px #000;*/

	width: 100%; 
	margin: auto;
	min-height: 100%;
	height:auto !important;
	height:100%;
	overflow: hidden !important;
}

#container2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
}

#container1 {
	float:left;
	width:100%;
	position:relative;
	right:600px;
	min-width:1800px;
}

#header {
  width: 100%;
  margin:0;
  padding: 0px;
  height: 83px;
  text-align: center;
  white-space: nowrap;
  background-color: #B9C2DB;
  border-bottom: solid 1px #555;
}
#header h1 {
  font-weight: bold;
  font-style: italic;
  font-size: 17pt;
  white-space: nowrap;  
}

#header h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 11pt;
	font-weight: bold;	
}

#menu {
	min-height:100%;
	
	padding: 10px;
	position: relative;
	float: left;
	margin: auto;
	float:left;
	position:relative;
	left:600px;
	overflow:hidden;
}

.menu_std{
		width: 270px;
}
.menu_ext{
		width: 350px;
}

#menu ul {
	list-style: none;
	font-size: 14pt;
}

#menu ul li ul li{	
	list-style: none;
	padding-left: 10px;
	font-size: 13pt;
}

#content{
	margin-top:30px;
	float:left;
	position:relative;
	left:600px;
	overflow:hidden;
}

#content h3{
	text-align:center;
	margin-bottom:10px;
	font-size: 18pt;
}

#content h4{
  color: #2C5074	;
  font-size: 16pt;
}

.neu{
  color: #D00;
  font-weight: bold;
  font-size: 13pt;
}



