@charset "utf-8";

@media all
{	/* reset */
	* { margin:0; padding: 0 }

	option { padding-left: 0.4em }

	* html body * { overflow:visible; }
	* html iframe, * html frame { overflow:auto; }
	* html frameset { overflow:hidden; }

	html { height: 100%; margin-bottom: -1px; overflow-y: scroll; }
	body {
		font-size: 100.01%;

		color: #000;
		background: #ffffff;
		text-align: left;
	}

	fieldset, img { border: 0 solid; }

	p { margin: 0 0 0.5em 0; }

	ul, ol, dl { margin: 1em 0 1em 1em }
	li { margin-left: 1.5em; line-height: 1.7em; }

	dt { font-weight: bold; }
	dd { margin: 0 0 1em 2em; }

	blockquote { margin: 0 0 1em 1.5em; }
}

body {
	height: 100%;

	font-family: Arial, Verdana, sans-serif;
	text-align: justify;
	font-size: 10pt;
	font-weight: normal;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix { display: block }

#ie_clearing { display: none }

.skip, .hideme, .print {
		position: absolute;
		top: -1000em;
		left: -1000em;
}

.subcolumns { display:table; width:100%; table-layout:fixed; }

.c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l { float:left; }
.c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r { float:right; margin-left:-5px; }

.c20l, .c20r { width:20%; }
.c40l, .c40r { width:40%; }
.c60l, .c60r { width:60%; }
.c80l, .c80r { width:80%; }
.c25l, .c25r { width:25%; }
.c33l, .c33r { width:33.333%; }
.c50l, .c50r { width:50%; }
.c66l, .c66r { width:66.666%; }
.c75l, .c75r { width:75%; }
.c38l, .c38r { width:38.2%; }
.c62l, .c62r { width:61.8%; }

.subc  { padding:0 0.5em; }
.subcl { padding:0 1em 0 0; }
.subcr { padding:0 0 0 1em; }

.equalize, .equalize .subcolumns { table-layout:fixed; }

.equalize > div {
	display:table-cell;
	float:none;
	margin:0;
	overflow:hidden;
	vertical-align:top;
}

.page_margins {
	margin: 0 auto;
	width: 760px;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #003300;
	line-height: 1.4em;
	text-align: left;
	
	height: 100%;
	min-height: 840px;
		
	margin: 0 auto;

}


#head {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 110px;
	position: relative;
}


#header {
	background: #a0cf67;
	padding: 10px;
	margin-bottom: 30px;
}

#header p {
	margin: 0;
}

#header h1 {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #004C89;
}

#col3 {
	width: 760px;
}

#col3_content {
	margin-bottom: 50px;
}

a {
	color: #004C89;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1 {
	font-family: Helvetica;
	font-size: 18px;
	color: #004C89;
	font-weight:normal;
	text-decoration: none;
	margin-bottom: 30px;

}

.tb_image.align_left {
	margin-right: 15px;
}


#footer {
	padding:25px;

	font-family: Helvetica;

	font-size: 11px;
	text-align: center;

	color: #797878;

	font-weight:normal;

	text-decoration: none;

	background-color:#E6E6E6;
	
}

#footer_content {
	background: none;
	font-size: 11px;
	color: #a3a3a3;
}

#footer a {
	text-decoration: none;
	font-size: 11px;
	color: #797878;
}
	
#footer a:hover {
	color: #004C89;
	text-decoration: underline;
}

.location {
		font-size: 8pt;

		line-height: 13px;

		overflow: hidden;
	}


.location li {
		padding-right: 0.5em;
	}

.location li.first a {
		margin: 0 0 0 0;
	}
	
#language_selector {
	float: right;
}

#language_selector a {
	display: block;
	float: left;

	margin: 0 5px 0 0;

	width: 22px;
	height: 17px;

	background-repeat: none;

	background-position: 50% 50%;

	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
}

#language_selector a.active,
#language_selector a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#language_selector a span {
	display: none;
}

#language_selector a.deutsch {
	background-image: url(/stream/images/layout/deutsch.png);
}

#language_selector a.english {
	background-image: url(/stream/images/layout/english.png);
}

.name {
	position: absolute;
	top: 35px;
	right: 0px;
	text-align: right;
	line-height: 1.5em;
}

	line-height: 135%;
}

.block_content.contactform td {
	padding: 0 2em 0.25em 0;
	text-align: left;
	vertical-align: top;
}

.block_content.contactform .text {
	padding: 3px;
	width: 250px;
	border: 1px solid #ccc;
}

.block_content.contactform textarea.text {
	height: 130px;
}

.block_content.contactform #cform_plz {
	width: 35px;
}

.block_content.contactform #cform_ort {
	width: 204px;
}

table.error td {
	color: red;
}
