/* ---------------------------------------------------- body / html ----------------------------------------------------- */
body, html {
	height:100%; 
	border: 0px;
	margin:0;
	padding:0;
}

body {
	background: #edeeeb url(../images/body_kachel.jpg) repeat-x center 0px;
}

html {
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
}


/* ----------------------------------------------------- wrapper ----------------------------------------------------- */
div#wrapper {
	min-height:100%;
	width:810px;
	margin:0 auto;
	background: url(../images/wrapper_kachel.gif) repeat-y 0px 0px;
	z-index:1;
}

* html #wrapper {
	height:100%;
}


/* ----------------------------------------------------- head ----------------------------------------------------- */
#head {
	width:810px;
	height:385px;
	background: url(../images/head.jpg) no-repeat 0 0;
	position:relative;
}
#flaggen {
	width: 174px;
	position: absolute;
	right: 51px;
	top: 25px;
	height: 53px;
}
#eng {
width: 58px;
height: 52px;
float:left;



}
#deutsch {
width: 58px;
height: 52px;
float:left;

}
#sve {
width: 58px;
height: 52px;
float:left;


}

/* ----------------------------------------------------- main----------------------------------------------------- */
#main {
	width:810px;
	background: url(../images/main.jpg) no-repeat 0px 0px;
	position:relative;
	top: -6px;
}

/* ----------------------------------------------------- content ----------------------------------------------------- */

#content { 
	width: 410px;
	min-height:220px;
	padding:6px 0 40px 90px;
	position:relative;
}

* html #content  {
	height:220px;
}

#adressleiste {
	position:absolute;
	right:22px;
	top:20px;
	width:200px;
	height:260px;


}




/* ----------------------------------------------------- footer ----------------------------------------------------- */

div#footer {
	position:relative;
	margin:0 auto;
	width:810px;
	margin-top:-45px;
	height:45px;
	z-index:20 !important;
	background: url(../images/footer.gif) no-repeat 583px bottom;
}




label {
	width:160px;
	display:block;
	float:left;
	}
	
input, textarea {
	border:1px solid #b4b4b5;
	padding:1px;
	background:#fcfcfc url(../images/form-hg.png) repeat-x;}
	
	.abstand{
		margin: 10px 0 0 0;
	}
	
.special_bild {
   padding:3px;
			border:1px #666666 solid; margin-right:20px; float:left;
			}