 /*
 * erstellt: 2010-04-26
 * geaendert: 2010-06-16
 *
 */
 
/* ------------------------------------
   Webfonts
   ------------------------------------ */
 
/* IE*/
@font-face {
	font-family: FagoWeb;
	src: url(../fonts/FagoWeb.eot);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: FagoWebBold;
	src: url(../fonts/FagoWeb-Bold.eot);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: DINWebMedium;
	src: url(../fonts/DINWeb-Medium.eot);
	font-weight: normal;
	font-style: normal;
}
/* FF */

@font-face {
	font-family: FagoWeb;
	src: url(../fonts/FagoWeb.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: FagoWebBold;
	src: url(../fonts/FagoWeb-Bold.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: DINWebMedium;
	src: url(../fonts/DINWeb-Medium.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}
 
 /* ------------------------------------
   Grundlayout
   ------------------------------------ */
 
* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.clearer {
	clear: both;
}

html {
	height: 101%;
} 
 
body {
	position: relative;
	background-color: #005291;
	margin: 0 auto;
	background-image: url(../images/bg_body.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}
 

#page {
	position: relative;
	width: 900px;
	height:auto;
	border:0;
	margin: 0 auto;
	margin-top: 40px;
	padding: 0 0 60px 0;
}

#header {
	width: 900px;
	height: 67px;
}

#navigation {
	position: relative;
	width: 900px;
	height: 310px;
}
#navigation .left {
	display: block;
	float: left;
	width: 728px;
	height: 310px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#navigation .right {
	display: block;
	float: left;
	width: 163px;
	height: 310px;
	padding: 0;
	margin: 0 0 0 9px;
	overflow: hidden;
}



/* footer */
#footer {
	position: fixed;
	bottom: 0px;
	margin: 0 auto;
	z-index: 99;
	width: 100%;
	height: 30px;
	background-color: #00173e;
	color: #afcb05;
	font-size: 10px;
}
.footer_wrap {
	width: 900px;
	margin: 0 auto;
}

#footer .left {
	float: left;
	width: 150px;
	height:auto;
	padding: 3px 0 0 0;
	text-align: left;
}
#footer .center {
	float: left;
	width: 440px;
	height:auto;
	padding: 3px 0 0 0;
	text-align:center;
	color: #fff;
	font-size: 12px;
}
#footer .right {
	float: left;
	width: 310px;
	height:auto;
	padding: 3px 0 0 0;
	text-align:right;
}

#footer a {
	color: #afcb05;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover {
	text-decoration: none;
	color: #fff;
	font-size: 10px;
}
#footer .current {
	color: #fff;
}



 /* ------------------------------------
   Startseite
   ------------------------------------ */
#content_start {
	position: relative;
	margin: 0;
	padding: 0;
	width:900px;
	
}

#flash_start {
	float: left;
	width: 429px;
	height: 310px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#menu_start {
	float: left;
	width: 471px;
	height: 310px;
	border: 0;
	margin: 0;
	padding: 0;
}
.menu_box {
	display: block;
	float: left;
	width: 120px;
	height: 280px;
	padding: 15px;
	margin: 0 0 0 7px !important;
	overflow: hidden;
	background-color: #00173e;
}
.menu_box h1 {
	font-family: DINWebMedium, Arial, Verdana, Helvetica, sans-serif;
	color: #afcb05;
	font-size: 16px;
	padding: 0;
	margin: 0 0 20px 0;
	letter-spacing: 0.1em;
}
.menu_box h2 {
	font-size: 11px;
	font-family: DINWebMedium, Arial, Verdana, Helvetica, sans-serif;
	line-height: 14px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	height: 66px;
	color: #fff;
}

 /* ------------------------------------
   Inhaltsseite
   ------------------------------------ */
   
/* Suche */   
#box_search {
	width: 153px;
	/*height: 109px;*/
	height: 40px;
	padding: 22px 0 0 10px;
	background-color: #00173e;
}


/* Login */ 
#box_login {
	width: 153px;
	height: 69px;
	padding: 0 0 0 10px;
	background-color: #00173e;
}
#box_login input {
	margin-bottom: 4px;
}

/* Form */
.searchbox_input,
.input_text {
	width: 135px;
	height: 16px;
	background-color: #00173e;
	border: 1px solid #fff;
	color: #fff;
	padding: 0 3px 0 3px;
	margin:0;
	font-size: 11px;
	font-weight: normal;
}
.input_submit {
	width: 50px;
	height: 16px;
	background-color: #00173e;
	border: 1px solid #fff;
	color: #fff;
	padding: 0 3px 0 2px;
	margin:0;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}




/* Kontkakt */ 
#box_contact {
	width: 153px;
	height: 167px;
	padding: 10px;
	background-color: #00173e;
	margin: 15px 0 0 0;
	color: #fff;
}

#box_contact h1 {
	font-family: DINWebMedium, Arial, Verdana, Helvetica, sans-serif;	
	color: #afcb05;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 16px;
	padding: 0;
	margin: 0 0 20px 0;
}
#box_contact p {
	display: block;
	font-size: 11px;
	line-height: 14px;
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: normal;
	height: 66px;
}
#box_contact p a {
	font-size: 11px;
	line-height: 14px;
	text-decoration: underline;
	color: #fff;
}
#box_contact p a:hover {
	font-size: 11px;
	line-height: 14px;
	text-decoration: underline;
	color: #0075bf;
}
/* content */


#content {
	position: relative;
	margin: 0;
	padding: 0;
	background-color:#fff;
	width:900px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	padding-bottom:30px;
}
#content .left {
	display: block;
	float: left;
	width: 129px;
	height: auto;
	padding: 30px 20px 20px 20px;
}
#content .right {
	display: block;
	float: left;
	width: 600px;
	height: auto;
	padding: 10px 0 30px 0;
}
.breadcrumb {
	height: 30px;
	padding-top: 35px;
	font-size: 13px;
	line-height: 16px;
	color: #9c9d9d;
}
.breadcrumb a {
	font-size: 13px;
	line-height: 16px;
	color: #9c9d9d;
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
}





 /* ------------------------------------
   Texte
   ------------------------------------ */
body {
	font-family: FagoWeb, Arial, Verdana, Helvetica, sans-serif;
	color: #9c9d9d;
	font-size: 15px;
	line-height: 20px;
}

 
 /* 1. Headline */
.csc-firstHeader {
	/*font-family: FagoWeb, Arial, Verdana, Helvetica, sans-serif;*/
	font-family: DINWebMedium, Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	padding: 0;
	margin: 0 0 10px 0;
    font-weight: normal;
	color: #00173e;
	text-transform:uppercase;
}

/* 2. Headline */
h1 {
	/*font-family: FagoWeb, Arial, Verdana, Helvetica, sans-serif;*/
	font-family: DINWebMedium, Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	padding: 0;
	margin: 20px 0 10px 0;
    font-weight: normal;
	color: #00173e;
	text-transform:uppercase;
}


h2 {
	
	/*font-family: FagoWeb, Arial, Verdana, Helvetica, sans-serif;*/
	font-family: DINWebMedium, Arial, Verdana, Helvetica, sans-serif;
	color: #00173e;
	font-size: 15px;
	line-height: 20px;
	text-transform:none;
	padding: 0;
	margin: 20px 0 10px 0;
}
h2 a {
  
}
h2 a:hover {
   
}


h3 {

}
h4, h4 a {
	
}

h5 {

}


h6 {
	
}

p {

}
.bodytext {
	
}
 /* ------------------------------------
   Links
   ------------------------------------ */
a {
	text-decoration: none;
	font-family: FagoWeb, Arial, Verdana, Helvetica, sans-serif;
	color: #9c9d9d;
	font-size: 15px;
	line-height: 20px;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #00173e;
}

marquee a {
	color: #fff !important;
}
marquee a:hover {
	color: #fff !important;
}
 /* ------------------------------------
   Listen
   ------------------------------------ */
 
ul {
	list-style-position:outside;
	list-style-type:square;
	margin: 0;
	padding: 6px 0 6px 14px;
}


/* ------------------------------------
    Suche (indexed search)
    ------------------------------------ */
.submit {
	display: block;
	padding: 2px;
	background-color: #ebebeb;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	border: 1px solid #d3d3d3;
	margin: 0 2px 0 0;
    text-decoration: none;
	cursor: pointer;
}
.sword {
	background-color: #fff;
	font-size: 12px;
	color: #666;
	border: 1px solid #d3d3d3;
	padding: 2px;
}
	
.tx-indexedsearch-res {
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.tx-indexedsearch-res h3 a {
  font-size: 12px;
}
.tx-indexedsearch-res h3 a:hover {
  font-size: 12px; 
}


.tx-indexedsearch-searchbox {
	width: auto;
	border: 0;
	background-color: #fafafa;
	border: 1px solid #eee;
	padding: 3px;
	margin: 14px 0 14px 0;
}
	
	
.tx-indexedsearch-searchbox label {
    display: block;
	text-align: left;
	float: left;
	width: 140px;
	padding:1px;
	border: 0;
	margin: 2px 0 2px 0!important;
}	

.tx-indexedsearch-searchbox div {
	clear: left;
	margin: 4px 2px 4px 2px;
}

.tx-indexedsearch-selectbox-type,
.tx-indexedsearch-selectbox-defop,
.tx-indexedsearch-selectbox-media,
.tx-indexedsearch-selectbox-lang,
.tx-indexedsearch-selectbox-sections,
.tx-indexedsearch-selectbox-freeIndexUid,
.tx-indexedsearch-selectbox-order,
.tx-indexedsearch-selectbox-desc,
.tx-indexedsearch-selectbox-results,
.tx-indexedsearch-selectbox-group {
	width: 150px !important;
}

.tx-indexedsearch-searchbox-sword {
	width: 200px !important;
}

.tx-indexedsearch-search-submit {
	padding: 10px 0 10px 142px !important;
}


.tx-indexedsearch-whatis {
	margin: 10px 0 10px 0;
}
.browsebox {
	margin: 0;
    padding:  20px 0 20px 0;
	list-style-type: none !important;
}
.browsebox li {
	margin: 0;
    padding: 0 0 0 0;
	float: left;
	list-style-type: none !important;

}

.browsebox li a {	
	display: block;
	padding: 2px!important;
	background-color: #ebebeb;
	font-weight: normal;
	font-size: 11px !important;
	color: #666 !important;
	border: 1px solid #d3d3d3;
	margin: 0 2px 0 0;
    text-decoration: none;
}
.browsebox li a:hover {
    text-decoration: none;
	color: #fff !important;
	background-color: #666;
}

.tx-indexedsearch-res {
	clear: both;
	margin: 20px 0 0 0;
}
.tx-indexedsearch-res h3 {
	padding: 0;
	margin: 0;
}
.tx-indexedsearch-percent,
.tx-indexedsearch-icon,
.tx-indexedsearch-result-number {
	display: none;
}


.kontakt {
	border:0;
}

.kontakt .tx_powermail_pi1_fieldwrap_html_text label {
	margin: 10px 0 0 0;
	width: 100px;
	display: block;
	text-align:left;
}

.kontakt .tx_powermail_pi1_fieldwrap_html_select label {
	margin: 10px 0 0 0;
	width: 100px;
	display: block;
	text-align:left;
}

.kontakt .tx_powermail_pi1_fieldwrap_html_text input {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px;

}

.kontakt .tx_powermail_pi1_fieldwrap_html_textarea label {
	margin: 10px 0 0 0;
	width: 100px;
	display: block;
	text-align:left;
}

.kontakt .tx_powermail_pi1_fieldwrap_html_textarea textarea {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px;

}

.kontakt .tx_powermail_pi1_fieldwrap_html_file label {
	margin: 10px 0 0 0;
	width: 100px;
	display: block;
	text-align:left;
	
}

.kontakt .tx_powermail_pi1_fieldwrap_html_file input {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px;

}

 