body{
	font-family: Calibri, Verdana, Arial;
	font-size: 14px;
	background-color:#4b0008;
	padding: 0; 
	margin: 0;

}
/*#top-box{
	width: 960px;
	height:10px;	
	padding: 0;
	margin: -40px 0 0 -40px;
	background-image: url(/images/top.png);
	background-repeat: no-repeat;
	}
#bottom-box{
	float: left;
	width: 960px;
	height:10px;	
	margin:auto  0 0 -40px;
	padding: 0;
	background-image: url(/images/bottomTop.png);
	background-repeat: no-repeat;
}*/
#box{
	width: 920px;
	min-height: 720px; height: auto !important;  height: 720px;
	margin: 10px auto;
	padding: 40px 0 0 40px;
	background-color: white;
	border-style:solid;
  border-color: #e3001b;
  border-top-width: 2px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 2px;
  background-image: url(/images/hintergrundfNeu.png);
	/*background-image: url(/images/border.png);
	background-repeat: no-repeat;*/ 
	}
h2, h3, ins{
	text-decoration: none;	
}
h1, h2{
	clear: both;
	font-weight: normal;
}

#header{
	width: auto; 
	height: 150px;
	margin: 0 0 0 15px;
	padding:0;
	
}
#title{
	float: left;
	width: 500px;
	margin: 0;
	padding: 60px 0 0 60px ;
	font-color: #e3001b ! important;
}	
#image{
	float:left;
	margin:0 0 0 0;
	padding:0;
	width: 150px;
	height: 150px;
	background-image: url(/images/logo_header.png);
	background-repeat: no-repeat;
}
#schmetterling{
	float:left;
	margin:0 0 0 30px;
	padding:0;
	width: 150px;
	height: 150px;
	background-image: url(/images/schmBlau.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#schmetterlingGelb{
	float:left;
	margin:40px 0 0 0;
	padding:0;
	width: 150px;
	height: 150px;
	background-image: url(/images/schmetterling_gelb.png); 
	background-repeat: no-repeat;
}
#content{
	float:left;
	font-size: 0.9em;
	width: 550px;
  height: 370px;
	padding:50px 0 30px 60px;
	margin: 0;
	background-position:30px 30px;
	background-image:url(/images/white.png);
	background-repeat: no-repeat;
}
#content p{
	width: 500px;
	margin: 10px 0 0 0;

}
#content ul{
	width: 500px;
	margin: 0;
	padding:0 0 0 10px;
}
#content_home{
	float:left;
	font-size: 0.9em;
	width: 680px;
	min-height: 370px;
	padding:50px 0 30px 60px;
	margin: -33px 0 0 0;
}
.clear{
	clear: both;
}
#footer{
	float:left;
	width: 100%;
	color: white !important;
	margin: 0 20.5%;
	padding:0;
	font-size: 0.7em;
}
#footer p{
	margin: 0;
	padding: 0;
}
#title h1{
	margin:60px 0 0 0 ;
	padding:0;
}

ul{	
	margin: 0;
	padding: 10px 0 0 0;
}
a{
  text-decoration: none;
  color: black;
}
a:hover{
  color: #e3001b;
}
#content a{
  text-decoration: none;
  color: #C41C26;
}

.navi_top{
	float:left;
	width:695px;
	height: 40px;
	padding: 0 0 0 220px;
	margin: 20px 20px 0 0;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #e3001b;
}

.navi_left{
	float:left;
	width: 158px;
	padding: 0 0 0 10px;
	margin: 0;
 	border-width: 0 2px 0 0;
	border-style: solid;
	border-color: #e3001b;
}

.navi_top ul { 
	list-style: none;
}
.navi_left ul { 
	list-style: none;
}
.navi_top li {
	position: relative;
	float:left;
	width: auto;
	margin: 0 5px;
	padding: 0 15px 10px 15px;
	background-image:url(/images/schmetterling_rot_zeichen.png);
	background-repeat: no-repeat;
  background-position: 0 3px;
	/*background-color:#FBE73D ;*/
}

.navi_top li ul{
	position: absolute;
	margin: 10px 0 0 0;
	font-size: 0.8em;
}

.navi_left li {
	float:left;
	width:100px;
	height: auto;
	background-image:url(/images/schmetterling_rot_zeichen.png);
	background-repeat: no-repeat;
	margin: 0 5px;
	padding: 0 15px 10px 15px;
  /*background-color:#FBE73D ;*/
}
.navi_left li ul{
	position: relative;
	font-size: 0.8em;
	margin: 10px 0 0 0;
	padding: 0;
}
li.navi ul { display: none; }
li.navi:hover ul { display: block; }

form{
	z-index: 100;
	position: relative;
}
form td {
	padding: 2px;
	vertical-align:top;
}

/* the overlayed element 
-------------------------------------------------------*/
#overlay {
	position: absolute;
	
	/* growing background image */
	background-image:url(/images/whiteKarte.png);
	
	/* dimensions after the growing animation finishes  */
	width:590px;
	height:auto;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:0 ;
	margin: 0;
}

#overlay p{
	margin: 0;
	
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../images/delete.png);
	position:absolute;
	right:30px;
	top:-20px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
div.overlay.black {
	background:url(../img/overlay/transparent.png) no-repeat !important;
	color:#4B0008;