html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

@charset "UTF-8";

img {
	border: 0px;
}

html {
	height: 100%;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #e3e3e3;
	margin: 0px;
	padding: 0px;
}

#outer_frame {
	width: 910px;
	background: #e0e0e1 url(images/outer_frame_bg.jpg) repeat-x;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #aaaaaa;
}

#header_frame {
	background: url(images/header_bg.gif) repeat-x;
	height: 175px;
}

#header_upper {
	height: 130px;
}

#header_menu {
	width: 100%;
	float: left;
}

#topmenu {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	font-size: 10px;
	width: 300px;
}

#language {
	float: right;
	margin-right: 0px;
	color: #4f4f4f;
	text-decoration: none;
}

#language a {
	color: #4f4f4f;
	text-decoration: none;
}

#search {
	float: right;
}

#logo {
	float: left;
	margin-left: 20px;
	margin-top: 18px;
}



#main_frame {
	overflow: auto;
}



#main_lower {
	width: 880px;
	margin-left: 20px;
	overflow: auto;
}



#home_box_top {
	height: 25px;
	background: url(images/home_boxen_top.png);
	font-weight: bold;
	color: #FFFFFF;

}

/*#home_box_middle {
	overflow: auto;
	background: url(images/home_boxen_middle.png) repeat-y;
}

#home_box_lower {
	height: 20px;
	background: url(images/home_boxen_lower.png);
}*/

#home_box_1 {

	width: 210px;
	float: left;
}

#home_box_2 {
	width: 430px;
	float: left;
	margin-left: 10px;
}

#home_box_3 {
	width: 210px;
	float: left;
	margin-left: 10px;
}

#home_headline_1 {
	padding-top: 4px;
	margin-left: 10px;
	width: 210px;
	float: left;
}

#home_headline_2 {
	padding-top: 4px;
	width: 430px;
	float: left;
	margin-left: 10px;
}

#home_headline_3 {
	padding-top: 4px;
	width: 210px;
	float: left;
	margin-left: 10px;
}

#home_box_frame {
	margin-top: 10px;
	float: left;
	width: 220px;
	height: 210px;
}

#home_box_upper {
	background: url(images/single_box_top.png) no-repeat;	
	width: 220px;
	margin: 0;
	padding: 0;
	height: 25px;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 0px;
	padding-left: 10px;
}

#home_box_upper h1 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}

#home_box_middle {
	background: url(images/single_box_middle.png) repeat-y;
	height: 165px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
	font-size: 10px;
}

#home_box_middle p {
	padding-top: 0px;
}

#home_box_middle a {
	color: #172983;
}

#home_box_bottom {
	height: 20px;
	background: url(images/single_box_lower.png) no-repeat;
}

#ie_clearer {
	clear: both;
}

#footer_frame {
	color: #172983;
}

#footer {
	padding-top: 15px;
	padding-bottom: 5px;
	color: #172983;
	text-align: center;
	font-size: 10px;
	line-height: 160%;	
}

#footer a {
	color: #172983;
	text-decoration: none;
}

/* --- Upper Home--- */

#main_upper {
	background-color: lime;
	margin-left: 20px;
}

#flashmovie_home {
	width: 660px;
	z-index: 100;
	height: 525px;
	/*background: url(images/flash_bg.png);*/
	float: left;
	background-color: green;
}

#textbox_home {
	float: left;
	width: 220px;
	height: 315px;
	background: url(images/textbox_home_bg.png);
	color: #FFFFFF;
}

#textbox_home p {
	margin-left: 10px;
	margin-right: 20px;
	font-size: 10px;
	margin-bottom: 8px;
}

#textbox_home h1 {
	margin-left: 10px;
	margin-right: 20px;
	font-size: 12px;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 8px;
}

/* --- Footer --- */

#footer_frame {
	background: url(images/footer_bg.png) no-repeat;
	text-align: center;
	margin-bottom: 10px;
}

/* --- Content Seiten --- */

#content_upper {

	margin-left: 20px;
	height: 135px;
}

#content_image {
	background: url(images/content_image_bg.png) no-repeat;
	height: 135px;
	width: 880px;
}

#content_lower {
	width: 880px;
	margin-left: 20px;
	/*overflow: auto;*/
}

#content_col_left {
	width: 220px;
	float: left;
}

#content_col_center {
	width: 420px;
	float: left;
}

#content_col_center_top {
	height: 10px;
	background: url(images/center_col_top.png);
}

#content_col_center_middle {
	height: 100px;
	background: url(images/center_col_middle.png);	
}

#content_col_center_lower {
	height: 20px;
	background: url(images/center_col_lower.png);	
}

#content_col_right {
	/* 220px mit Schlagschatten)*/
	width: 220px;
	float: left;
	margin-left: 20px;
}

.rightbox_top {
	height: 5px;
	background: url(images/rightbox_top.png);
}

.rightbox_middle {
	height: 100px;
	background: url(images/rightbox_middle.png);	
}

.rightbox_lower {
	height: 20px;
	background: url(images/rightbox_lower.png);	
}

#submenu_top {
	height: 10px;
	background: url(images/submenu_top.png);
}

#submenu_middle {
	height: 20px;
	background: url(images/submenu_middle.png);
}

#submenu_lower {
	height: 20px;
	background: url(images/submenu_lower.png);
}



.textbox_home_10px {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
}

.textbox_home_blue {
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 11px;
}

.textbox_home_blue h1 {
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 13px;
}

.rightbox_middle h1 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #0088c1;
	width: 200px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-bottom: 5px;
}



#content h1 {
	font-size: 14px;
	border-bottom: 1px solid #172983;
	color: #172983;
	padding-bottom: 5px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content h2 {
	font-size: 13px;
	color: #172983;
	padding-bottom: 5px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 150%;
}

#content h3 {
	font-size: 12px;
	color: #172983;
	padding-bottom: 3px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 140%;
}

#content {
	line-height: 150%;
}

#content a {
	color: #162983;
}

#content p {
	line-height: 150%;
	margin-bottom: 12px;
}

#content ul {
	margin-left: 20px;
	list-style-image:url(images/bullet.gif);
	margin-bottom: 10px;
}

/* ---- Menü ---- */

#menu {
	float:left;
	height: 25px;
}

#submenu {
	margin-top: 25px;
	margin-left: 0px;
	clear: both;
}

ul#navi {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px; 
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
ul#navi li {
	float:left;
}
ul#navi li a {
	background-repeat:no-repeat;
	display:block;
	height:25px;
	overflow:hidden;
	text-indent:999em;
	white-space:nowrap;
}
ul#navi li a:hover, ul#navi li.current a, ul#navi li.over a {
	background-position:0 -25px;
}


/* ---- Sub Menü ---- */


ul#subnavi {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px; 
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
ul#subnavi li {
	float:left;
}
ul#subnavi li a {
	background-repeat:no-repeat;
	display:block;
	height:30px;
	overflow:hidden;
	text-indent:999em;
	white-space:nowrap;
}
ul#subnavi li a:hover, ul#subnavi li.current a, ul#subnavi li.over a {
	background-position:0 -30px;
}

#breadcrumb a {
	color: #004493;	
	text-decoration: none;
	font-size: 10px;
}



#box_upper img {
	margin-left: 10px;
}

#box_frame {
	width: 220px;
}

#box_frame p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
}

#box_frame h1 {
	background: url(images/single_box_top.png) no-repeat;	
	width: 220px;
	margin: 0;
	padding: 0;
	height: 25px;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 4px;
	padding-left: 10px;
}

#box_upper {
	background: url(images/single_box_middle.png) repeat-y;
	margin-bottom: 0px;
	padding-bottom: 0px;	
}

#box_bottom {
	background: url(images/single_box_lower.png) no-repeat;
	height: 20px;	
}

#home_left {
	float: left;
	height: 545px;
	width: 660px;
}

#home_right {
	float: left;
	width: 220px;
}


/* ---- Suche ---- */


#suchbox {
	margin-top: 0px;
	margin-left: 8px;
}

.suchbutton {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: #FFFFFF none repeat scroll 0 0;
	border:1px solid #B8B8B8;
	border-style:solid;
	border-width:1px;
	color: #172983; !important;
	font-weight: bold;
}

input.suchbutton {
	margin: 0px;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 1px;
	padding-bottom: 0px;
	font-style: normal;
} 

input, textarea, select {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #B8B8B8;
	color:#444444;
	font-size: 10px;
	padding: 1px;
	vertical-align:middle;
}

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
	margin: 0px;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 1px;
	padding-bottom: 0px;
	font-style: normal;
	width: 60px;
	margin-left: 10px;	
}

.suchfeld {
	font-style: italic;
	color: #6d6d6d;
}

.tx-indexedsearch .searchbox-tmpl-css label {
	width: 100%;
}

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
	width: 300px;
}

.tx-indexedsearch-form {
	float: left;
	width: 300px;
}

.tx-indexedsearch-search-submit {
	float: left;
}

.tx-indexedsearch-browsebox {
	color: #172983;
	border-bottom: 1px solid #172983;
}

p.tx-indexedsearch-browsebox {
	margin-bottom: 5px;
}

.tx-indexedsearch-title a {
	font-weight: bold;
	color: #172983;
	font-size: 12px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #172983;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	border-bottom: 1px solid #172983;
	padding-bottom: 5px;
	font-style: italic;
	color: #6d6d6d;
}

.tx-indexedsearch .info-tmpl-css dd.item-path a {
	font-style: italic;
	color: #172983;
	text-decoration: underline;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background: transparent;
}

.tx_lumogooglemaps_pi1_sidebar {
	display: none;
}

/*textarea {
	float: left;
	clear: both;
}

.csc-mailform-submit {
	float: left;
	clear: both;
}*/	

#textbox_home a {
	color: #FFFFFF;	
}

/* Contact Form */

.mailformcomment,.mailform,.csc-form-fieldcell,.csc-form-labelcell,.imgtext-table,.imgtext-nowrap  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
	text-align: left;
}

.csc-mailform-field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
	text-align: left;
	margin-bottom: 6px;
	width: 100%;
}

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

form {
	margin-left: 0px;
}
