/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06  
**  Datei       : iehacks_3col_fixed.css
**  Funktion    : IE-Korrektur-Stylesheet für ein 3-Spalten-Layout mit einfachen #col3-Spaltentrennern
**
*/

/* LAYOUT-UNABHÄNGIGE ANPASSUNGEN -------------------------------------------------------------------- */
@import url(iehacks.css);

/* LAYOUT-ABHÄNGIGE ANPASSUNGEN ---------------------------------------------------------------------- */
@media screen
{
/*-----------------------------------------------------------------------------------------------------*/
/* Bug: 3-Pixel-Jog des Internet Explorers *
**
** IE5.x/Win - x
** IE5.x/Mac - 0
** IE6       - x
** IE7       - 0
*/	

/* Hides from IE-mac \*/
* html #col3 { margin-left:200px; width: 600px; margin-right: -3px;}
/* End hide from IE-mac */ 
/*-----------------------------------------------------------------------------------------------------*/


}

#content_box h1.csc-firstHeader {

}

#teaser_box h3 {
font-size:12px;
}

#content_box h2 {
font-size:16px;
}

#content_box h3 {
font-size:14px;
}

/******************************Formulare********************/

#mailform label { 
  display: block;
  float: left;
  width:100px;
  margin-bottom:10px;
  margin-right:10px; 
}

#mailform input {
display:block;
float:left;
width:300px;
margin-bottom:10px;
}

#mailform textarea {
display:block;
float:left;
width:300px;
margin-bottom:10px;
}

#mailform .csc-mailform-label {
float:left;
margin-bottom:10px;
margin-left:110px;
width:300px;
}

#mailform form br { 
clear: left;
}

#mailform input.csc-mailform-submit { 
  float: right;
  width: 90px;
margin-bottom:10px;
margin-right:66px;
}

#mailform label {
 text-align: left; 
}

#mailform form {
border:0px;
}

#mailform fieldset {
border:0px;
margin-top:30px;
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

#mailform .csc-mailform-check {
display:block;
width:16px;
margin-top:14px;
}


/*Captcha-Div muss mittel PHP eingefügt werden*/

#mailform #captcha input {
width:80px;
float:left;
margin-top:14px;
}

#mailform #captcha img {
float:left;
margin-right:6px;
margin-left:110px;
margin-top:14px;
}

