/* CSS Document
   
   ================================================================================
   
   WJG-Nettetal
   ================================================================================

   Startseite   

   Autor: Thorben Bochenek

*/

#untermenue {
	display: none;
}

	#inhalt {
	    top: 0px;
	    background-color: white;
	    min-height: 400px;
        margin-left: 272px;
        padding-left: 17px;
        padding-right: 17px;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
		padding-bottom: 20px;
		width: 396px;
       
	}
		#block1 {
		    position: absolute;
		    left: 47px;		
		    top: 163px;    
			width: 208px;
			height: 100%;
			clear: none;
		}
		#block2 {
		    position: absolute;
            width: 208px;
			left: 722px;
			top: 163px;
            clear: none;
		}
		#block3 {
		    display: none;
		}
/* Seitenleisten Boxen */

h2 {
    font-size: 10px;
    color: #666666;
    background-color: #e0e0e0;
    padding: 3px;
    padding-left: 5px;
    margin: 16px 0px 6px 0px;
}
h2.csc-firstHeader {
    margin-top: 0px;    
}

div#block1 p, div#block2 p {
    color: #666666;
    text-align: left;
    padding: 3px 5px 3px 5px;
}

div#block1 ul, div#block2 ul {
    list-style-type: square;
    padding-left: 24px;
    padding-right: 5px;
}

div#block1 li, div#block2 li {
    padding-bottom: 4px;
}

div#block2 img, div#block1 img {
    margin: 5px 5px 2px 5px;
} 
