/******************************************************** 
  Copyright (C) 2007 gloom it (gloomit.de)
  Axel Rothenbuecher and Phillip Kroll GbR
  Beschreibung: CSS für Seitenlayout
  Projekt: agenturzwo.de
*********************************************************/

body{
    font-family:Tahoma, Trebuchet MS, Helvetica, Arial;
    font-size: 9pt;
    line-height: 1.4;
    color:white;
    /* background-color: #3e3d40; */
    background-color: #3e3d40;
    margin:0px;
    padding:0px;
    text-align:center; /* horizontal centering for IE Win quirks */
     
}

b{font-size: 110%;}
em{color: red;}

h1, h2{
  margin-top: 0px;
  margin-bottom: 5px;
}

h1{
  font-size: 9pt;
  font-weight: bold;
}

p {
  margin-bottom: 0px;
}

a{
  color: #FFA800;
  text-decoration: none; 
}


#distance { 
		width:1px;
		height:48%; /* knappe hälfte des sichtbaren Bereiches */
		margin-bottom:-272px; /* half of container's height */
		float:left;
}

#maincontainer{
    width: 974px; /*Width of main container*/
    height: 600px;
    position:relative;
    clear:left;
    margin: 0 auto; /*Center container on page*/
    text-align:left;
   /* text-transform:lowercase; */
}

#topsection{
    background-color: #3e3d40;
    height: 188px; /*Height of top section*/

}

#topsection h1{
    margin: 0;
    padding-top: 15px;
}

#contentwrapper{
    float: left;
    width: 100%;
}

#contentcolumn{
    margin-left: 324px; /*Set left margin to LeftColumnWidth, 274 + 51*/
    height: 400px;
}

.content-box{
  height:400px;
	width:273px;
  overflow:hidden;
  line-height: 1.3;
}

#leftcolumn{
    float: left;
    width: 273px; /*Width of left column, 273px*/
    margin-left: -974px; /*Set left margin to -(MainContainerWidth)*/
    height: 400px;
    padding-right: 51px;
   
}

.hr-spacer{
    clear: left;
    width: 100%;
    height: 12px;
    overflow:hidden;
}


#logo-right{
    float: right;
}

.innertube{
    margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
 
}


/* Navigation */

.nav{
    height: 135px;
    margin-right: 30px;
    float: left;
    overflow:auto; 
   /*  text-transform:lowercase;   */
}

.nav ul{
     margin:0;
     padding:0px;
     list-style: none;
}

.nav li{
    margin: 0 2px 0 0;
    padding: 0;
    /* text-transform:lowercase; */
}

.nav a{
  text-decoration: none;
  color: white; 
}

.nav a:hover{
 color: #FFA800;
}

.act a, .act{
 color: #FFA800;
}
  
  
/* Vertical Alignemnt der content elemente */
   
#floating {

	height:100%;
	position:relative;
}
#floating div {
	position:absolute;
	bottom:0;
	left:0;
}


/***************************************************************************
    CSS Klassen und IDs für Formularelemente
***************************************************************************/


input{
  border: 1px solid #ccc;
  color: #fff;
  display: inline;  
  background-color: #3e3d40;
  font-size: 9pt;
}

textarea{
  
  font-size: 10px;
  padding-left: 5px;
}

input.button{
  background-color: #000;
  font-size: 12px;
}

input.button:hover{
}







.csc-form-label-req{
	font-size: 9pt;
}

.csc-form-label{
	font-size: 9pt;
}
