* { margin:0; padding:0; }
option {padding-left: 0.4em}
html {height:100%}
fieldset, img { border:0; }
select, input, textarea { font-size: 99% }
ul, ol, dl { margin: 0 0 1em 1em }
/*li { margin-left: 1.5em; line-height: 1.5em; }*/
label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
   cursor: pointer;
}
blockquote {
  margin: 1em 0 0 3em;
}
input, textarea {
	color: #2E2E2E;
	border: 1px solid #b1b2ae;
	background-color: #F5F5F5;
}
input:focus, textarea:focus {
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
}

body{
   margin:0;
   padding:0;
   position: relative;
   line-height: 1.5em;
}

b{font-size: 110%;}
em{}

#maincontainer{
   width: 955px; /*Width of main container*/
   margin: 0 auto; /*Center container on page*/

   min-height: 100%;
	_height: 100%;
}

#topsection{
   width: 100%;
   height: 205px; /*Height of top section*/
}

#topsection #topsectioninner {
   
}
#topsection #topleft {
   display: inline;
   float: left;
}
#topsection #topright {
   display: inline;
   float: right;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
background-image: url(/fileadmin/layout_sozialagentur/images/bg-contentwrapper.gif);
background-repeat: repeat-y;
/*min-height: 545px;
_height: 545px;*/
}

#contentcolumn{
position: relative;
margin: 0 240px 0 190px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
min-height: 545px;
_height: 545px;
}
#contentcolumn ul li{
list-style: url(/fileadmin/layout_sozialagentur/images/listenpunkt.gif);
margin-bottom: 5px;
padding-left: 5px;
}
#contentcolumn h2, #contentcolumn h3{
color: #85A20A;
font-size: 14px;
}

#contentcolumn .contenttable {width: 100%; margin: 0; padding: 0;}
#contentcolumn .contenttable td {padding: 0; margin: 0;padding-right: 10px; width: 50%;}
#contentcolumn .contenttable td h2 {padding: 0; margin: 0; padding-bottom: 10px;}

#leftcolumn{
   float: left;
   width: 190px; /*Width of left column in pixel*/
   margin-left: -955px; /*Set margin to that of -(MainContainerWidth)*/ 
min-height: 545px;
_height: 545px;
}
#leftcolumn #leftcolumninner{
   margin: 0 0 0 10px;
   width: 170px;
min-height: 545px;
_height: 545px;
}

#rightcolumn{
float: left;
width: 215px; /*Width of right column*/
margin-left: -232px; /*Set left margin to -(RightColumnWidth)*/
min-height: 545px;
_height: 545px;
}
#rightcolumn #rightcolumninner{
   margin: 10px;
   margin-top: 0;
}

#footer{
clear: left;
width: 100%;
text-align: center;
padding: 4px 0;
}

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

hr.clearer {
   width: 99%;
   height:0.1em;
   border:0;
   border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dbdcd7;
   clear:both;
}