/* Wird nur im Fontend benötigt, Containerpositionierungen usw...*/


body{
	background-color:#dfdcd3;
	background-image:url(../img/webs_01.jpg);
	background-position: middle;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

form{
	display:inline;
}


/*###############################   Kopf    ################################*/
#page{
	position:relative;
    margin: 0 auto; 
	width:960px;
}

#head {position:relative;
    margin: 0 auto; 
	width:960px;
	height:138px;
	z-index:2;
	
}

#headpic{
	width:930px;
	height:320px;
	position:relative;
	left:15px;
	top:15px;
	z-index:1;
}


#weiss {
	background-image:url(../img/web_03.jpg);
	background-repeat:no-repeat;
	min-height:800px;
}


/*###############################   Conten7   ################################*/

#lr_content{		
	padding:10px 50px 30px 40px;
	width: 420px;
	float:left;
}
#lr_content2{		
	padding:10px 30px 30px 10px;
	width: 410px;
	float:left;
}


#lr_content3{		
	padding:10px 50px 30px 40px;
	width: 920px;
	float:left;
}
/*###############################   Navi    ################################*/
#navi{
	
	padding: 32px 0px 0px 25px;
	top: 0px;
	left: 0px;
	position:relative;
	left:15px;
}

/*###############################   Foot    ################################*/

#foot{
	clear:both;	
	height:150px;
	width:100%;
	background-color:#cdcbc4;
}
#foot h1 {
	position:relative;
	top:-10px;
}
#infoot{
	position:relative;
    margin: 0 auto; 
	width:960px;
}
.f2{
	padding:10px 0px 30px 40px;
	width: 180px;
	float:left;
}


/*###############################   Special    ################################*/
.links{
	float:left;
	padding: 0px 10px 0px 0px;
}

acronym  {
 cursor: help;
 border-bottom: 1px dotted #8B8060;
} 

#gallery_img {
                width: 300px;
                height: 300px;
                border: 1px solid black;
				}
a img {
	border:none;
}


.erfolg, .fehler{
	width:430px;
	text-align:center;
	padding:20px;
	margin:30px 0px 0px 0px;
}
.erfolg{
	border: #00ff1e solid 1px;
	background-color:#00380c;
}
.fehler{
	border: #900 solid 1px;
	background-color:#4e0404;
}