@media all {


/****************************************/
/* YAML basic formate */
/****************************************/

  a {
	color: #08437c;
	text-decoration:underline;
}
  
  a:focus,
  a:hover,
  a:active {
	-moz-outline: none;
  }

  #col3 a, #col5 a {text-decoration:none;}

/****************************************/

  p {line-height: 1.5em;}

  #col3 p, #col5 p {font-size: 110%;}

/****************************************/

  h1,h2,h3,h4,h5,h6 {
	color:#08437c;
	margin: 0 0 1em 0;
}

  h1 { font-size: 115%; font-weight:bold; }
  h2 { font-size: 100%; font-weight:bold;}
  h3 { font-size: 95%; font-weight:bold;}
  h4 { font-size: 90%; font-weight:bold; }
  h5 { font-size: 85%; font-weight:bold; }
  h6 { font-size: 80%; font-weight:normal; }
  
  #col3 h1, #col5 h1 {
	font-size: 160%;
	margin-bottom:0.7em;
}

  #col3 h2, #col5 h2 {
	font-size: 140%;
}
  
  #col3 h3, #col5 h3 {font-size: 120%;}
  #col3 h4, #col5 h4 {font-size: 100%;}
  #col3 h5, #col5 h5 {font-size: 90%;}
  #col3 h6, #col5 h6 {font-size: 80%;}      
  
/****************************************/

  hr {color: #ffffff; background:transparent; border:0; border-bottom: 1px #eeeeee solid;}

/****************************************/

  img { border: 0 none;}
  fieldset {border: 1px solid #a7a7a7; padding: 5px;}
  legend {border: 0;}
  label {padding-left:3px;border: 0;}
  
/****************************************/

  ul, ol, dl { margin: 0 0 0.3em 0em; }

  li { margin-left: 1.5em; line-height: 1.5em; font-size: 100%;  }


/****************************************/  
  
  blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}
  
  cite, blockquote { font-style:italic }
  
  blockquote { margin: 0 0 1em 1.5em }

/****************************************/

  strong,b { font-weight: bold }

/****************************************/
  
  em,i { font-style:italic }

/****************************************/

  pre, code { font-family: monospace; font-size: 1.1em; }

/****************************************/

  acronym, abbr {letter-spacing: .07em;border-bottom: .1em dashed #c00;cursor: help;}

/****************************************/

/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/

IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; } 
TABLE.typo3-adminPanel { border: 1px solid black; background-color: #F6F2E6; text-align: left;  }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #9BA1A8; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ABBBB4; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 10px; color: black; }			

/****************************************/
/* CSC styled content */
/****************************************/

.csc-textpic-caption {
padding-left: 2px;
padding-right: 2px;
padding-top: 5px;
padding-bottom: 10px;
}

/****************************************/
/* YAML basics */
/****************************************/

  * { 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% }

  html * { font-size: 100.01% }
  
  body {
	min-height: 101%;
	font-size: 100.01%;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75.00%;
	background-color:#162c4c;
	color:#162c4c;
	background-image:url(../media/bg_body.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}

  #page_outer {
	width:794px;
	margin: 0 auto;
	text-align:left;
	height:100%;
	min-height:100%;
  }

/****************************************/
/* head */
/****************************************/
    
  #head_outer {
	height:173px;
	width:100%;
	overflow:hidden;
  }
  
  
  #headerimage {
	height:132px;
	width:275px;
	float:left;
	padding-left:215px;
	padding-right:30px;
	padding-top:40px;
	overflow:hidden;
  }

  #headerimage p.header_text {
	color:#787878;
	font-size:150%;
	height:85px;
	overflow:hidden;
  }
   
  #headerimage p.header_kontakt {
	color:#9e9e9e;
	font-size:100%;
	line-height: 1.8em;
	padding-top:7px;
  }
   
  #headerimage p.header_tel {
	color:#9e9e9e;
	font-size:100%;
	background-image:url(../media/pfeil_auswahl.gif);
	background-repeat:no-repeat;
        background-position: 0 center;
	padding-left:14px;
	line-height:1em;
  }
   
  #head_logo_head {
	height:172px;
	width:270px;
	float:right;
  }

/****************************************/
/* navleft */
/****************************************/

#col1_nav_left {
	width:auto;
	padding:21px 0px 0px 0px;
	margin-bottom:60px;
}

#col1_nav_left  ul {
	list-style-type:none;
	margin:0;
	padding:0;
  }

/****************************************/
/* navleft 1.Ebene */
/****************************************/

#col1_nav_left  ul li {
	display:block;
	margin: 0;
	padding: 0;
  }

#col1_nav_left ul li a {
	display:block;
	padding-left:23px;
	padding-top:3px;
	padding-bottom:1px;
	line-height:21px;
	background-image:url(../media/nav_inaktiv.gif);
	background-repeat:no-repeat;
	background-position:7px 8px;
	font-size: 110%;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	-moz-outline: none;
	color:#FFFFFF !important;
  }
  
#col1_nav_left  ul li a.act {
	background-color:#0b0c1f;
  }

#col1_nav_left  ul li a.actifsub {
	background-color:#0b0c1f;
	background-image:url(../media/nav_aktiv.gif);
	background-position:7px 10px;
  }

/****************************************/
/* navleft 2.Ebene */
/****************************************/

#col1_nav_left ul li ul li a {
	display:block;
	line-height:20px;
	padding-left:39px;
	padding-top:3px;
	padding-bottom:1px;
	font-size: 90%;
	background-image:none;
	text-decoration: none;
	text-transform:none;
	font-weight:normal;
	-moz-outline: none;
  }

#col1_nav_left  ul li ul li a.act {
	background-color:#052b4f;
	background-image:url(../media/pfeil_auswahl.gif);
	background-repeat:no-repeat;
	background-position:23px 7px;
  }

/****************************************/
/* navleft 3. Ebenen       */
/****************************************/
  
#col1_nav_left ul li ul li ul li a {
	display:block;
	padding-left:50px;
  }

#col1_nav_left  ul li ul li ul li a.act {
  }

#col1_search {
	width:auto;
	height: 21px;
	padding-left:23px;
	padding-right:5px;
	overflow:hidden;
	background-color:#FFFFFF;
	margin-bottom:50px;
}

  #col1_search .searchform {  }

  #col1_search #searchinput {
	display:block;
	float:left;
	margin-top:4px;
	border:0 none;
  }
  

  #col1_search #searchbutton {
	cursor:pointer;
	display:block;
	float:right;
	margin-top:5px;
  }


   
/************************************/
/*** Bereich main (Hauptinhalte) ***/
/************************************/ 

  #main {
	width: auto;
	clear:both;
	background-image:url(../media/bg_main.gif);
	background-color:#ffffff;
  }

/************************************/ 
/*** linke Spalte im Bereich main ***/
/************************************/ 

  #col1 {
	width: 197px;
	float: left;
  }

/*** Innenabstände rechte Spalte im Bereich main ***/
 
  #col1_inner {
	padding: 0;
  }

/*** Ende linke Spalte im Bereich main ***/

/*** headerimage und hilfsnav ***/
  #content_headerimage {
	width:auto;
	padding:10px;
	margin:0 0 0 197px;
  }
  
  #efa_print_lang {
  margin-bottom:14px;
  padding-right:10px;
  }
  
  #lang {
  float:right;
  margin-left:20px;
  margin-top:2px;
  }
  
  #print {
  float:right;
  margin-left:20px;
  }
    
  #efa {
  float:right;
}
  .cleardiv {
  clear:both;
  height:0.1%;
  }

  .clearright {
  clear:right;
  height:0.1%;
  }
/*** Ende headerimage und hilfsnav ***/


/*** rechte Spalte im Bereich main ***/

  #col2 {
	width: 163px;
	float:right;
	display: none;
  }
  
/*** Innenabstände rechte Spalte im Bereich main ***/
 
  #col2_inner {
	padding: 36px 10px 0px 0px;
  }
  
/*** Ende rechte Spalte im Bereich main ***/

/*** mittlere Spalte im Bereich main ***/

  #col3 {
	width:auto;
	margin: 0 0 0 197px;
  }

/*** Innenabstände mittlere Spalte im Bereich main ***/

  #col3_inner {
	padding: 0px 10px 0px 10px;
  }
  
/*** damit mittlere Spalte nicht unter die längste Spalte rutscht (siehe http://www.yaml.de/de/dokumentation/grundlagen/funktionsweise-von-floats.html ***/
  
  #col3_inner_float {
  float: left;
  margin: 0;
  width:100%;
  }
  
 /*** Ende mittlere Spalte im Bereich main ***/

/*** 2. rechte Spalte im Bereich main ***/

  #col4 {
	width: 163px;
	float:right;
	display: none;
  }
  
/*** Innenabstände rechte Spalte im Bereich main ***/
 
  #col4_inner {
	padding: 36px 10px 0px 0px;
  }
  
/*** Ende 2. rechte Spalte im Bereich main ***/

/*** 2. mittlere Spalte im Bereich main ***/

  #col5 {
	width:auto;
	margin: 0 0 0 197px;
  }

/*** Innenabstände mittlere Spalte im Bereich main ***/

  #col5_inner {
	padding: 0px 10px 30px 10px;
  }
  
/*** damit mittlere Spalte nicht unter die längste Spalte rutscht (siehe http://www.yaml.de/de/dokumentation/grundlagen/funktionsweise-von-floats.html ***/
  
  #col5_inner_float {
  float: left;
  margin: 0;
  width:100%;
  }

 /*** Ende 2. mittlere Spalte im Bereich main ***/

  #col3 .content-element {
  margin-bottom: 35px;
  }

  #col5 .content-element {
  margin-bottom: 35px;
  }

  
  #col1 {z-index: 5}
  #col2, #col4 {z-index: 3}
  #col3, #col5 {z-index: 1}
  #col1_inner {z-index: 6}
  #col2_inner, #col4_inner {z-index: 4}
  #col3_inner, #col5_inner {z-index: 20}

  #col1_inner, #col2_inner, #col3_inner, #col4_inner, #col5_inner { position:relative }

/****************************************/
/* footer */
/****************************************/

  #footer {
	clear:both;
	font-size:0.9em;
	color:#FFFFFF;
	height:45px;
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
	background: none !important;
  }
 
   #footer a {
	color:#FFFFFF !important;
	text-decoration:none;
   } 
   
  #footer_copy {
	float:left;
	height:30px;
  }
  
  #footer_copy span {
	display:block;
	float:left;
	margin-top:10px;
  }
  
  #footer_copy img {
	display:block;
	float:left;
  }
  
  #footer_hilfsnav {
	float:right;
	margin-top:10px;
  }
  
  #footer_to_top {
	float:right;
	margin-top:10px;
	margin-left:70px;
  }
  

/*****************************************/  
/**** footer nav **************************/
/*****************************************/ 

  #footer_hilfsnav ul {
	list-style-type:none;
	margin:0;
	padding:0;
  }
  
  #footer_hilfsnav ul li {
	display:block;
	float:left;
	margin: 0;
	padding: 0;
  }
  

  #footer_hilfsnav ul li a {
	display:block;
	text-decoration: none;
	white-space:nowrap;
	-moz-outline: none;
	color: #ffffff !important;
  }
  
  #footer_hilfsnav ul li a.act {
  }

/*****************************************/ 


  
  #abstand_unten {
	clear:both;
	height:20px;
	width:100%;
  }



/****************************************/
/* YAML floats */
/****************************************/

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em;  }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em;  }
  .center { text-align:center; margin: 0.5em auto }

 
/****************************************/
/* YAML clearfix */
/****************************************/
  
   .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
  }

  .clearfix {display: block }

  .floatbox {overflow:hidden;}

  #ie_clearing { display: none }
  
}
