@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; }
}

.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;
}

ul {
	list-style-type: none;
	list-style-image: url(/stream/images/layout/arrow-right-10.png);
	margin: 5px 0 20px 20px;
}

li {
	margin: 0;
	margin-bottom: 10px
}

ol {
	margin-left: 1.5em;
}

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

.page {
	margin: 0 auto;
	min-height:100%;
	height:auto;
}


body {
	font-family: Helvetica, Tahoma, Arial;
	font-size: 12px;
	color: #231f20;
	background: #e7e7e8 url(/stream/images/layout/bg_2.jpg) repeat-y center top;
	
	height:100%;
}

body a {
	color: #231f20;
	text-decoration: none;
	font:normal 12px Arial;
}

#header {
	height: 400px;
}

.logo {
	float:right;
	margin: 30px 0;
}


#nav { margin: 0 auto; padding-left:0px; position: absolute; right: 0; top: 138px; text-align: left; border-top: 1px solid #ffc522;
border-bottom: 1px solid #ffc522;}
#nav ul { list-style-type:none; list-style-image: none; width:730px; padding:0; margin:0; margin-left: 125px;} /* ALT: width:576px; margin-left:184*/
#nav ul li { float:left; font-size: 14px; display:block; margin:9px 16px;}
#nav ul li a { text-decoration: none; text-transform: uppercase; font-size: 100%; color: #231f20; display:block;}
#nav ul li a:hover {}
#nav ul li.active a {font-weight: bold;}

ul#sub_nav {margin: 9px 0;}
ul#sub_nav li { padding:0; margin:0; list-style: none; text-decoration: none;}
ul#sub_nav li a {display: block; padding: 1px 0; font:normal 13px Arial; color: #3f3f3f; text-decoration: none; line-height: 26px;}
ul#sub_nav li.active a {background: none; color: #000000; text-decoration: none; font-weight: bold;}
ul#sub_nav li.path a { background: none; color: #000000; text-decoration: none;}
ul#sub_nav li a:hover { background: none; color: #000000; text-decoration: none; }


ul#sub_nav .level1 {margin: 0;}
ul#sub_nav .level1 li { padding:0; margin:0; list-style: none; text-decoration: none;}
ul#sub_nav .level1 li a {display: block; border-top: 1px solid #f2f2f2; padding: 12px 0 12px 50px; font:normal 14px Arial; color: #3f3f3f; text-decoration: none; background: none;}
ul#sub_nav .level1 li.active a {background: none; color: #034a7e; text-decoration: none;}
ul#sub_nav .level1 li.path a { background: none; color: #034a7e; text-decoration: none;}
ul#sub_nav .level1 li a:hover { background: none; color: #034a7e; text-decoration: none;}


.mainimage {
	position: absolute;
	top: 174px;
	border-bottom: 1px solid #ffc522;
	height: 220px;
}

#main {
	padding: 9px 0;
}

h1 {
	font-size: 23px;
	font-weight: bold;
	margin: 15px 0 0 0;
}

h2 {
	font-size: 19px;
	font-weight: normal;
	margin: 2px 0 20px 0;
	color: #dfa81a;
}

h3 {
	font: 120% 'Raleway',Helvetica, Tahoma, Arial, cursive;
	color: #231f20;
	font-weight: 300;
}


#col1 {
	float: left;
	width: 200px;

}

#col1_content {
	line-height: 1.5em;
}



#col3 {
	margin-left: 200px;
	width: 500px;
}

#col3 a {
	text-decoration: underline}


#col3_content {
	margin-bottom: 40px;

}

p {
	line-height: 150%;
	margin: 5px 0 10px 0;
}

#footer {
	position: relative;
	margin: 0px auto;
	padding:0;
	width:760px;
	border-top: 1px solid #ffc522;
	padding: 8px 0;
	z-index:100;
	font-size: 10px;
}


#footer a {
	font-size: 10px;	
}

.impressum {
	float:right;
	/*width:62px;*/
	text-align:right;
	margin:0;
	padding:0;
}

.impressum ul {
	list-style-type:none;
	padding:0;
	margin:0;
	list-style-image: url(/stream/images/layout/arrow-right-10.png);
}

.impressum li {
	margin-left: 0;
	line-height: 0;
}


#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;

	margin: 0 auto -32px;
}

#push {
	height: 32px;

	font-size: 0;
	line-height: 0;
}



body#default #header {
	height: 480px;
}

/* Einspaltig */

body#layout_1col #col1 {
	display: none;
}


body#layout_1col #col3 {
	margin: 0;
}

body#layout_1col #wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;

	margin: 0 auto -32px;
}

body#layout_1col #push {
	height: 32px;

	font-size: 0;
	line-height: 0;
}



/* Zweispaltig */

body#layout_3col #col1 {
	margin: 0;
}

body#layout_3col #col3 {
	margin-left: 200px;
}

body#layout_3col #wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;

	margin: 0 auto -32px;
}

body#layout_3col #push {
	height: 32px;

	font-size: 0;
	line-height: 0;
}

/* Startseite */

body#intropage #location {
	display: none;
}

body#intropage #col1 {
	display: none;
}

body#intropage #col3{
	margin: 0;
	width: 100%;
}

body#intropage h1 {
	font-size: 32px;
	font-weight: normal;
	margin: 30px 0 10px 0;
}

body#intropage h3 {
	font: 17px 'Raleway',Helvetica,Tahoma,Arial, cursive;
	color: #231f20;
}

body#intropage #header {
	height: 480px;
}

body#intropage .mainimage {
	height: 300px;
}

body#intropage #wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;

	margin: 0 auto -32px;
}

body#intropage #push {
	height: 32px;

	font-size: 0;
	line-height: 0;
}





/* Lebenslauf Tabelle */
table.lebenslauf {
	border-bottom: 1px solid #f6c034;	
	width: 420px;
	margin: 2px 0 0 0;
	border-spacing: 0;
}

table.lebenslauf tr td {
	border-top: 1px solid #f6c034;
	padding: 6px 1px;
}

table.lebenslauf tr td.td-0 {
	width: 70px;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}


table span {
	color: rgb(223, 168, 26); 
}




.block_content.contactform {
	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 #dfa81a;
}

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

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

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

table.error td {
	color: red;
}



.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  background: #f7c045;
  padding: 10px 35px 10px 35px;
  text-decoration: none;
}

.btn:hover {
  background: #dfa81a;
  text-decoration: none;
}
