body {
	background-image: url(../images/back_body.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	color:black;
	margin:0;
	padding:0;
}

#top1 {
	width:100%;
	height:73px;
	background-image: url(../images/back_top1.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}

#site {
   background-image: url(../images/back_site.jpg);
	background-position: top center;
	background-repeat: repeat-y; 
   background-color: transparent;
	width			: 880px;
	top			: 0px;
	border		: 0px solid;
	border-color	: #62C5DB;
	padding		: 0px;
	margin		: auto;
	position: absolute;
	left: 50%;
	margin-left: -440px;
	position: absolute;
}

#top2 {
	width:880px;
	height:160px;
	background-image: url(../images/back_top2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}

#top2 img{
	float:right;
	margin-top:30px;
}
/*================================================NAVIGATION===============================================*/
#navigation {
	width:100%;
	height:30px;
	background-color:#B0C8E8;
	border-bottom:2px solid #969696;
	margin:0;
	padding:0; 
}

.nav ul {
	margin-top:5px;
	padding-top:0px;
	margin-left:0px;
	padding-left:65px;
	padding-right: 0px;
	display:block;
	float:left;
}

.nav li {
   font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	display:inline;
}

.nav a {
   color:black;
	text-decoration:none;
	margin-right:50px;
	font-weight:bold;
	padding:6px;
	line-height:20px;

}

.nav a:hover {
   background-color: #FAA626;
	color:white;
}

.nav_act a {
	color:fuchsia;
	background-color: #914196;
	color:white;
	border-left:5px solid white;
}

/*===============================================================================================*/
#content {
   width:780px;
	height:auto;
	background-image: url(../images/back_content.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left:20px;
	margin-left:40px;
}
#content_start {
   width:780px;
	height:335px;
	background-image: url(../images/back_content_start.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left:20px;
	margin-left:40px;
}

#content_start form {
	padding-top:250px;
	color:black;
	float:left;
}
#content_start li {
	font-size:120%;
	color:white;
	font-weight:bold;
	line-height:30px;

}

#content_start ul{
	padding-top:100px;
	float:left;
	margin-left:100px;	
	list-style: none;
	text-align:center;
}

#footer {
   width:880px;
	height:79px;
	background-image: url(../images/back_footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float:left;
}
#footer p {
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:50px;
	padding-top:46px;
	letter-spacing:1px;
	color:black;
}

/*===============================================================================================*/
p{
	font-size:100%;
	color:black;
	margin-top:10px;
	margin-bottom:0px;
	color:black;
	text-align: justify;
	padding-right:20px;
}

h1{
	color:white;
	margin-top:0px;
	padding-top:10px;
	margin-left:0px;
	padding-left:0px;
	padding-right:20px;
	border-bottom:2px solid white;
}

h2{
	color:white;
	margin-top:0px;
	padding-top:0px;
	margin-left:0px;
	padding-left:5px;
	padding-right:20px;
	background-color: #008800;
	font-size:150%;
	width:300px;
	border-right:10px solid #00A800;
	border-bottom:3px solid #00A800;
}

ul {
	margin-bottom:5px;
	margin-top:0px;
}
li {
	margin-bottom:0px;
	margin-top:0px;
}

.img_left{
	float:left;
	padding:5px;
	border:1px solid white;
	margin-right:5px;
	margin-bottom:5px;
}
.img_right{
	float:right;
	padding:5px;
	border:1px solid white;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:0px;
}
 
table {
	color:white;
	font-size:100%;
	font-weight:bold;
}
/*_______________________KONTAKT_______________________*/

label {
	display:block;
	padding-top:5px;
}

#box1_kontakt{
	width:280px;
	text-align: left;
	float:left;
}

#box2_kontakt{
	width:280px;
	text-align: left;
	float:left;
}

#box_kontakt{
width: 590px;
}

input{
   background-color: white;
	color:black;
	font-weight:bold;
}

textarea{
   background-color: white;
	color:black;
	font-weight:bold;
}