
/* -- Die News-Elemente -- */

div.newsentries {
    margin-top: 30px;
}

div.newsentry {
    margin-bottom: 30px;
    clear: both;
}

div.newsentry h3 {
    font-size: 24px;
    margin-left: 0px;
    padding-left: 20px;
    margin-bottom: 3px;
    padding-top: 7px;
    margin-top: 0px;
    background-image: url(/static/images/news/entry_icon.png);
    background-repeat: no-repeat;
}

div.newsentry h4 {
    font-size: 14px;
    margin: 0px;
    margin-left: 5px;
}

div.newstext {
    width: 514px;
    font-size: 12px;
    color: #333;
    margin-left: 5px;
    line-height: 18px;
}

div.newstextp1 {
    width: 246px;
    text-align: justify;
    float: left;
}

div.newstextp2 {
    width: 246px;
    text-align: justify;
    float: right;
}

a.newstext_moreinfo {
    font-weight: bold;
    color: blue;
    text-decoration: underline;
    margin-left: 20px;
}

#main_copyright {
    clear: both;
    width: 500px;
    padding-top: 64px;
    color: white;
    font-weight: bold;
    font-size: 12px;
}


/* -- Die Member-Elemente -- */

div.memberentries {
	margin-top: 30px;
}

div.memberentry {
    margin-bottom: 30px;
    clear: both;
	background-color: #E2EFE0;
    padding: 8px;
    opacity: 0.8;
}

/* --- die event elemente -- */

div.evententries {
	margin-top: 30px;
}

div.evententry {
    margin-bottom: 30px;
    clear: both;
	background-color: #A7CD99;
    padding: 8px;
    opacity: 0.8;
	font-size: 13px;
}

/* -- Die FAQ-Elemente -- */

div.faqentries {
	margin-top: 20px;
}

div.faqentry {
    clear: both;
	background-color: #E2EFE0;
    padding: 8px;
    opacity: 0.8;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
}

