@media all {

/********************* RTE classes **********************************/

.align-center {
text-align: center;
}

.align-right {
text-align: right;
}

.align-left {
text-align: left;
}

.align-justify {
	text-align: justify;
}

/*******************************************************/

/* damit Bilder im ie7 nicht untereinander kleben! */

DIV.csc-textpic DIV.csc-textpic-imagerow { width:auto !important; }

#col3 DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px; }

/*******************************************************/


/****************************************/
/* YAML basics */
/****************************************/

  * { margin:0; padding: 0 }

  * 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: 75%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	color:#000000;
  }

  a {color: #616362;text-decoration:underline; font-weight: bold;}
  
  a:focus,
  a:hover,
  a:active {
	-moz-outline: none;
	color: #000000;
  }


/****************************************/

  p {line-height: 1.5em;}

/****************************************/

  h1,h2,h3,h4,h5,h6 {margin: 0 0 0.25em 0;}

  h1 { font-size: 160%; font-weight:bold; }
  h2 { font-size: 140%; font-weight:bold;}
  h3 { font-size: 100%; font-weight:bold;}
  h4 { font-size: 90%; font-weight:bold; }
  h5 { font-size: 85%; font-weight:bold; }
  h6 { font-size: 80%; font-weight:normal; }
  
  
/****************************************/

  hr {color: #ffffff; background:transparent; border:0; border-bottom: 1px #eeeeee solid;}

/****************************************/

  img { border: 0 none;}
  
/****************************************/
  
  fieldset {border: 1px solid #a7a7a7; padding: 5px;}
  form {margin: 0;	padding: 0;}
  legend {border: 0; font-weight: bold;}
  label {padding-left:3px;border: 0; font-weight: bold;}
  option { padding-left: 0.4em }
    
/****************************************/

  ul, ol { 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;}

/****************************************/


  #page_margins {
	width:980px;
	margin: 0 auto;
	text-align:left;
	height:100%;
	min-height:100%;
  }

/************************************/
/*** Bereich main (Hauptinhalte) ***/
/************************************/ 

  #main {
	width: auto;
	clear:both;
	background-color:#ffffff;
	background-image:url(../media/main_background.jpg);
	background-repeat:repeat-y;
  }


/************************************/ 
/*** linke Spalte im Bereich main ***/
/************************************/ 

  #col1 {
	width: 245px;
	float: left;
  }

/*** Innenabstände rechte Spalte im Bereich main ***/
 
  #col1_inner {
	background-image:url(../media/co1_rundung_oben.jpg);
	background-repeat:no-repeat;
  }

#col1_inner_abschluss{
  height:5px;
  background-image:url(../media/co1_rundung_oben.jpg);
  background-repeat:no-repeat;
}

   #col1_content {
   
   }

/************************************/ 
/*** linke Spalte im Bereich main END ***/
/************************************/ 

/************************************/ 
/*** rechte  Spalte im Bereich main  ***/
/************************************/ 

  #col2 {
	width: 150px;
	float:right;
  }
  
/*** Innenabstände rechte Spalte im Bereich main ***/
 
  #col2_inner {
	background-image:url(../media/co2_rundung_oben.jpg);
	background-repeat:no-repeat;
 }
  
   #col2_content {
   
   }

#col2_inner_abschluss{
height:5px;
background-image:url(../media/co2_rundung_oben.jpg);
background-repeat:no-repeat;
}

/************************************/ 
/*** rechte  Spalte im Bereich main  END ***/
/************************************/ 

/************************************/ 
/*** mittlere  Spalte im Bereich main   ***/
/************************************/ 

  #col3 {
	width:auto;
	margin: 0 150px 0 245px;
  }

/*** Innenabstände mittlere Spalte im Bereich main ***/

  #col3_inner {
  padding: 0 30px 0 30px;;
  }


/*** 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 {
	margin: 0;
	float: left;
	width:100%;
  }

  .col3_content {
  padding-bottom: 10px;
  }

/*** in col3 umschliesst box_links und box_rechts  ***/

#content_box_outer{
	width:auto;
}

#content_box_links{
  width:auto;
  margin: 0 50% 0 0;  
}

#content_box_links_inner{
  padding-right:10px;

}

#content_box_rechts_inner{
  padding-left:10px;
}

#content_box_rechts{
  float: right;
  width: 50%;

}

#zurueck{
padding-top:20px;
padding-bottom:20px;
}

/************************************/ 
/*** mittlere  Spalte im Bereich main  END ***/
/************************************/ 

  
/************************************/ 
 
  
  #col1 {z-index: 5}
  #col2 {z-index: 3}
  #col3 {z-index: 1}
  #col1_inner {z-index: 6}
  #col2_inner {z-index: 4}
  #col3_inner {z-index: 20}

  #col1_inner, #col2_inner, #col3_inner { position:relative }

/************************************/  


/************************************/ 
/***  Formate ***/
/************************************/ 

.col3_header{
   background-image:url(../media/col3_header.jpg);
   background-repeat:no-repeat;
   background-color:#9ecb8d;
   }

#col1 .csc-textpic {
  margin-top:10px; 
}


#col1 .csc-textpic-image IMG{
  border:solid 2px #f6ab49;
}

#col1 .csc-textpic {
  margin-top:10px; 
}

#col2 .csc-textpic-image IMG{
  border:solid 2px #f6ab49; 
}


/*******************************************************/

.col1_content_el {
	padding-bottom: 21px;
	background-image:url(../media/col1_box_abschluss.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
   	padding-left: 10px;
   	padding-right: 10px;
}


.col2_content_el {
   padding-bottom: 19px;
   padding-left: 10px;
   padding-right: 10px;
   background-image:url(../media/col2_box_abschluss.jpg);
   background-position: bottom;
   background-repeat:no-repeat;
  }

.col3_content_el{
  padding-bottom: 21px;
}

/*******************************************************/

#col1 .csc-header {
	background-image:url(../media/col1_header.jpg);
	background-repeat:no-repeat;
	background-color:#f6ab49;
	height:0.1%;
  	margin-left: -10px;
  	margin-right: -10px;  	
  	width: 245px;
  	
}

#col2 .csc-header {
  background-image:url(../media/col2_header.jpg);
  background-repeat:no-repeat;
  margin-left: -10px;
  margin-right: -10px;  
  background-color: #f6ab49;
}

#col3 .csc-header {

}


/*******************************************************/

#col3 .csc-frame-frame1 {
  background-image:url(../media/col3_box_abschluss.jpg);  
  background-position: bottom;
  background-repeat:no-repeat;
  background-color: #d3e6ca;
  padding-left: 10px;
  padding-right: 10px;  
  padding-bottom: 10px;
}

#col3 .csc-frame-frame1 .csc-header {
  background-image:url(../media/col3_header.jpg);
  background-repeat:no-repeat;
  margin-left: -10px;
  margin-right: -10px;  
}

#col3 .csc-frame-frame1 .csc-header H1{ 
  padding-left: 10px;
  padding-right: 10px;
}

/*---------------------------orange Box--------------------------------*/
#col3 .csc-frame-frame2 {
  background-image:url(../media/col3_box_abschluss_orange.jpg);  
  background-position: bottom;
  background-repeat:no-repeat;
  background-color: #fcd19a;
  padding-left: 10px;
  padding-right: 10px;  
  padding-bottom: 10px;
}


#col3 .csc-frame-frame2 .csc-header {
  background-image:url(../media/col3_header_orange.jpg);
  background-repeat:no-repeat;
  margin-left: -10px;
  margin-right: -10px;  
}

#col3 .csc-frame-frame2 .csc-header H1{ 
  padding-left: 10px;
  padding-right: 10px;
 
}

/*----------------------------graue Box---------------------------------*/
#col3 .csc-frame-frame3 {
  background-image:url(../media/col3_box_abschluss_grau.jpg);  
  background-position: bottom;
  background-repeat:no-repeat;
  background-color: #e9e9e9;
  padding-left: 10px;
  padding-right: 10px;  
  padding-bottom: 10px;
}

#col3 .csc-frame-frame3 .csc-header {
  background-image:url(../media/col3_header_grau.jpg);
  background-repeat:no-repeat;
  margin-left: -10px;
  margin-right: -10px;  
}

#col3 .csc-frame-frame3 .csc-header H1{ 
  padding-left: 10px;
  padding-right: 10px;
  
}




/*******************************************************/



#col1 H1 {
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 4px;
  padding-bottom: 6px;
  font-size: 130%;
  font-weight:bold;
}

#col2 H1 {
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 4px;
  padding-bottom: 6px;
  font-size: 130%; 
  font-weight:bold; 
}

#col3 H1 {
  padding-top: 4px;
  padding-bottom: 6px;
  font-size:175%;
  font-weight:bold;
}

#col3 .orange_box H1 {
  padding-top: 4px;
  padding-bottom: 6px;
  font-size:175%;
  font-weight:bold;
}


#col3 .csc-frame h1{
   font-size: 130%;
   font-weight:bold;
}

#col3 #col3_inner_float #content_box_outer #content_box_rechts H1{
   font-size: 120%;
   font-weight:bold;
   }

#col3 #col3_inner_float #content_box_outer #content_box_links H1{
   font-size: 120%;
   font-weight:bold;
   }








/****************************************/
/* head */
/****************************************/

#head_outer {
	background-color:#ffffff;
	margin-bottom:20px;
	
  }

#header{
	width:980px;
	height:193px;
	margin-bottom:25px;
}

  #head_topnav {
	clear:both;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	border-bottom: 5px solid #ffffff;
	background-image:url(../media/nav_background.gif);
	width:auto;
	height:27px;
	background-repeat:no-repeat;
}
    
  #head_suche{
	/*width:200px;
	float: right;
	height:20px;
	text-align:right;
	padding-top:15px;*/
	display:none;

}
 
 #head_suche form label{
   padding-right:10px;
   
 }



/****************************************/
/* head topnav*/
/****************************************/
  
#head_topnav ul {
	margin:0;
	padding:0;
	list-style-type: none;

}
  
#head_topnav ul li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	border-right: 1px dotted #000000;
}
  
#head_topnav ul li a {
	display: block;
	font-size:105%;
	text-decoration: none;
	font-weight:normal;
	white-space:nowrap;
	-moz-outline: none;
	padding-left:10px;
	padding-right:10px;
	color:#000000;
	line-height:27px;
  }

  #head_topnav ul li a:hover {
	/*font-weight:bold;*/
	font-weight: normal;
	background-image:url(../media/nav_hover.gif);
  }
  
  #head_topnav ul li.act a {
	font-weight:bold;
	background-image:url(../media/nav_hover.gif);
  }  
  
/****************************************/
/* footer */
/****************************************/

  #footer {
	clear:both;
	/*background-color:#3d3d3d;*/
	font-size:1em;
	color:#FFFFFF;
	height:75px;
	background-image:url(../media/footer.jpg);
	background-repeat:no-repeat;
  }
 
   #footer a {
	color:#FFFFFF;
	text-decoration:underline;
   } 

/*****************************************/  
/**** footer copy **************************/
/*****************************************/ 
   
  #footer_copy {
	float:right;
	width:auto;
	padding-right: 15px;
	margin-top: 17px;
  }
  
  #footer_copy p {
  line-height: 1em;  
  }

/*****************************************/  
/**** footer nav **************************/
/*****************************************/ 

  #footer_nav {
	float:right;
	width:auto;
	padding-left: 15px;
	margin-top: 17px;
	
  }

  #footer_nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
  }
  
  #footer_nav ul li {
	display:block;
	float:left;
	line-height: 1em;
	margin: 0;
	padding: 0;
  }
  

  #footer_nav ul li a {
	display:block;
	padding-right:30px;
	padding-top:30px;
	text-decoration: none;
	font-weight:bold;
	white-space:nowrap;
	-moz-outline: none;
	color: #000000;
  }
  
  #footer_nav ul li a.act {
  }

/*****************************************/ 


  
  #abstand_unten {
	clear:both;
	height:20px;
	width:100%;
  }

/****************************************/
/* YAML clearfix */
/****************************************/
  
   .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
  }

  .clearfix {display: block }

  .floatbox {overflow:hidden;}

  #ie_clearing { display: none }

/****************************************/
/* 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; }	

  
} 

