/*****************************/
/*          LINKS            */
/*****************************/
a {
	color: #656e2f;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
a:link {}
a:active {}
a:hover {
	color: #3f4113;
	background: none;
}
a:visited {}

a.bullet { /*  Bullet Grafiken f?r Links (zb Links-Modul) */
	margin-right: 10px;
	vertical-align: bottom;
}

a.image, a.image:hover {
	background: none;
}

/*****************************/
/*          BUTTONS          */
/*****************************/
div.buttons {
	text-align: center;
	clear: both;
	margin: 5px 0 0 0;
	font-size: 14px;
	/*border-top:solid 2px #596E99;*/
	padding-top: 10px;
}
div.buttons * {
	text-align: center;
}

input.submit, input.button, input.quicklink, button{
	font-weight: normal;
	margin: 0;
	padding: 2px;
	border: solid 1px #656e2f;
	/*#656e2f;*/
	display: inline;
	width: auto;
	height: auto;
	cursor: pointer;
	color:#656e2f;
	background:#fcf9f4;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	text-decoration: none;
}
input.button:hover, input.submit:hover, button:hover{
	background: #fcf9f4;
	color: #656e2f;
	border: dotted 1px #656e2f;
}

input.submit_reverse, input.button_reverse, button.reverse {
	border: none;

	margin: 2px;
	padding: 2px;
	background: #656e2f;
	color: #FFFFFF;
	font-size: 10px;
}
input.button_reverse:hover, input.submit_reverse:hover, button.reverse:hover {
	background: #656e2f;
	color: #3f4113;
}

/*****************************/
/*         QUICKLINKS        */
/*****************************/
div#quicklinks {
	margin: 0 auto 0 auto;
}
.quicklink {
	font-family: Verdana,Arial,sans-serif;
	padding: 0;
	margin: 1px;
	width: 110px;
	height: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #fcf9f4;
	background: #656e2f;
	float:left;
	font-size: 11px;
}
.quicklink:hover {
	color: #3f4113;
}
a.quicklink {
	color: #fcf9f4;
	padding: 2px;
	margin: 1px;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	width: 105px;
	height: 20px;
}

/*****************************/
/*      MAIN-NAVIGATION      */
/*****************************/
/* Main-Navigation */
div.menu {
	margin: 5px 0 0 10px;
}
div.menu_item {
	margin: 0px 10px 6px 0px;
	padding: 2px 5px 2px 5px;
	border: solid 0px #000000;
	border-left: solid 0px #000000;
	width: 140px;
	background: #656e2f;
	font-size: 14px;
	font-weight: normal;
}
div.menu_item:link {}
div.menu_item:visited {}
div.menu_item:hover {

}
div.menu_item:hover a.menuStandard { /* hoover-effect for link in menu_item-div */
	font-weight: normal;
}
.menu_item_empty {}
.menu_spacer {
	display: inline;
}
.menu_bullet {
	display: inline;
	width: 5px;
}
a.menuStandard {
	text-decoration: none;
	color: #EEEEEE;
	font-style: normal;
	font-weight: normal;
	background: transparent;
	font-family: Verdana,Arial,sans-serif;
}
a.menuStandard:hover {
	font-weight: normal;
	color: #111111;
	background: transparent;
	font-family: Verdana,Arial,sans-serif;/*Times,"Times New Roman",serif;*/
}
a.menuActive {
	text-decoration: none;
	font-weight: normal;
	color: #111111;
	font-style: normal;
	background: transparent;
	font-family: Verdana,Arial,sans-serif;
}

/* 2.-Ebene-Navigation */
div.menu_item_sub1 {
	margin: 0px 0 8px 0px;
	padding: 2px 0 2px 4px;
	border: solid 1px #3f4113;
	width: 146px;
/*	height: 50px;*/
	background: #8B000C;
	font-size: 14px;
	font-weight: normal;
}
div.menu_item_sub1:link {}
div.menu_item_sub1:visited {}
div.menu_item_sub1:hover {

}
div.menu_item_sub1:hover a.menuStandard { /* hoover-effect for link in menu_item-div */
	font-weight: normal;
}
.menu_item_sub1_empty {}
.menu_spacer_sub1 {
	display: inline;
}
.menu_bullet_sub1 {
	display: inline;
	width: 5px;
}
a.menuStandard_sub1 {
	text-decoration: none;
	color: #EEEEEE;
	font-style: normal;
	background: transparent;
	font-family: Verdana,Arial,sans-serif;
	font-weight: normal;
}
a.menuStandard_sub1:hover {
	font-weight: normal;
	color: #111111;
	background: transparent;
	font-family: Verdana,Arial,sans-serif;
}
a.menuActive_sub1 {
	text-decoration: none;
	font-weight: normal;
	color: #111111;
	font-style: normal;
	background: transparent;
	font-family: Verdana,Arial,sans-serif;
}


img.menu_spacer {
	margin: 0;
	padding: 0;
}
div#hotline {
	margin: 20px 0 0 5px;
	clear: left;
}
img#hotline_image {
	margin: 0;
	width: 100px;
	height: 100px;
}
