body {
	height:100%;,
	max-height:100%;
	overflow:hidden;
	background-color: Black;
	background-image: url(../images/back_body_2.gif);
	background-position: top left;
	background-repeat: repeat;
	padding:0;
	margin:0;
	border:0;
	font-size:0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:black;
}
/*-------------------------------------------------------------------*/
#site {
	background-color: transparent;
	background-image: url(../images/back_site.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width			: 900px;
	left: 50%;
	margin-left: -450px;
	top: 30px;
	position:absolute;
}
/*-------------------------------------------------------------------*/
#top{
	width:900px;height:170px;
	margin:0px;padding:0px;
}
/*-------------------------------------------------------------------*/
#navigation{
	margin:0px;padding:0px;
	width:150px;
	height:380px;
	background-image: url(../images/back_navigation.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #E2E2E2;
	float:left;
}
.menu1{
	margin:0px;padding:0px;
	list-style-type:none;
}
.menu1_level1 a, menu1_level1 a:visited  {
	text-decoration:none;
	color:black;
	font-weight:bold;
	line-height:30px;
	padding-left:20px;
	display:block;
	padding-bottom:1px;
	padding-top:1px;
}
.menu1_level1 a:hover {
   border-bottom:1px dashed black;
	border-top:1px dashed black;
	padding-bottom:0px;
	padding-top:0px;
	border-left:5px solid black;
	margin-left:10px;
	padding-left:5px;
}
.menu1_level1_act a {
	text-decoration:none;
	color:black;
	font-weight:bold;
	line-height:30px;
	display:block;
	border-left:5px solid #C8180C;
	margin-left:10px;
	padding-left:5px;
	padding-bottom:1px;
	padding-top:1px;
}
/*-------------------------------------------------------------------*/
#content{
	margin:0px;padding:0px;
	width:749px;height:344px;
	
	background-image: url(../images/back_content.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	float:left;
	overflow: auto;
}
p{
	padding-left:10px;
	padding-right:10px;
}
.webdesign{
	text-align:right;
	font-size:90%;
	float:right;
	margin-right:20px;
}
.img_right {
	float:right;
	margin-right:10px;
	margin-left:10px;
}
/*-------------------------------------------------------------------*/
#footer{
	margin:0px;padding:0px;
	width:749px;height:36px;
	background-image: url(../images/back_footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float:left;
}
#footer p {
   margin:0px;padding:0px;
	margin-top:4px;
	margin-left:30px;
	float:left;
	font-weight:bold;
	color: #272727;
}
/*_______________________KONTAKT_______________________*/

label {
	display:block;
	padding-top:0px;

}

#box1_kontakt{
	width:220px;
	text-align: left;
	float:left;	margin-left:10px;
}

#box2_kontakt{
	width:220px;
	text-align: left;
	float:left;
}

#box_kontakt{
width: 590px;
}

input{
   background-color: white;
	font-family: Arial, Helvetica, sans-serif;
}

textarea{
   background-color: white;
}
