body {
    background: #1E314B;
    color: #ffffff;
    font-family: Lucida Sans Unicode, Tahoma, Arial, Verdana, sans serif;
    font-size: 64%;
    text-align: center;
    margin: 0 1%;
    padding: 0;
}

a {
	color: #810D0D;
	text-decoration: none;
}

a:hover {
	color: #5F0000;
	text-decoration: underline;
}

#container {
    position: relative;
    margin: 0 auto;
    text-align: left;
    max-width: 900px;
    min-width: 580px;
    background: #EBF4D9;
    color: #1E314B;
    border-left: 10px solid #40608C;
    border-right: 10px solid #40608C;
    border-bottom: 10px solid #40608C;
}

#header {
    margin: 0;
    background: url(../images/bg_header.gif) repeat-x #274774;
    padding: 0 0 2px 0;
    border-bottom: 2px solid #1E314B;
}

#header #logo {
    float: left;
    margin: 5px 0 0 5px;
}

#header #schriftzug {
    text-align: right;
    float: right;
    margin: 70px 60px 0 0;
}

#navigation {
    font-size: 1.4em;
    margin: 0;
    padding: 6px 10px 6px 10px;
    background: url(../images/bg_navigation.gif) repeat-x #AAC18E;
    border-bottom: 2px solid #96AE7B;
}

#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation li {
    margin: 0;
    padding: 0;
    float: left;
}

#navigation li a {
    display: block;
    padding: 3px;
    margin-right: 10px;
    text-decoration: none;
    color: #3B4C27;
}

#navigation li a:hover {
    background: #CBDFB5;
    color: #3B4C27;
}

#navigation li a#active_menu-nav {
    background: #849F63;
    color: #fff;
}

#wrapper {
	background: url(../images/bg_wrapper.gif) 28.5% 0 repeat-y;
}

#content {
    float: right;
    width: 70%;
}

#contentinner {
    font-size: 1.3em;
    padding: 20px 10px 10px 30px;
    /*background: yellow;*/
}

.article_seperator {
	width: 100%;
	border-top: 1px solid #D1DFB5;
}

.adminform img {
    padding:0 !important;
    border: none !important;
}

.upcomingevent {
	background: url(../images/time.gif) 0 2px no-repeat;
	padding: 0 0 0 18px;
	margin: 0.5em 0 0 0;
}

.moduletablebmf {
	background: #8e1856;
}

#contentinner {
    line-height: 1.3em;
}

#contentinner img {
    padding: 4px;
    background: #fff;
    border-bottom: solid 1px #CFCFCF;
    border-right: solid 1px #CFCFCF;
}

#contentinner ul {
    line-height: 1.2em;
}

#contentinner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sideblock {
    float: left;
    width: 30%;
    /*background: red;*/
}

#sideblockinner {
    font-size: 1.3em;
    padding: 12px 10px 10px 10px;
    /*background: red;*/
}

#sideblockinner img {
    margin-top: 3px;
    padding: 4px;
    background: #fff;
    border-bottom: solid 1px #CFCFCF;
    border-right: solid 1px #CFCFCF;
}

#sideblockinner .moduletable {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#sideblockinner .moduletable h3, #sideblockinner .moduletablesubmenu h3 {
    border-bottom: 1px solid #D1DFB5;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1.2em;
    color: #40608C;
}

#sideblockinner .moduletablesubmenu ul {
	list-style: none;
	padding: 0;
	margin: 0.5em 0 0 0;
}

#sideblockinner .moduletablesubmenu li {
	font-size: 1em;
	background: url(../images/arrow3_e.gif) no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 2px 0;
}

#sideblockinner form {
    margin: 3px 0 0 0;
    padding: 0;
}

#footer {
    font-size: 1.3em;
    text-align: center;
    background: url(../images/bg_navigation.gif) repeat-x #AAC18E;
}

#footer p {
    padding: 7px;
    margin: 0;
}

.componentheading, .contentheading {
    margin: 0 0 0.5em 0;
    padding: 0;
    color: #40608C;
    font-size: 1.4em;
    line-height: 1.4em;
}

.small, .createdate {
	font-size: 0.8em;
	color: #849F63;
}

.sectiontableheader {
	padding: 0 0 0 3px;
	background: url(../images/bg_navigation.gif) repeat-x #40608C;
}

.sectiontableentry2 {
	background: #f5f9ec;
}

.sectiontableentry1 {
	background: #fcfdf9;
}

.sectiontableentry1 td, .sectiontableentry2 td {
	padding: 2px;
}

table {
	font-size: 1em;
}

table.contentpaneopen {
	margin: 0;
	font-size: 1em;
	color: #1E314B;
	padding: 0;
}

 /* Clearfix-Hack */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
