/************************************************************* HTML TAGS */

body {
	background			: #FFFFFF;
	overflow-x			: hidden;
	/*background:  transparent url(/pics/layout/bg_body.gif) repeat-y bottom left;*/
}

a {
	margin: 0;
	padding: 0;
	color: #9fb627;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

/************************************************************* PAGE */

div.frame {
	width: 100%;
	padding: 0;
	text-align: center;}
div.page {
	margin: 0 auto;	position		: relative;
	width			: 930px;
	padding-right	: 10px;
	text-align		: left;
}
div.bg1, div.bg2, div.bg3, div.bg4 {
	width: 100%;
	margin: 0;
}
div.side-bg {
}
div.bg1 {
	background:  url(/pics/layout/image_1233059348906.jpeg) no-repeat scroll center 0;
	overflow: hidden;	
}
div.tailer {
	zoom: 100%;
}

/************************************************************* HEADER */

div.logo {
	position: relative;
	float: left;
}
p.logo {
	display: block;
	position: relative;
	width: 270px;
	background: url(/pics/layout/image_1233059348550.gif) no-repeat top left;
}
p.logo a {
	display: block;
	width: 270px;
	height:	 84px;
	text-decoration: none;
}
p.logo span {
	display: none;
}
.header-img {
	left			: 270px;
	width			: 662px;
	height			: 216px;
	background		: url(/pics/layout/image_1233100361886.png) no-repeat;
}

.header-reflex {
		position		: absolute;
	top				: 301px;
	left			: 260px;
	width			: 662px;
	height			: 59px;
	background		: url(/pics/layout/image_1233100254483.png) no-repeat;
	}

/************************************************************* HORIZONTAL MENU */

.date {
	float: left;
	width: 239px;
	height: 27px;
	color: #FFFFFF;
	padding: 3px 0 0 0;
	font-weight: 700;
	text-align: center;
	border-right: 1px solid #FFFFFF;
}
div.hmenu {
	height: 30px;
	color: #000000;
	font-size: 0.9em;
	text-align: right !IMPORTANT;
}
ul.hmenu1 {
	list-style-type: none;
}
li.hmenu1 {
	display: inline;
	float: left;
	padding: 1px 30px;
	border-right: 1px solid #5e5e5e;
}
li.hmenu1-last {
	display: inline;
	float: left;
	padding: 1px 8px 1px 30px;
	border-right: 0px solid #5e5e5e;
}

div.hmenu1 {
margin-top: 10px;
}

a.hmenu {
	display: block;
	float: left;
	height:	 15px;
	color: #5e5e5e;
	text-decoration: none;
	
}
a.hmenu:hover {
	text-decoration: none;
	color: #9fb627;
}
a.hmenu1 {
	
	
}
a.hmenu1:hover {
	text-decoration: none;
}
a.hmenu1-active {
	height: 15px;
	color: #9fb627;
	border-bottom: 2px solid #9fb627;
	padding-bottom: 3px;
		
}

/************************************************************* MAIN */

div.main {
	clear: both;
	min-height: 480px;
}
* html div.main {
	position: relative;
	height: 480px;
}

/************************************************************* BREADCRUMB */

div.breadcrumb {
	width: 100%;
	height:	0;
	margin: 0 auto 2px;
	visibility: hidden;
}
span.breadcrumb-infotext {
	display: none;
	float: left;
	padding: 3px 0;
	font-size: 0.75em;
}
div.breadcrumb UL {
	display: inline;
	list-style-type: none;
}
div.breadcrumb LI {
	display: inline;
	float: left;
}
li.breadcrumb span {
	font-size:0.7em;
}
a.breadcrumb {
	display: block;
	float: left;
	margin: 0;
	padding: 3px 10px 0px 2px;
	color: #9fb627;
	font-size: 0.70em;
	text-decoration: none;
}
a.breadcrumb:hover {
	color: #000000;
	text-decoration: none;
}
a.breadcrumb-choiced {
	color: #000000;
}
a.breadcrumb-choiced:hover {
	color: #9fb627;
}
a.breadcrumb-hassub {
	color: #9fb627;
}
a.breadcrumb-hassub:hover {
	color: #000000;
}

/************************************************************* VERTICAL MENU */

div.vmenu {
		float: left;
	width: 240px;
	margin: 0 -240px 0 0;
	padding-top: 0px;
	color: #5e5e5e;
	overflow: hidden;
	}
div.vmenu-workspace {
	margin:	0 0 10px 0;
	background:transparent url(/pics/layout/menu_line.png) no-repeat scroll 0 0;
	}
ul.vmenu1, ul.vmenu2, ul.vmenu3, ul.vmenu4 {
	list-style-type	: none;
	/*min-height: 220px;*/
}
li.vmenu1, li.vmenu2, li.vmenu3, li.vmenu4 {
	display: inline;
}

a.vmenu {
	display: block;
	margin: 0 0 1px;
	padding: 8px 5px 8px;
	color: #5e5e5e;
	font-size: 0.75em;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
}
a.vmenu:hover {
	color: #9fb627;
}
a.vmenu1 {
	background: url(/pics/layout/bt_sub_passiv.gif) no-repeat left 6px;
	padding: 5px 10px 5px 15px;
	color: #5e5e5e;
}
a.vmenu1-first{
	background: url(/pics/layout/bt_sub_passiv.gif) no-repeat left 9px;
	padding: 8px 10px 5px 15px;
}
a.vmenu1-first:hover{
	background: url(/pics/layout/bt_sub_active.gif) no-repeat left 9px !important;
}
.vmenu1-choiced a.vmenu1-first {
	background: url(/pics/layout/bt_sub_active.gif) no-repeat left 9px !important;
}
a.vmenu1:hover {
	text-decoration: none;
	background: url(/pics/layout/bt_sub_active.gif) no-repeat left 6px;
}
a.vmenu1-active {
	text-decoration: none;
	color: #9fb627;
	background: url(/pics/layout/bt_sub_active.gif) no-repeat left 6px;
}
a.vmenu2,a.vmenu3,a.vmenu4 {
	font-size: 0.7em;
}
a.vmenu2 {
	padding-left: 35px;
}
a.vmenu2:hover {
	
}
a.vmenu2-active {
	
}
a.vmenu3 {
	padding-left: 50px;
}
a.vmenu3:hover {
	
}
a.vmenu3-active {
	
}
a.vmenu4 {
	padding-left: 65px;
}
a.vmenu4:hover {
	
}
a.vmenu4-active {
	
}
div.suche	{
	height		: 22px;
	margin		: 16px 0 32px;
	background	: #9fb627;
	overflow	: hidden;
}
#suche-feld {
	height: 18px;
	width: 170px;
	padding: 2px 0 0;
	vertical-align: top;
	font-size: 0.8em;
}
#suche-btn {
	margin: 2px 0 0 3px;
}
.kunde-kontaktdaten {
	margin-top: 30px;
	padding: 0 5px 0 15px;
	font-size: 0.75em;	
}
.kunde-kontaktdaten em {
	display: block;
	margin-bottom: 10px;
	font: 400 normal 1.1em arial,sans-serif;
}
.kunde-kontaktdaten p {
	margin-bottom: 4px;
}
h3.menu-title {
	display: inline;
	color: #5e5e5e;
	font-size: 1.25em;
	font-weight: 300;

}
.vmenu-alternative{
	margin			: 0 0 8px 0;
}
*+ HTML .vmenu-alternative{
	margin			: 0 0 5px 0;
}
* HTML .vmenu-alternative{
	margin			: 0 0 5px 0;
}
/************************************************************* CONTAINER */

div.container {
	display: none;
	float: right;
	width: 0px;
	margin:	 15px 10px 0 0;
	text-align: left;
}
div.container-left {
	float: left;
	width: 0px;
}
div.container-right {
	float: right;
	width: 0px;
}
div.container-menu {
	width: 240px;
}
div.container-top {
	width: 0px;
}
div.container-bottom {
	width: 0px;
}
div.container-workspace {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}
div.container-headline {
	padding: 3px 5px;
	color: #5e5e5e;
	font-weight: 700;
	text-decoration: none;
	margin-bottom:1px;
	background: #9fb627;
	overflow: hidden;
}
div.container-content {
	padding: 3px 5px;
	color: #737665;
	background: #DEE595;
	font-size: 0.70em;
}
div.container-content a {
	color: #9fb627;
}
h3.container {
	display: inline;
	font-size: 0.75em;
	color: #9fb627;
}
img.border-image {
	float: left;
}
div.containerimage, bildcontainer {
	padding-bottom: 10px;
}

/************************************************************* CONTENT */

div.content {
	width: 660px;
	margin: 0 0px 0 240px;
	padding: 0px 0px 0 20px;
	text-align: left;
}
div.content-wrap {
	display: inline;
	float: left;
	width: 100%;
	margin:	 0px auto 10px;
	
}
div.content-workspace {
	margin:	0 auto 20px auto;
}
div.content-workspace ol, div.content-workspace ul, div.content-workspace li {
	margin-left: 17px;
}
div.content-workspace ol li, div.content-workspace ul li {
	margin-left: 0;
}
div.content-header {
	padding: 20px 0 0;
	color: #FFFFFF;
	text-align: left;
	font-weight: 300;
}
div.content-text {
	height: 100%;
	margin:	 0 0 10px;
	padding: 10px 0px 0;
	color: #3e3e40;
	text-align: left;
	font-size: 0.8em;
	line-height: 20px;
	
}
h3.content-title {
	display			: inline;
	color			: #5e5e5e;
	font-size		: 1.35em;
	font-weight		: 400;

}


/************************************************************* FOOTER */

div.footer {
	clear			: both;
	height			: 100%;
	margin			: 0;
	padding			: 3px 7px;
	font-size		: 0.75em;
	color			: #FFFFFF;
	text-align		: left;
	background		: #9FB627;
	overflow		: hidden;
	position		: relative;
}
.footer a {
	display			: block;
	float			: left;
	padding			: 2px 2px 2px 6px;
	color			: #FFF;
	font-size		: 1em;
	font-weight		: 700;
	text-decoration	: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: none;
}

.footer_inlay{
	width			: 930px;
	margin			: 0px auto;
}

div.sitemapNavi{
	float		: left;
	width		: 670px;
	padding		: 0 10px;
	text-align	: center;

}
* HTML div.sitemapNavi{
	width		: 670px;
}

/************************************************************* STANDARDS */

span.paging { color: #3e3e40; }
div.paging { 
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #D9DDE0; 
}
.border1 { border: 1px solid #000000; }
div.form-begin {
	border		: 1px solid #d9dde0;
	padding		: 0px !important;
	background	: #eeeeee;
	
}
.form-begin .width100 tbody{
#	float			: left;
	padding-left	: 30px;
}
.form-begin .width100{
	border			: 4px solid #FFFFFF ;
}
.form-begin textarea,.form-begin input[type="text"], .form-begin input[type="password"]{
	border		: 1px solid #d9dde0 !important;
}
* HTML input.text {
	border		: 1px solid #d9dde0 !important;
}

textarea, input.text { border: 1px solid #000000; }
input.button {
	color: #3e3e40;
	border: 1px outset #9fb627;
}
input[type="image"]{
	vertical-align			: top !important;
}
* HTML .center input{
	vertical-align			: top !important;
}
option {
	color: #3e3e40;
	background: #FFFFFF;
}
button {
	color: #3e3e40;
	border:	1px solid #000000;
}
fieldset {
	margin: 10px 0;
	padding: 5px 10px;
	border: 2px solid #000000;
}
legend {
	padding: 2px 10px;
	border: 1px solid #000000;
}
div.form-fieldset-inlay {
	padding: 3px 7px;
	background: #DEE595;
}
div.form-begin a {
	color:#9fb627 !important;
}

/************************************************************* MAGAZINE */

.trenner {
	
	clear: both;
	height: 0;
	margin: 8px 0;
	line-height: 0;
	font-size: 0;
	width: 100%;
	border-top: 1px solid #9fb627;
}
.galerie-intro-table{
	width		: 100%;
}
div.title_list{
	margin		: 20px 0 0;
	float		: left;
}
div.more_articles{
	margin		: 0px 0 0;
	float		: left;
}
div.teaser_top_news{
	height				: 100%;
	width				: 49%;
	background			: url(/pics/layout/bg_top_news.gif) repeat-x top left;
}

div.magazinetext+br {
	display			: none; 
}

.magazinesubtitle {
	font-size:		0.90em;
	font-style:		italic;
}
div.nl_contr{
		background			: #fff url(/pics/layout/bg_newsletter.gif) no-repeat center center;
		height				: 196px;
		border				: 1px solid #dadee0;
		margin				: 0 auto;
		padding				: 4px; 
		
}
div.nl_contr2{
		background			: url(/pics/layout/news.gif) no-repeat left 10px;
		position			: relative;
}
.feld{
		padding				: 137px 0 6px;
}
#nl_cont_submit{
		text-algin			: right;
		padding-right		: 5px; 
}
#nl_cont_mail{
		border				: 1px solid #676b74 !important;
}
* HTML #nl_cont_mail{
		padding				: 4px 3px;
}
