html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height:100%;
	font-family:"trebuchet ms", arial, helvetica;
	font-size:12px;
	background-color:#FFFFFF;
	text-align:center;
	bottom:0;
}

h1 {font-size:20px;color:#44405B;margin:0px;}
h2 {font-size:14px;color:#44405B;margin:10px 0px 15px 0px ;z-index: 10; padding:0 0 0 10px; width: 745px;}
h3 {font-size:14px;color:#44405B;}
p {margin:0px 0px 0px 10px; color:#44405B;}
li {margin-top:0px; color:#44405B;}

  
div.spalte1{
position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  float: left;
  width: 80px;
  z-index: 100;
}

div.spalte2{
  position:relative;
  margin: 0px 0 0px 0;
  padding: 0 0 0 0px;
  float: left;
  width:680px;
  z-index: 1;
}

a:link, a:visited, a:active, a:hover{ 
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
	font-size:12px;
}
a:active, a:hover{ 
	color:#44405B;
}

/* Container für Inhalt */
#container {
position: relative;
height: auto !important; /* For newish browsers */
height: 100%; /* This is for crappy IE*/
min-height: 100%; /* For newish browsers*/
margin: 0 auto;
width: 780px;
top:0;
border-left: 1px dotted #44405B;
border-right: 1px dotted #44405B;
}

/* Container für Titel und Menü */
#container_menu{
position:absolute;
top:0;
background-color:#FFFFFF;
	width:760px;
	height:280px;
	margin:0px;
	text-align:center;
}

/* Titelzeile */
#header {
height:300px;
padding:50px;
text-align:center;
background-color:#FFFFFF;
background-image: url(/gif/TextRedaktion760.PNG);
background-repeat:no-repeat;
/* background-position:450px 20px; */
top:0;
margin:auto;
}

/* Menü */
#menue{
margin: 0;
padding: 0 10px 0 10px;
}
#menue ul {
display:block;
list-style: none;
margin: 0;
padding: 0 10px;
border: none;
text-align:justify;
width:100%;
}
#menue li {
display: inline;
margin: 0;
padding: 0 30px;
/*float: center;
width: ; */
text-align:justify;
}
/* Hyperlinks im Menü */
#menue a{ 
  background-color:#FFFFFF;
  color:#7E88CB;
  text-decoration:none;
}
#menue a:hover, #menue a:active {
	background: #BBBBBB;
	color:#2C3C61;
}
#menue a.active:link, #menue a.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
color:#7E88CB;
text-decoration:none;
}

/* Inhalt */
#inhalt {
clear:both;
text-align:left;
min-height:100%;
border-top:1px solid #2C3C61;
background-color:#FFFFFF;
padding:5px;
color:#2C3C61;
}

#footer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background-color:#FFFFFF;
color:#44405B;
}
/* A CSS hack that only applies to IE -- specifies a different height for the footer */
* html #footer
{
margin-top: -7.4em;
}

