html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
	color: #330000;
	font-family: verdana;
	font-size: 12px;
	}
	
a { 
  color:#888888;
  text-decoration:none; 
}

a:hover { 
  color:#4e4b4b;
  text-decoration:none;
}

.normalfont{
   color: #330000;
	 font-family: verdana;
	 font-size: 12px;
}

#stempel {
  position:relative;
  top:-775px;
  left:-220px;
}


#language {
  height: 30px;
  width: 800px;
  margin: 10px auto;
  text-align: right;
  color: white;
  font-weight: bold;
}

#language img {
  border : none;
}

#umschlag {
  width: 800px;
  background-color: #ffffff;
  margin: 0px auto;
  border:1px solid #330000;
  min-height: 566px;
}

#header {
  background-image:url(images/nl_header.jpg);
  background-repeat: no-repeat;
  background-position:bottom right;
  height:140px;
  width: 800px;
}

#breadcrumb {
   text-align: left;
   padding: 10px;
   height: 20px;
}

#content {
   min-height: 222px;
   text-align: left;
   padding: 0px 80px 100px 80px;
}

#footer {
  background:#330000;
  color:#ffffff;
  border:2px solid white;
  font-weight: bold;
  text-align: right;
  height: 69px;
}

#copyright {  
  float: left;
  padding-left: 15px;
  padding-top: 15px;
}

#boxright {
  float: right;
  width: 590px;
}

#name {
  border-bottom: 1px solid white;
  padding: 15px 20px 5px 460px;
  float: right;
}

#subname {
  padding: 5px 20px 15px 0px;
  clear: both;
  float: right;
  width: 370px;
}

#clearfix {
  clear: both;
}

#impressum {
  height: 50px;
  width: 800px;
  margin: 20px auto;
  text-align: right;
  font-weight: bold;
}

#impressum a{
  color:#330000;
}

.input {
	float: right;
	width: 140px;
	color: #888888;
	font-size: 12px;
	font-family: verdana;
	padding: 3px 5px 2px 5px;
	}
	
.textarea {
	width: 350px;
	height: 230px;
	color: #888888;
	font-size: 12px;
	font-family: verdana;
	padding: 3px 5px 2px 5px;
	}
	
h2 {
	font-size: 17px;
	font-weight: bolder;
	}	
	
h3 {
	font-size: 14px;
	font-weight: bolder;
	}
	
#mainnavi {
   font-size: 16px; 
}

#tab_lebenslauf {
    padding-top:50px;
    border-spacing:10pt;
}

#tab_lebenslauf td{
    vertical-align:top;
}

#left{  width:200px;height:100%;
  float: left;
}
#right { float: right;width:440px;

}

#news {
   display:block;
}

.breaker{
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:1px solid #330000;
}

#presse{
  line-height: 20px;
}

#presse h1{
  margin-top:70px;
}

#presse p{
  margin-top:0px;
  margin-bottom:30px;
}

#presse img{
  border:1px solid black;
  margin-right:30px;
  margin-bottom:30px;
}

#kostuem {
  margin-bottom: 50px;
}

#kostuem img{
  border:1px solid black;
  margin-right:25px;
  margin-bottom:25px;
}

.menu {border-left:1px solid white;font-family: verdana, sans-serif; width:900px; height:100px; position:relative; font-size:11px; z-index:100;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:131px; height:20px; text-align:center; color:#fff; border:1px solid #fff; background:#330000; line-height:20px; font-size:11px; overflow:hidden;font-weight: bold;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}
        
/*Schrift und Hintergrund Farbe oberster Level Mouse Over*/
.menu ul li:hover a {color:#fff; background:#663333;font-weight: bold;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:131px;}
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#000; color:#000;border:10px solid green;}
.menu ul li:hover ul li ul {display: none;}
/*Schrift und Hintergrund Farbe zweiter Level*/
.menu ul li:hover ul li a {display:block; background:#eeeeee; color:#000;font-weight: normal;}
/*Schrift und Hintergrund Farbe zweiter Level Mouseover*/
.menu ul li:hover ul li a:hover {background:#cccccc; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;background:green;}
.menu ul li:hover ul li:hover ul.left {left:-105px;} 
