* {
    margin: 0;
    padding: 0;
	font-size: 12px;
}

body {
font-family : verdana,arial,helvetica;
font-size:12px;
font-weight:normal;
text-decoration:none;
color: #333333;
}
body {
    font-size: 76%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.3;
    text-align: center;
    margin: 1em 0;
}
#wrapper {
    min-width: 760px;
    max-width: 902px;
    width: auto !important;
    width: 902px;
    margin: 0 auto;
    text-align: left;
    border: 1px solid #999;
}
#header {
    background-color: #364d6d;
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
}

.topnavi {
    padding: 0px;
    text-align: center;
    font-size: 12px;
    height: 28px;
}

#sidebar, #sidebar-2 {
    float: left;
    width: 200px;
    overflow: hidden;
}

.rechtsoben {
	background:url(../images/roundedbox_ro.gif) top right no-repeat;
}

.linksoben {
	background:url(../images/roundedbox_lo.gif) top left no-repeat;
}

.rechtsunten {
	background:url(../images/roundedbox_ru.gif) bottom right no-repeat;
}

.linksunten {
	background:url(../images/roundedbox_lu.gif) bottom left no-repeat;
}

#content {
    float: left;
    width: 480px;
    min-height: 625px;
    overflow: hidden;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding-top: 28px;
	/*padding-bottom: 60%;*/
	padding-left: 10px;
	padding-right: 10px;
}

#footer {
    border-top: 1px solid #999;
    clear: both;
    text-align: center;
}
#sidebar .inside, #sidebar-2 .inside {
    margin-bottom: 10px; /* Abstand zwischen Navigation und Bildern */
    padding: 1px;
}

#footer, .small, .createdate, .modifydate, .mosimage_caption {
    font: 0.8em Arial,Helvetica,sans-serif;
    color: #999;
}
.moduletable_menu {
    text-align: left;
    margin:0px;
	padding:20px 10px 20px 10px;
}
.moduletable_menu ul {
	list-style-type:none;
	margin: 0px;
	padding: 6px 0px;
}

.moduletable_menu ul li {
	padding:4px 0px 4px 0px;
	margin-left:0px;
	border-bottom:0px;
}
.moduletable_menu ul li a {
	padding:3px 10px 3px 20px;
	margin-left:0px;
	color: #000;
	text-align: left; }

.moduletable_menu h3 {
    display: none;
}

.moduletable_topmenu {
    margin: 0px;
	white-space: nowrap;
	padding:0px;
	width: 100%;
}

.moduletable_topmenu ul {
	text-align:center;
	list-style-type:none;
	margin:0px;
	padding:6px 0px;

}
.moduletable_topmenu ul li {
	display:inline;
	padding:6px 0px 6px 0px;
	margin-left:10px;
	border-bottom:0px;
}
.moduletable_topmenu ul li a {
	padding:6px 10px 6px 10px;
	margin-left:4px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.moduletable_topmenu h3 {
    display: none;
}

.contentheading {
	color: #32952c;
	font-size: 12px;
	font-weight: bold;
}

/* normale Links */

a {
font-family:verdana,arial,helvetica;
font-size:12px;
font-weight:normal;
font-weight:bold;
text-decoration:none;
color: #333333;
}
a:visited {
color:#364d6d;
}
a:hover {
background-color: #51b543;
font-weight:bold;
border: none;
color: #fff;
}
a:active {
color:#333333;
}