/* Top Menu */

#navright ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
#navright ul li {
	display:inline;
	font-weight:bold;
	line-height: 30px;
	text-transform:uppercase;
}
#navright ul li a {
	display:block;
	float:left;
	height: 30px;
	padding:0 15px 0 0;
	margin-top: 3px;
	font-size: 1.1em;
	color:#ffffff;
}
#navright ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}
#navright ul li a span {
	display: block;
	float: left;
	height: 25px;
	padding:0 0 0 15px;
}
#navright ul li a#active_menu-nav, #navright ul li a#active_menu, #navright ul li a#active, 
#navright ul li#current.active a {
	color: #759e1a;
	height:35px;
	margin-top: 0px;
	background: url(../images/menu_active.png) no-repeat right top;
}
#navright ul li a#active_menu-nav span, #navright ul li a#active_menu span, #navright ul li a#active, 
#navright ul li#current.active a span  {
	height:30px;
	padding-top: 5px;
	background: url(../images/menu_active.png) no-repeat left top;
}

#navright ul ul {
	display: none;
}

/* Rechte Spalte (rightcol) */

/* Moduletable */

#rightcol .moduletable, #rightcol .moduletable_menu, #rightcol .moduletable_text {
	width: 249px;
	padding: 11px 25px 11px 15px;
	background: transparent url(../images/modulbottom.png) repeat-x bottom left;
}
#rightcol .moduletable_menu, #rightcol .moduletable_text {
	background: transparent url(../images/modulbottom.png) repeat-x bottom left;
}
/* Search */
input#mod_search_searchword {
	background: url(../images/search_bg.gif) no-repeat;
	border:0px;
	display:block;
	float:left;
	font-size:15px;
	height:20px;
	padding:2px 2px 2px 25px;
	width:148px;
	color:#c2d730;
	font-weight:bold;
}
.searchbutton {
}
.searchbutton:hover {
}/* Mainmenu */

#rightcol h3 {
	font-size: 1.3em;
	padding: 0px 0px 7px 0px;
}
#rightcol ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px;
}
#rightcol ul li {
	margin: 0px 0px 1px 0px;
}
#rightcol ul li a {
	display: block;
	padding: 4px 5px 4px 5px;
	text-decoration: none;
	border-bottom: 1px solid #d5e5ab;
}
#rightcol ul li a:hover {
	background: #759e1a;
	color: #FFFFFF;
	border-right: 4px solid #a4d426;
	border-bottom: 1px solid #a4d426;
}
#rightcol ul li#current.active a {
	font-weight: bold;
}
#rightcol ul ul {
	padding: 0px;
}
#rightcol ul ul li a {
	padding: 4px 5px 4px 25px;
}
#rightcol ul li#current.active li a {
	font-weight: normal;
}
/* Login */
form.form-login {
	padding: 0px;
}
form.form-login fieldset {
	padding: 0px;
	margin: 0px;
	border: 0 none;
	width: 244px;
	background: url(../images/mod_login_bg.png) no-repeat bottom right;
}
form.form-login label {
	font-size: 0.9em;
}
input#mod_login_username, input#mod_login_password {
	border: 1px solid #759F19;
	display: block;
	height: 15px;
	padding: 4px 4px 4px 23px;
	width: 119px;
	color: #333333;
	font-size: 14px;
	margin-bottom: 3px;
}
input#mod_login_username {
	background: url(../images/username_bg.png) no-repeat;
}
input#mod_login_password {
	background: url(../images/pass_bg.png) no-repeat;
}
.modloginbutton {
	margin: 5px 10px 5px 0px;
	background: url(../images/enter.png) no-repeat;
	height: 20px;
	width: 20px;
	border: 0 none;
	cursor: pointer;
}
form.form-login p {
	margin: 5px 0px 0px 0px;
}
/* Polls */

form.poll {
	padding: 0px 0px 10px 0px;
}

.moduletable h4 {
	color: #759e1a;
}

form.poll fieldset {
	border: 0px none;
	padding: 5px 0px 10px 0px;
	margin: 0px;
}
form.poll fieldset label {
	padding:0px 0px 0px 4px;
}
form.poll .button {
	background: url(../images/button_bg.png) no-repeat 0px 0px;
	border: 0 none;
	height: 25px;
	width: 100px;
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	float: left;
	margin: 0px;
	padding: 0px 0px 4px 0px;
}


form.poll .button:hover, form.poll a:hover, form.poll a:active, form.poll a:focus {
	background: url(../images/button_bg.png) no-repeat 0px -25px;
	text-decoration: none;
}
form.poll .button:active, form.poll a:active {
	border: 1px solid #1d5b7d;
}
form.poll a {
	background: url(../images/button_bg.png) no-repeat 0px 0px;
	border: 0 none;
	height: 16px;
	width: 100px;
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px 4px 0px;
	float: left;
	margin-left: 10px;
	text-align: center;
}
/* Bottom */

#bottom1 a, #bottom2 a, #bottom3 a {
	color: #a4d426;
}
#bottom1 ul, #bottom2 ul, #bottom3 ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px;
}
#bottom1 ul li, #bottom2 ul li, #bottom3 ul li {
	margin: 0px 0px 1px 0px;
	padding: 4px 5px 4px 0px;
	border-bottom: 1px solid #5b7b15;
}
#bottom1 ul li a, #bottom2 ul li a, #bottom3 ul li a {
	text-decoration: none;
	color: #ffffff;
}
#bottom1 ul li a:hover, #bottom2 ul li a:hover, #bottom3 ul li a:hover {
	text-decoration: underline;
}
#bottom1 ul li#current.active a, #bottom2 ul li#current.active a, #bottom3 ul li#current.active a {
	font-weight: bold;
}
#bottom1 ul ul, #bottom2 ul ul, #bottom3 ul ul {
	padding: 0px;
}
#bottom1 ul ul li a, #bottom2 ul ul li a, #bottom3 ul ul li a {
	padding: 4px 5px 4px 30px;
}
#bottom1 ul li#current.active li a, #bottom2 ul li#current.active li a, #bottom3 ul li#current.active li a {
	font-weight: normal;
}
#bottom1 h3, #bottom2 h3, #bottom3 h3 {
	color: #A4D426;
	padding: 5px 0px 10px 0px;
}