/************************************************************* HTML TAGS */
html {}
*{	font-family		: Trebuchet MS,Arial,Verdana !important;}
body { background	:	#f5f8f2 url(/pics/layout/image_1257844632587.gif) repeat-x top left; }

a {
	margin			: 0;
	padding			: 0;
	color			:#5b8729;
	text-decoration	: none;
}

a:hover { 
	text-decoration : underline; }

img { border		: 0; }


/************************************************************* PAGE */
div.frame {
	width			: 100%;
	padding			: 0px 0;
	text-align: center;	margin: 0 auto;}
div.page {
	margin: 0 auto;	width			: 961px;
	text-align		: left;
	background		: #FFFFFF url(/pics/layout/bg_bg1.gif) repeat-y top left;
}
div.bg1, div.bg2, div.bg3, div.bg4 {
	width			: 100%;
	margin			: 0;
}
div.bg1{
	margin: 0 auto;	width			: 937px;
}

div.side-bg {
	z-index			: 999;
	position		: absolute;
	top				: 219px;
	left			: 971px;
}

div.side-bg-top {
	position		: absolute;
	left			: 0px;
	top 			: 0px;
	z-index			: 99999;
}
/* tl: IE 5.5 Hack von dkr, damit IE HasLayout bekommt, hier könnte inline-block ausreichen? Validiert nicht! */
div.tailer { zoom	: 100%; }


/************************************************************* HEADER */
div.header { 
	position		: relative;
	background		: #9ec565; 
}

div.logo {
	position		: relative;
	float			: none;
}
p.logo {
	display			: block;
	background		: url(/pics/layout/image_1260454791790.gif) no-repeat top left;
	position		: absolute;
	top				: 8px;
	left			: 31px;
	z-index			: 999;	
}
p.logo a {
	display			: block;
	width			: 80px;
	height			: 74px;
	text-decoration	: none;
}

p.logo span { 
	display			: none; 
}

.header-img {
	width			: 935px;
	height			: 219px;
	border			: 1px solid #629128;
	border-top		: none;
}
/************************************************************* HORIZONTAL MENU */
div.hmenu {
	clear			: both;
	color			: #494949;
	font-size		: 0.75em;
	text-align		: center;
	background		: #9ec565;
}
div.hmenu#hmenu1 {
	top				: 0px;
	right			: 0px;
	z-index			: 99;	
	position		: absolute;
	border			: none;
	background		: none;
}
div.hmenu-workspace {
	display			: block;
	padding			: 5px 0px;
}

ul.hmenu1 { 
	list-style-type	: none; 
}

li.hmenu1 {
	display			: inline;
	float			: left;
}
a.hmenu {
	display			: block;
	float			: left;
	padding			: 2px 7px;
	color			: #494949;
	font-size		: 0.95em;
	text-decoration	: none;
}
a.hmenu:hover {
	color			: #494949;
	text-decoration	: none;
}
a.hmenu1 {
	padding			: 0px 7px;
	font-weight		: 400;
}
a.hmenu1:hover {
	text-decoration : none;
}
a.hmenu1-active {
	color			: #494949;
}

div.language{
	float			: left;
	margin			: 0 0px;
	padding			: 2px 0px;
}
div.meta-navi{
	float			: left;
	margin			: 0 18px;
}
h3.language{
	font-weight		: 400;	
	font-size		: 0.95em;
}
/************************************************************* MAIN */
div.main {
	clear			: both;
	min-height		: 480px;
	text-align		: center;
}

* html div.main {
	height			: 480px;
	position		: relative;
}


/************************************************************* BREADCRUMB */
div.breadcrumb {
	width			: 100%;
	margin			: 2px auto 2px;
	float			: left;
}
div.hmenu#hmenu2 {
	height			: 30px;
}
span.breadcrumb-infotext {
	display			: block;
	float			: left;
	padding			: 3px 0px 3px 11px;
	font-size		: 1em;
	color			:#FFFFFF;
}
div.breadcrumb UL {
	display			: inline;
	list-style-type	: none;
}
div.breadcrumb LI {
	display			: inline;
	float			: left;
}
a.breadcrumb {
	display			: block;
	float			: left;
	margin			: 0;
	padding			: 3px 10px;
	color			: #FFFFFF;
	font-size		: 1em;
	text-decoration	: underline;
	background		: transparent url(/pics/layout/breadcrump_pfeil.gif) no-repeat right 9px;
}
a.breadcrumb:hover {
	color			: #FFFFFF;
	text-decoration	: none;
}
a.breadcrumb-choiced{
	text-decoration	: none;
}

/************************************************************* VERTICAL MENU */
div.vmenu {
		float			: left;
	width			: 224px;
	margin			: 0 -224px 5px 0;
	overflow		: hidden;
}

div.vmenu-workspace {
	border			: 1px solid #629128; 
	margin:	0 0 10px 0; 
}

ul.vmenu1, ul.vmenu2, ul.vmenu3, ul.vmenu4 { list-style-type:	none; }

li.vmenu1, li.vmenu2, li.vmenu3, li.vmenu4 { 
	display		: inline; 
}

a.vmenu {
	display			: block;
	margin			: 0px;
	padding			: 4px 5px 2px;
	color			: #629128;
	font-size		: 0.75em;
	text-align		: left;
	text-decoration	: none;
	background-image: url(/pics/layout/bg_vmenu.gif);
	background-repeat : no-repeat;
	background-position	: 0px 0px;
}

a.vmenu:hover { color:	#629128; }

a.vmenu1 {
	padding			: 4px 2px 2px 18px;
	font-weight		: 700;
	color			: #FFFFFF;
	background-image: url(/pics/layout/bg_vmenu.gif);
	background-repeat : no-repeat;
	background-position	: 0px 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	a.vmenu1 { 
		padding			: 4px 0 5px 18px;
	}
}
a.vmenu1:hover { 
	color			: #FFFFFF;
	text-decoration	:	none; 
}

a.vmenu1-active {
	padding			: 4px 2px 2px 18px;
}
a.vmenu2 {
	padding			: 3px 0 3px 28px;
	color			: #629128; 
	font-size		: 0.70em;
	font-weight		: 400;
	background-position	: 0px -78px;
}

a.vmenu2:hover { 
	color			: #629128;
	font-weight		: 700;
	text-decoration	:	underline; 
	background-position	: 0px -78px; 
}

a.vmenu2-active {
	font-size		: 0.70em;
	font-weight		: 700;
	color			: #629128;
	background-position	: 0px -78px;
}
a.vmenu3 {
	padding			: 4px 2px 2px 38px;
	color			: #FFFFFF;
	font-size		: 0.70em;
	font-weight		: 400;
	background-position	: 0 -318px;
}

a.vmenu3:hover { 
	color			: #FFFFFF;
	font-weight		: 700;
	text-decoration	:	underline;
	background-position	: 0 -318px;
 }

a.vmenu3-active {
	font-size		: 0.70em;
	font-weight		: 700;
	color			: #FFFFFF;
	background-position	: 0 -318px;
}
a.vmenu4 {
	padding			: 4px 2px 2px 38px;
	color			: #FFFFFF;
	font-size		: 0.70em;
	font-weight		: 400;
	background-position	:0 -318px;
}

a.vmenu4:hover { 
	font-weight		: 700;
	text-decoration	:	underline;
	background-position	:0 -318px;
}

a.vmenu4-active {
	font-size		: 0.70em;
	font-weight		: 700;
	background-position	: 0 -318px;
}


/************************************************************* CONTAINER */
div.container {
		float			: right;
	width			: 167px;
	margin			: 0 0px 5px -167px;
	text-align		: left;
}
div.container-left {
	float			: left;
	width			: 0px;
}
div.container-right {
	float			: right;
	width			: 167px;
}

div.container-menu { width:	224px; }

div.container-top { width:	0px; }

div.container-bottom { width:	0px; }

div.container-workspace {
	float			: left;
	width			: 165px;
	border			: 1px solid #629128;
	margin			: 0 0 8px 0;
	background		: #FFFFFF;
}
div.container-headline {
	padding			: 3px 0 3px 0px;
	color			: #FFFFFF;
	font-weight		: 700;
	text-align		: left;
	text-decoration	: none;
	overflow		: hidden;
	border-bottom	: 1px solid #FFFFFF;
	background		: url(/pics/layout/bg_ct_headline.gif) repeat-x top left;
}
div.container-content-between{
	text-decoration	: none;
	padding			: 3px 0 0;
	background		: url(/pics/layout/bg_ct_content.gif) repeat-y top left;
}
div.container-content {
	padding			: 3px 5px;
	color			: #494949;
	font-size		: 0.70em;
	background		: #FFFFFF;
}

div.container-content a { color:	#5b8729; }

h3.container {
	display			: inline;
	font-size		: 0.75em;
	color			: #FFFFFF;
	font-weight		: 700;
	padding			: 0px 0 0px 15px;
}

img.border-image { float:	left; }

div.container-content div.containerimage{
	margin			: 0px auto;
}
div.containerimage{
	margin			: 0 0 8px 0;
}
div.container-menu div.container-workspace{
	float			: none;
	margin			: 0 auto 8px;
}
/************************************************************* CONTENT */
div.content {
	width			: 536px;
	margin			: 0 167px 0 224px;
	padding			: 0 5px 5px 5px;
	text-align		: left;
	background		: #9ec565;
}
* HTML div.content {
	width			: 533px;
}

div.content-wrap {
	float			: left;
	margin			: 0 auto;
			width			: 536px;
	}
* HTML div.content-wrap {
			width			: 531px;
		overflow			: hidden;
}
div.content-workspace { 
	margin:	0 auto 5px auto; 
			padding			: 15px;
		border			: 1px solid #629128;
		background		: #FFFFFF;
	}
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			: 0px 0px 15px;
	color			: #f5f8f2;
	text-align		: left;
	font-weight		: 700;
}
div.content-text {
	height			: 100%;
	margin			: 0 0 5px;
	color			: #494949;
	text-align		: left;
	font-size		: 0.80em;
}
h3.content-title {
	display			: inline;
	color			: #494949;
	font-size		: 1em;
	font-weight		: 700;
}


/************************************************************* FOOTER */
div.footer {
	clear			: both;
	padding			: 3px 7px;
	font-size		: 0.75em;
	color			: #FFFFFF;
	margin			: 0 auto;
	text-align		: center;
	background		: url(/pics/layout/bg_footer.gif) repeat-x top left;
}

.footer a {
	display			: inline;
	padding			: 0px 1px;
	color			: #FFFFFF;
	font-size		: 0.95em;
	font-weight		: 400;
	text-decoration	: none;
}

.footer a:hover {
	color			: #FFFFFF;
	text-decoration	: none;
}

/************************************************************* STANDARDS */
div.paging-inlay{
	text-align		: center;
	height			: 18px;
}

span.paging { color	:	#FFFFFF; padding: 3px; }

.paging { background:	#9ec565; }

span.site-of-pager{
	padding-right	: 8px;
}

span.jump-to-pager{
	padding-left	: 8px;
}

span.backlink-pager a, span.forlink-pager a{
	vertical-align	: middle;
}

input.jump-to-pager{
	margin-top		: -2px;	
	text-align		: center;
	width			: 25px;	
	padding			: 0px !important;
}

input.submit-pager{
	height			: 20px;
	vertical-align	: top;
}

.border1 { border:	1px solid #9ec565; }

div.form-begin {
	border			: 1px solid #9ec565;
}
div.form-begin .formtext{
	color			: #494949 !Important;
}
a.sitemap{
	color			: #494949 !important;
}
textarea, input.text { border:	1px solid #9ec565; }

input.button {
	color			: #494949;
	border			: 1px outset #629128;
}
option {
	color			: #494949;
	background		: #FFFFFF;
}
button {
	color			: #494949;
	border			: 1px solid #9ec565;
}
fieldset {
	margin			: 10px 0;
	padding			: 5px 10px;
	border			: 2px solid #9ec565;
}

legend {
	padding			: 2px 10px;
	border			: 1px solid #9ec565;
}

div.form-fieldset-inlay {
	padding			: 3px 7px;
	background		: #629128;
}

#submit_kontakt_form{
	border			: 0px !important;
	margin-top		: 0px;
}

* HTML #submit_kontakt_form{
	border			: 0px !important;
	margin-top		: 1px;
}


/*************************************************************TAB-Container */

.tab-container {
  	width			: 100%;
  	background		: #FFFFFF;
  	margin-bottom	: 16px;
}
 
.tab {
  	border			: 1px solid #629128;
  	border-bottom	: 0px;
  	cursor			: pointer;
  	float			: left;
  	height			: 15px;
  	margin-right	: 6px;
  	padding			: 4px;
  	text-align		: center;

}

.tab-active{
  	border			: 1px solid #629128;
 	border-bottom	: 0px;
  	cursor			: pointer;
  	float			: left;
  	height			: 15px;
  	margin-right	: 6px;
  	padding			: 4px;
  	text-align		: center;
  	background		: #9ec565;		
}
 
#tab-content {
  	clear			: both;
  	padding			: 5px;
}
#around-content {
  	border			: 1px solid #629128;
  	clear			: both;
}

#around-content .container-workspace .container-headline{
	display			: none;
}

#around-content .container-workspace {
	font-size		: 1.4em;
}

.tab-left{	
	float			: left;
}

.tab-right{
	float			: left;
}

a.magazinmehr{
	text-decoration:underline !important;
}
.container-content div.liste{
	margin-top		: -15px;
}

* HTML #suche_input_text{
	width		: 146px !important;
	height		: 22px !important;		
	padding		: 3px 2px 0px !important;		
}

div.float-left{
	float		: left;
}
div.float-right{
	float		: right;
}

br.freespace {
	clear		: both;
}