@charset "utf-8";

html { 
  height:100%;
	border:0px dotted white;
  }
body {
	font-family:Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-size: 12px;
	height:100%;
	border:0px dotted green;
}
#mutterschiff {
	min-height:100%;
	width: 950px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: 20px top;
	margin-top: 0px;
	border:0px dotted red;
	background-color: #8AA2B5;
}
#hintergrund {
	height:100%;
	background-repeat:no-repeat;
	background-position: bottom 180px;
	border:0px dotted green;
	position:absolute;
	bottom:0px;
	width:950px;
	left:50%;
	margin-left:-475px;
}
#links {
	float: left;
	width: 180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#breadcrumb {
	margin: 0% 3px 3% 3px;
	padding-bottom: 2%;
	border-bottom-width: 1%;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height:5%;
}
#inhalt {
	padding: 4%;
	margin-left: 220px;
	background-repeat: no-repeat;
  border:0px dotted yellow;
  min-height:92%;
  z-index:2;

}

/*
#fuss {
	height:2%; 
	clear:both;
	width:920px;
	margin:0 auto;
	color:white;
  padding-left:30px;
	background-color: #8AA2B5;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-475px;
}
*/

img {
	border: none;
}

/* Menu */
.menu {
	margin:0;
	margin-top:30px;
	padding:0;
}
.menu li {
	list-style-type:none;
}
.menu li#current {
    font-weight: bold;
	color: black;
}
.menu li#current li a{
    font-weight: normal;
	color: white;
}
.menu li#current li:first-child a {
    font-weight: bold;
}
.menu li a   
{
    text-decoration:none;
    color:white;
    display:block;
	padding:5px 0px;
}
.menu li a:visited
{
    text-decoration:none;
    color:white;
}
.menu li a:hover
{
    text-decoration:underline;
}

.contentpaneopen tr td {
    font-size:12px;
}

/* Untermenü */
.menu li ul {
	margin-left:10px;
	padding-left:0px;
}

/* Übernommen aus general.css */
h1 
{
    font-size: 16px;
    font-weight:bold
    }
    
h2 
{
    font-size: 14px;
    font-weight: bold;
    height: 25px;
}
a:link      
{
    text-decoration:none;
    color:white;
}



a:visited   
{
    text-decoration:none;
    color:white;
}

a:hover
{
    text-decoration:underline;
}



/* Startseite */
.titel {
}
.news {
	color:white;
	font-size:12px;
	padding-bottom:20px;
}

