/* CSS Document */

html, body {
	min-height:100%;
	height:auto;
	height: 100%;
	margin:0;
	padding:0;
	background-color:#e2de83;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#305F0E;
}

.menue_left_active_a {
	display:block;
}

.menue_left_normal_a {
	display:block;
}

a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration:none;
	font-weight:bold;
	color:#320a03;
}

/* ONLINE SHOP */

.errormessage {
	color:#FF0000;
}


/* KONTAKT-FORMULAR */

div.csc-mailform-field label {
	display:block;
	float:left;
	margin-right:10px;
	width:160px;
}


div.csc-mailform-field {
	margin-top:15px;
}


div.csc-mailform-field input, div.csc-mailform-field textarea {
	width:250px;
}

input.csc-mailform-submit {
	margin-left:170px;
	width:150px !important;
}



/* MENU */

.navigation_all {
	padding-top:10px;
	text-align:left;
}

.menue_left_active, .menue_left_normal {
	margin-left:15px;
	background-repeat:no-repeat;
	height:27px;
	margin-bottom:2px;
	padding-top:2px;
	padding-left:15px;
	line-height:25px;
	font-size:13px;
}

.menue_left_normal {
	background-image:url(images/menu_button_normal.jpg);
}

.menue_left_active {
	background-image:url(images/menu_button_active.jpg);
}

div.menue_left_normal:hover {
	background-image:url(images/menu_button_active.jpg);
}


/* FLAGGEN */
.language_flags_all {
	clear:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px
}

.language_flag {
	float:left;
	padding-right:15px;

}

/* ÜBERSCHRIFTEN */
h1 {
	border-bottom:1px solid #BAD940;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	font-size:20px;
	text-align:left;
}

h2 {
	border-bottom:1px solid #BAD940;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-size:18px;
	text-align:left;
}

h3 {
	border-bottom:1px solid #BAD940;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-size:16px;
	text-align:left;
}

h4 {
	border-bottom:1px solid #BAD940;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-size:14px;
	text-align:left;
}

h5 {
	border-bottom:1px solid #BAD940;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-size:12px;
	text-align:left;
}


/* SEITENINHALT */
* html div.all {
	height: 100%; !important /* IE Hack */
}


.all {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	min-height:100%;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	width:932px;
}

.site_left {
	background-color:#BAD940;
	vertical-align:top;
	width:227px;
	float:left;
	text-align:center;
	min-height:100%;
	height: auto;
}

.site_middle {
	width:550px;
	float:left;
}

.site_middle_content {
	padding:10px;
	background-color:#FFFFFF;
	min-height:700px;
	height: auto;
	text-align:left;
}
/* SEITENINHALT */
* html div.all.site_middle_content {
	height: 700px; !important /* IE Hack */
}
.site_middle_header {
	height:130px;
}

.site_middle_footer {
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	height:24px;
}


.site_right {
	width:155px;
	float:left;
	min-height:100%;
	height: auto;
}

