@media all {

img, div {
  behavior: url(fileadmin/agl_2010/css/iepngfix.htc);
}

/********************* RTE classes **********************************/

.align-center {
text-align: center;
}

.align-right {
text-align: right;
}

.align-left {
text-align: left;
}

.align-justify {
	text-align: justify;
}

/****************************************/
/* 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%;
	background-color:#ffffff;
	color:#333333;
  }

/****************************************/
/* YAML basic formate */
/****************************************/

  a {color: #89ba17;text-decoration:underline;-moz-outline: none;}
  
  a:hover {
	-moz-outline: none;
	color: #333333;
  }

  #col3 a {text-decoration:none;}

/****************************************/

  p {
	line-height: 1.4em;
}

  #col3 p {
  	font-size: 90%;
}

/****************************************/

  h1,h2,h3,h4,h5,h6 {color:#89ba17; margin: 0 0 0.25em 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 {
  	font-size:90%;
	font-weight:normal;

}
/****************************************/

  hr {color: #ffffff; background:transparent; border:0; border-bottom: 1px #eeeeee solid;}

/****************************************/

  img { border: 0 none;}
  fieldset {border: 1px solid #333333; 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;
}

/****************************************/
/* page_margins */
/****************************************/

  #page_margins {
	width:900px;
	margin: 0 auto;
	text-align:left;
	height:100%;
	min-height:100%;
	position:relative;
	background-image:url(../static/bg_page_margins_orte.gif);
	background-repeat:no-repeat;
  }
  
  #gruene_box {
	position:absolute;
	width:502px;
	height:208px;
	background-color:#89ba17;
	left:303px;
	top:310px;
	display:none;
  }
  
  #gruene_box_bild {
	position:absolute;
	width:117px;
	height:208px;
	top:0;
	right:0;
	overflow:hidden;
  }
  
  .text_gruene_box {
	position:absolute;
	top:40px;
	left:25px;
	width:337px;
	height:138px;
	background-color:#89ba17;
  }
  
  .text_gruene_box h1 {
	color:#333333;
	font-size:90%;
	/*font-weight:normal;*/
  }

  .text_gruene_box p {
	font-size:90%;
  }
  
  .text_gruene_box a {
	color:#333333;
	text-decoration:none;
  }
  
  #regionalentwicklung_text,
  #stadtentwicklung_text,
  #energie_text,
  #naturschutz_text,
  #umweltplanung_text,
  #moro_text,
  #interreg_text,
  #kooperation_text,
  #veranstaltung_text {
	visibility:hidden;
  }

/****************************************/
/* navleft */
/****************************************/

#col1_nav_left {
	width:auto;
	padding-top:44px;
}

#col1_nav_left  ul {
	list-style-type:none;
	margin:0;
	padding:0;
  }

/****************************************/
/* navleft 1.Ebene */
/****************************************/

#col1_nav_left  ul li {
	margin: 0;
	padding: 0;
	text-align:right;
  }

#col1_nav_left ul li a {
	text-decoration: none;
	-moz-outline: none;
	white-space:nowrap;
	padding-right:7px;
	font-size: 100%;
	font-weight:bold;
	color:#333333;
	display:block;
	padding-bottom:17px;
	background-image:url(../static/bg_li.gif);
	background-repeat:no-repeat;
	background-position:right 3px;
  }
  
#col1_nav_left  ul li a:hover {
	color:#89ba17;
  }
  
#col1_nav_left  ul li a.act {
	color:#89ba17;
	padding-bottom:8px;
  }

/****************************************/
/* navleft 2.Ebene */
/****************************************/

#col1_nav_left  ul li ul {
	margin-bottom: 20px;
  }

#col1_nav_left ul li ul li a {
	font-size: 90%;
	font-weight:normal;
	padding-bottom:2px;
	background-image:url(../static/bg_li_li.gif);
	background-position:right top;
  }

#col1_nav_left  ul li ul li a.act {
	padding-bottom:2px;
  }


  /**
   * (de) Positionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * | 965px                         |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 210px   | 540px     | 215px   |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */


/* #col3 wird zur mittleren Spalte */
#main {
	width:100%;
	float:left;
}

#col3 {
	width: 619px;
	float:left;
	margin-left: 281px;
}

/* #col1 wird zur linken Spalte */
#col1 {
	width: 231px;
	float:left;
	margin-left: -900px;
}

/* #col2 wird zur rechten Spalte */
#col2 { /*margin-left: -5px; margin-right: 0; width: 215px; float:right;*/display:none;}


/* (de) Absicherung korrekte Positionierung */
#head_outer, #main, #footer { clear:both; }




/************************************/ 
/*** linke Spalte im Bereich main ***/
/************************************/ 


  #col1_head {
	padding: 0;
	position:relative;
	height:250px;
	width:230px;
  }

  #col1_head_image {
	padding: 0;
	position:absolute;
	top:0;
	right:0;
	width:229px;
	height:250px;
	text-align:right;
  }

  #col1_head_logo {
	padding: 0;
	position:absolute;
	top:36px;
	right:0px;
	width:202px;
	height:121px;
	background-image:url(../static/logo_agl_2010.png);
	background-repeat:no-repeat;
	z-index: 15;
  }

  #col1_head_schrift {
	padding: 0;
	position:absolute;
	top:40px;
	right:9px;
	width:108px;
	height:111px;
	background-image:url(../static/bg_weiss.gif);
	background-repeat:no-repeat;
	filter:alpha(opacity=77);
	opacity: 0.77;
	-moz-opacity:0.77;
	-khtml-opacity: 0.77;
	z-index: 5;  /* for safari */
  }
  

/*** Innenabstände linke Spalte im Bereich main ***/
 
  #col1_inner {
	padding: 0px 0px 0px 0px;
  }

  
/*** Innenabstände rechte Spalte im Bereich main ***/
 
  #col2_inner {
	padding: 0px 5px 0px 15px;
  }
  
  #col3_head {
	padding: 0;
	position:relative;
	height:122px;
	width:100%;
	background-repeat:no-repeat;
  }
  
  #col3_pagetitle {
	padding-top:27px;
	padding-right:45px;
	height:95px;
	text-align:right;
	color:#89ba17;
	position: relative;
  }
  
  #col3_pagetitle_level1 {
  	margin-right:-20px;
  }
  
  #col3_pagetitle_level3 {
  	margin-right:-10px;
  }


/*** Innenabstände mittlere Spalte im Bereich main ***/

  #col3_inner {
	background-repeat:no-repeat;
	padding: 0px 45px 0px 17px;
	border-left:5px solid #ffffff;
  }
  
  .col3_content {
  }
  
  .col3_content p.csc-linkToTop {
  color:#89ba17;
  font-size:85% !important;
  }

  .col3_content p.csc-linkToTop a {
  color:#333333;
  }

  .col3_content p.csc-linkToTop a:hover {
  color:#89ba17;
  }

  .col3_content table,
  .col3_content table tr,
  .col3_content table td {
  padding:0;
  margin:0;
  }

  .csc-frame-frame1 table {
	background-color:#89ba17;
	padding-bottom:8px;
  }
  
  .csc-frame-frame1 table a {
	color:#333333;
  }
  
  .col3_content table td {
	vertical-align:top;
	padding:0;
  	margin:0;
  }
  
  .mehr_link {
	margin-top:-1.4em;
	color: #89ba17;
	display:block;
	text-align:right;
  }

  .link_rechtsbuendig {
	color: #89ba17;
	text-align:right;
  }

  .link_linksbuendig {
	color: #89ba17;
	text-align:left;
  }

 /*** Ende mittlere Spalte im Bereich main ***/
  
  #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}

 /*********************************************************************** Auskommentiert in der Entwurfsphase ***/
  #col1_inner, #col2_inner, #col3_inner { position:relative }

/****************************************/
/* footer */
/****************************************/

  #footer {
	clear:both;
  }
 
/****************************************/
/* 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 }
  
  .clear {clear:both; height:1px; margin-top:-1px;}

  .floatbox {overflow:hidden;}

  #ie_clearing { display: none }
  
}
