html, body {
    margin:0; padding:0;
    height:100%;
}

body {
    background: #dde2cd;
    
    font-family: Verdana, sans-serif;
    font-size: 12px;
    line-height: 23px;
    color: #333;
	text-align: justify;
    
    height: 100%;
}

/********************************************/
/**          DIV PlACEMENTS                **/
/********************************************/

#siteContainer {
    position:relative; 
    clear:left;
    width:950px; 
    margin:0 auto;
    
    height:auto !important; /* real browsers */
   height:100%; /* IE6: treaded as min-height*/
   min-height:100%; /* real browsers */

    
    background: #fff url('/templates/templates/front_images/contentBackground.png') repeat-y;
}

#header {
    width: 980px;
    height: 258px;
    background: #58642d url('/templates/templates/front_images/header.png') no-repeat;
    
}

#sponsoren {
    float: right;
    width: 202px;
    margin-right: 20px;
}

#content {
    width: 515px;
    margin-left: 170px;
    margin-top: 35px;
}

/********************************************/
/**          UL PlACEMENTS                 **/
/********************************************/
ul#topMenu {
	
    height: 54px;
    list-style-type: none;
    background: #58642d;
    margin: 0px;
	*padding-left: 38px;
	_margin-left: 0px;
    background: #869256 url('/templates/templates/front_images/menuBar.png');
}

ul#topMenu li { float: left;}
ul#topMenu li:first-child { margin-left: -39px; }
ul#topMenu li a { height: 46px; display: block; }
/********************************************/
/**        BUTTON PlACEMENTS               **/
/********************************************/
li#btnNews {
    width: 104px;
    height: 46px;
    background: #fff url('/templates/templates/front_images/btnNews_off.png') no-repeat;
}

li#btnNews:hover {
    width: 104px;
    height: 46px;
    background: #fff url('/templates/templates/front_images/btnNews_on.png') no-repeat;
}

li#btnNews_on {
    width: 104px;
    height: 46px;
    background: #fff url('/templates/templates/front_images/btnNews_on.png') no-repeat;
}

li#btnMRW {
    width: 208px;
    height: 46px;
    background: #fff url('/templates/templates/front_images/btnMRW_off.png') no-repeat;
}

li#btnMRW:hover {
    width: 208px;
    height: 46px;
    background: #fff url('/templates/templates/front_images/btnMRW_on.png') no-repeat;
}

li#btnMRW_on {
    width: 208px;
    height: 46px;
    background: #fff url('/templates/templates/front_images/btnMRW_on.png') no-repeat;
}

li#btnInfo {
    width: 133px;
    height: 46px;
    background: #fff url('/templates/templates/front_images/btnInformation_off.png') no-repeat;
}

li#btnInfo:hover {
    width: 133px;
    height: 46px;
    background: #fff url('/templates/templates/front_images/btnInformation_on.png') no-repeat;
}

li#btnInfo_on {
    width: 133px;
    height: 46px;
    background: #fff url('/templates/templates/front_images/btnInformation_on.png') no-repeat;
}

li#btnKNGF {
    width: 85px;
    height: 46px;
    background: #fff url('/templates/templates/front_images/btnKNGF_off.png') no-repeat;
}

li#btnKNGF:hover {
    width: 85px;
    height: 46px;
    background: #fff url('/templates/templates/front_images/btnKNGF_on.png') no-repeat;
}

li#btnKNGF_on {
    width: 85px;
    height: 46px;
    background: #fff url('/templates/templates/front_images/btnKNGF_on.png') no-repeat;
}

li#btnSponsoren {
    width: 140px;
    height: 46px;
    background: #fff url('/templates/templates/front_images/btnSponsors_off.png') no-repeat;
}

li#btnSponsoren:hover {
    width: 140px;
    height: 46px;
    background: #fff url('/templates/templates/front_images/btnSponsors_on.png') no-repeat;
}

li#btnSponsoren_on {
    width: 140px;
    height: 46px;
    background: #fff url('/templates/templates/front_images/btnSponsors_on.png') no-repeat;
}

li#btnDonateurs {
    width: 130px;
    height: 46px;
    background: #fff url('/templates/templates/front_images/btnDonations_off.png') no-repeat;
}

li#btnDonateurs:hover {
    width: 130px;
    height: 46px;
    background: #fff url('/templates/templates/front_images/btnDonations_on.png') no-repeat;
}

li#btnDonateurs_on {
    width: 130px;
    height: 46px;
    background: #fff url('/templates/templates/front_images/btnDonations_on.png') no-repeat;
}

li#btnRegister {
    width: 148px;
    height: 46px;
    background: #fff url('/templates/templates/front_images/btnRegister_off.png') no-repeat;
}

li#btnRegister:hover {
    width: 148px;
    height: 46px;
    background: #fff url('/templates/templates/front_images/btnRegister_on.png') no-repeat;
}

li#btnRegister_on {
    width: 148px;
    height: 46px;
    background: #fff url('/templates/templates/front_images/btnRegister_on.png') no-repeat;
}

.newsBar {
    border: 0;
    
    border-top: 1px solid #e1e4d5;
    border-bottom: 1px solid #e1e4d5;
    height: 5px;
    background: #fff;
}

#sponsorBar {
    color: #e1e4d5;
    border: 0;
    
    height: 1px;
    background: #e1e4d5;
}

a.readMore {
    width: 107px;
    height: 16px;
    background: #fff url('/templates/templates/front_images/btnReadMore.png') no-repeat;
    display: block;
    float: right;
    margin-top: 5px;
}

a { text-decoration: none; color: #7e8b4b; font-weight: bold }
a:hover { text-decoration: underline; }

.newsDate {
    color: #828487;
    font-style: italic;
}

.bltShield {
    float: left;
    width: 26px;
    height: 26px;
    background: url('/templates/templates/front_images/bltShield.png') no-repeat;
    margin-left: -35px;
    margin-top: -26px;
}

input {
    border: 1px solid #333;
    width: 170px;
}

textarea {
    border: 1px solid #333;
    width: 465px;
    height: 80px;
}

#btnSubmit {
    background: #869256 url('/templates/templates/front_images/btnSubmit.png') no-repeat;
    width: 140px;
    float: right;
    margin-right: 50px;
    height: 30px;
}

#sponsorBlock img {
    margin: 10px 0;
}
