/*
--------------------------------------------------------------------------------

 Extra stylesheets: main-pages

--------------------------------------------------------------------------------
*/

body {
    background-repeat: repeat-x;
    background-image: url(../images/bg-main.gif);
    background-position: 0px 0px;
    background-color: #fff;
    }
#mainWrapper1 {
    background-repeat: no-repeat; 
    background-image: url(../images/wot-main.gif);
    background-position: left bottom;
    min-width: 530px;
    padding-left: 210px;
    width: 57%;
    }
#mainWrapper2 {
    float: right;
    width: 530px;
    }
#communication {
    height: 110px;
    }
#column {
    height: 38px;   
    }
#column img {
    margin: 10px 0 0 0;
    }  
#headline {
    height: 60px;
    }
#content {
    padding: 0 0 20px 0;
    }
#footer {
    font-size: 10px;
    }
#copyright {
    width: 360px;
    background: #3c0;
    text-indent: 10px;
    line-height: 20px;
    color: #9f6;
    float: left;
    }
#imprint {
    width: 170px;
    background: #9f6;
    text-indent: 10px;
    line-height: 20px;
    float: left;
    }
#imprint a {
    color: #090;
    text-decoration: none;
    }
#bottom {
    height: 10px;
    }     


/*
--------------------------------------------------------------------------------

 Content 

--------------------------------------------------------------------------------
*/

a {
    color: #000;
    text-decoration: underline;
    }
strong {
	font-weight: bold;
	} 
p,ul {
    line-height: 15px;
    padding: 0 0 15px 0;
    }

h1, h2, h3 {
    color: #000;
    font-weight: normal;
    line-height: normal;
    }
h1 {
    font-size: 16px;
    padding: 5px 0 0 0;
    }
h2 {
    font-size: 22px;
    color: #090;
    }
h3 {
    clear: both;
    border-bottom: 2px solid #33CC00;
    padding-bottom: 3px;
    font-size: 11px;
    margin-bottom: 6px;	
    }

h4 {
    font-size: 11px;
    line-height: 14px;
    }
	
#content ul {
	list-style-image: url(../images/list-bullit.gif);
	}
#content li {
	margin: 0 0 15px 15px;
	}	
 
 