/* 
    Document   : blockwithsidebarNormal
    Created on : 09.09.2011, 10:10:39
    Author     : wetschea
    Description:
        Stylesheet for templates with a sidebar, for example:
        Newsarchive
*/
#content{
     float: left;
     width:630px;
}

#content h2{
    padding-left: 0em;
    color:#0181D8;
    font-size: 1em;
    line-height: 1px;
    padding-bottom: 0.5em;
}

#sidebar{
    float: right;
    width:230px;
    border: 2px solid #D0C7C4 ;
    margin: 0.5em 0 1em;
}

#sidebar a{
	text-decoration: none;
}

#sidebar h2{
    background: url("../images/h2_grey.png") repeat-x scroll 0 -1px #d0c7c4;
    color:white;
    padding-left: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
   
}

#content h4{
    padding-left: 0em;
}

#main #imgOverview{
    float: none;
    padding: 0;
}