/* CSS Document */

body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
        scrollbar-base-color:#EBEBEB; 
        scrollbar-track-color:#EBEBEB;
        scrollbar-face-color:#B1BEC6;
        scrollbar-highlight-color:#B1BEC6;
        scrollbar-3d-light-color:#B1BEC6;
        scrollbar-dark-shadow-color:#B1BEC6;
        scrollbar-shadow-color:#B1BEC6;
        scrollbar-arrow-color:#ffffff;
}


td {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #000000;
}


topmenu {font-size: 11px;
color: #CCCCCC;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;}

a.topmenu:link, a.topmenu:visited {font-size: 11px;
color: #CCCCCC;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;}

a.topmenu:hover {font-size: 11px;
color: #FFFFFF;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;}



.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}



.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}




/* mambo core stuff */
a:link, a:visited {
	color: #205F41; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #C43C03;	text-decoration: none;
	font-weight: bold;
}





.button {
  color: #205F41;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px solid #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

/* Überschrift - Content */
.contentheading {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #295A33;
	border-bottom-color: #295A33;	
	white-space: nowrap;
}

.componentheading{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #295A33;
	border-bottom-color: #295A33;	
	white-space: nowrap;
}
.contentpagetitle {
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.moduletableusermenu {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletableusermenu th {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

table.moduletableusermenu td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.moduletable {
	width: 100%;
	*/*margin-bottom: 5px*/;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}



#active_menu {
	color:#C43C03;
	font-weight: bold;
}

/* Hauptnavigation - Punkte */
a.mainlevel:link, a.mainlevel:visited {
	font-size: 13px;
	color: #205F41;
	text-decoration: none;
}

a.mainlevel:hover {
	font-size: 13px;
	color: #C43C03;
	text-decoration: none;
}

/* Sub-Navigation */
a.sublevel:link, a.sublevel:visited {
	padding-left: 0px;
	vertical-align: middle;
	font-size: 11px;
    font-weight: normal;
    /*padding-top: 15px;
    padding-right: 10px;*/
	color: #205F41;
	text-align: left;
}

a.sublevel:hover {
	color: #C43C03;
	text-decoration: none;
}

/* Benutzermenü */
a.mainlevelusermenu:link, a.mainlevelusermenu:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevelusermenu:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #333333;
}

.navNewLine {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #215F42;
}

.navLeftLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #215F42;
}
.BottomLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #215F42;
}
.tblSpaceGeneral {
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;

}

.tblbottom {
	padding-left: 20px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #215F42;
	border-left-color: #ffffff;
	border-right-color: #215F42;
	border-bottom-color: #215F42;
	background-color: #FCB715;
}
.tblheadbg {
	background-color: #FCB715;
}



.bgGreen{
	height: 3px;
	background-color:#295A33;
}
.bgMesseStartseite{
	color:#FFFFFF;
	background-color:#295A33;
	text-align: center;
}
.newsfacts{
	color:#FFFFFF;
	background-color:#295A33;
	text-align: left;
	width:500px;
}
.content_table{
	width:100%;
}
input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; BACKGROUND-COLOR: #FFFFFF; BORDER-BOTTOM-STYLE: groove; BORDER-BOTTOM-WIDTH: 1pt; BORDER-LEFT-STYLE: groove; BORDER-LEFT-WIDTH: 1pt; BORDER-RIGHT-STYLE: groove; BORDER-RIGHT-WIDTH: 1pt; BORDER-TOP-STYLE: groove; BORDER-TOP-WIDTH: 1pt; BORDER-COLOR=#295A33 }
textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; BACKGROUND-COLOR: #FFFFFF; BORDER-BOTTOM-STYLE: groove; BORDER-BOTTOM-WIDTH: 1pt; BORDER-LEFT-STYLE: groove; BORDER-LEFT-WIDTH: 1pt; BORDER-RIGHT-STYLE: groove; BORDER-RIGHT-WIDTH: 1pt; BORDER-TOP-STYLE: groove; BORDER-TOP-WIDTH: 1pt; BORDER-COLOR=#295A33 }
select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; BACKGROUND-COLOR: #FFFFFF; BORDER-BOTTOM-STYLE: groove; BORDER-BOTTOM-WIDTH: 1pt; BORDER-LEFT-STYLE: groove; BORDER-LEFT-WIDTH: 1pt; BORDER-RIGHT-STYLE: groove; BORDER-RIGHT-WIDTH: 1pt; BORDER-TOP-STYLE: groove; BORDER-TOP-WIDTH: 1pt; BORDER-COLOR=#295A33 }
input:focus { background-color: #F4F4F4; }

hr{
	height:1px;
	color:#295A33;
	border: dashed;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px;
}

.bildunterschrift{
font-size:10px;
}

.ueberschrift2 {
	color: #205F41;
	font-weight: bold;
}
