html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background: url( '../../_images/bg.jpg' ) repeat-x #fff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	
	font-weight: normal;
	color: #666;
	line-height: 1.6em;
}

#header, #navigation, #site, #footer {
	position: relative;
	margin: 0px auto;
	width: 910px;
}

#header {
	position: relative;
	height: 158px;
}
	#logo {
		position: absolute;
		left: 0px;
		top: 33px;
	}
	#navigation {
		position: absolute;
		right: 0px;
		top: 105px;
		text-align: right;
	}
	#navigation a {
		margin-left: 25px;
	}
	#footer a {
		margin-right: 10px;
	}
	#navigation a img, #footer a img {
		filter:alpha(opacity=40); /* Internet Explorer */
		-moz-opacity: 0.40; /* Mozilla Browser */
		opacity: 0.40; /* Opera */
	}
	#navigation a:hover img, #footer a:hover img {
		filter:alpha(opacity=100); /* Internet Explorer */
		-moz-opacity: 1; /* Mozilla Browser */
		opacity: 1; /* Opera */
	}

#site {
	position: relative;
	height: 425px;
	margin-bottom: 30px;
}
	#site .content {
		float: left;
		width: 709px;
		height: 425px;
		background: #eee;
		overflow: auto;
	}
	#site .content#flashcontent {
		background:#fff;
	}
	#site .content.white {
		background: #fff;
		width: 707px !important;
		height: 423px !important;
		margin-left: 0px;
		color: #888;
		border: 1px solid #ddd;
	}
	#site .content.black {
		background: #000;
		width: 707px !important;
		height: 423px !important;
		margin-left: 0px;
		color: #888;
		border: 1px solid #ddd;
	}
	#site .box {
		position: relative;
		width: 235px;
		height: 425px;
		background: #eee;
		float: left;
		margin-right: 2px;
		overflow: hidden;
	}
	#site .box.last {
		margin-right: 0px;
	}

	#site .copy {
		padding: 20px;
	}
	#site .content .copy {
		width: 85%;
	}
	#site .content .newscopy {
		margin-left: 20px;
		width: 90%;
	}


h1, h2, p {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
h1 {
	font-size: 15px;
	margin: 10px 0px 20px 0px !important;
}
h2 {
	font-size: 11px;
	text-transform: uppercase;
}

hr.top, hr.bottom {
	margin:0px;
	padding:0px;
	width: 674px;
	height:1px;
	background: none;
	border: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	
	position:absolute;
	left:266px;
}
hr.bottom {
	bottom:0px;
}

.en {
	color:#999;
}

a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #000;
}


#footer {
	padding-bottom: 10px;
}






/*****************************************************
	Kontakt-Formular 
*****************************************************/
div.kontakt, div.kontakt2 {
	float: left;
	margin-left: 20px;
}

div.kontakt2 {
	margin-left: 30px;
}

* html div.kontakt {
	margin-left: 10px;
}

* html div.kontakt2 {
	margin-left: 15px;
}

/*****************************************************
	Formulare 
*****************************************************/
form {
	display: inline;
}

input, select, textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 1.6em;
	font-weight: normal;
	color: #585858;
	padding: 2px;
	border: 1px solid #585858;
	background: #fff;
	margin: 0px;
	width: 215px;
	margin-bottom: 5px;
}

textarea {
	width: 300px;
	height: 143px;
	margin-top: 5px;
}

* html textarea {
	height: 147px;
}

input.captcha {
	width: 45px;
	margin-right: 4px;
	float: left;
} 

* html input.captcha {
	margin-left: 3px;
} 

input.plz {
	width: 40px;
	margin-right: 4px;
	float: left;
}

* html input.plz {
	margin-left: 3px;
}

input.ort {
	width: 165px;
	float: left;
}

input.nosize {
	border-width: 0px;
	width: auto;
	margin-top: 3px;
	background: none;
	vertical-align: top;
}



input.submit {
	border-width: 0px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	cursor: pointer;
	width: auto;
	font-weight: bold;
	background: transparent;
	
}

label {
	width: 105px;
	float: left;
	padding-top: 1px;
}

label.nosize {
	width: auto;
	float: none;
	vertical-align: top;
	margin: 0px 5px 0px 0px;
}

*+html label.nosize {
	vertical-align: top;
	margin-top: 3px;
}


* html div.kontakt2 label {
	margin-left: 15px;
	margin-top: 5px;
}

label.error, p.error {
	color: #0492d0;
	font-weight: bold;
}

input.error, textarea.error, select.error {
	border-color: #0492d0;
}
.blank
{
	padding: 10px;
	margin: 10px 0 0 0;
}
.news {
	margin: 0;
}
.datum 
{
	margin: 0;
	font-weight: bold;
}
#headline {
	margin: 0 0 20px 0;
}
#headline_en {
	margin: 0 0 20px 0;
}
.bilder_slider {
	position: relative;
	top: 20px;
	right: 5px;
	width: 640px;
}
#newsbild_0
{
	opacity:1;
	position: absolute;
	right: 0;
	filter: alpha(opacity="100");
}
#newsbild_1
{
	opacity:0;
	position: absolute;
	right: 0;
	filter: alpha(opacity="0");
}

