/*
================================================================================
GLOBAL #
*/
    * {
        margin: 0;
        padding: 0;
        color: #FFF;
        font-size: 10px;
        font-family: Verdana, Arial, Sans-Serif;
    }
    
    body {
        background: #2E2E2E;
    }
    
    p {
        margin: 0 0 15px;
        text-align: justify;
    }
    
    
    h1 {
    	position: absolute;
    	top: 110px;
    	left: 35px;
    	font-size: 30px;
    	color: #95c500;
    }
    
    h2, h3 {
    	color: #95c500;
    	font-size: 16px;
    	padding-bottom: 10px;
    	padding-top: 15px;
    }
    
    h3 { 
    	padding-top: 0px;
    	padding-bottom: 0px;
    	
    }
    
    h4 {
    	padding-top: 0px;
    
    }
    
    
    
/*
================================================================================
HEADER #
*/
    
    .header {
        height: 286px;
        background: transparent url(../gfx/header.jpg) left top no-repeat;
    }
    

/*
================================================================================
CONTENT #
*/

    .wrapper {
    	position: relative;
        width: 842px;
        background: #050503;
        margin: 85px auto 0;
    }

    .content {
        padding: 14px 0 0 30px;
    }

    .cleft {
        width: 452px;
        float: left;
    }

    .cright {
        width: 312px;
        float: right;
        padding: 15px;
    }

/*
================================================================================
FOOTER #
*/
    .footer {
        padding: 14px 0 0;
        clear: both;
        height: 93px;
        background: transparent url(../gfx/footer.jpg) left bottom no-repeat;
    }
    
    #ende {
    	margin-left: 20px;
    	height: 20px;    
    }
    
    #ende a {
    	margin: 0 auto;
    	color: #333333;
    	padding: 5px;
    }

/*
================================================================================
ADVERTS #
*/

    .adverttop {
        margin-bottom: 43px;
    }

    .adverttop p {
        font-size: 1em;
        margin: 0;
    }

    .adverttop img {
        border: 0;
    }