@charset "iso-8859-1";
/* CSS Document */
* { margin: 0; padding: 0;}

h1, h2, h3, h4, h5, h6, p {
	padding-bottom: 0.8em;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}

a, a img {
	border: none;
	color: #0074c4;
}

body {
	background-color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#wrapper {
	margin: 10px auto;
	width: 970px;
	height: 570px;
} 

#head {
	background-image: url(../images/head.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 970px;
	height: 128px;
}

#adresse {
	padding: 5px 0 0 780px;
	color: #0074c5;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.6em;
}

#adresse a, #adresse a:visited {
	color: #0074c5;
}

#balken {
	background-image: url(../images/blauer_balken.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 970px;
	height: 30px;
}

#balken_text {
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	padding: 3px 0 0 20px;
	letter-spacing: 1px;
}

#navi {
	background-image: url(../images/navi.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 200px;
	height: 382px;
	float: left;
}

#menu1 {
	padding: 40px 20px 5px 20px;
}

#menu1 ul {
	list-style-type: none;
	
}

.menu1_level1 a, .menu1_level1 a:visited {
	display: block;
	padding-bottom: 20px;
	color: #0074c5;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	width: 150px;
}

.menu1_level1 a:hover {
	color: #C00;
}

.menu1_level1_act a, .menu1_level1_act a:visited {
	display: block;
	padding-bottom: 20px;
	color: #0074c5;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	color: #C00;
	width: 150px;
}

#flash {
	width: 570px;
	height: 144px;
	float: left;
}

#film {
	padding: 0px 0px 0px 10px;
	width: 190px;
	float: right;
}


#content {
	background-color: #fff;
	width: 770px;
	height: 382px;
	float: right;
}

#content_text {
	clear: both;
	padding: 20px;
	width: 730px;
	height: 190px;
	overflow: auto;
	color: #0074c4;
}

#bild {
	padding-left: 10px;
	float: right;
}



label {
	display:block;
	padding-top:5px;
	color:black;
	font-weight:bold;
}

#box1_kontakt{
	width:280px;
	text-align: left;
	float:left;
}

#box2_kontakt{
	width:280px;
	text-align: left;
	float:left;
}

#box_kontakt{
width: 600px;
margin-left:20px;
}

input{
   background-color: white;
	font-family: Arial, Helvetica, sans-serif;
}

textarea{
   background-color: white;
	width:225px;
}

	
