@charset "utf-8";
#pageBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/page_bgr.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #999999;
}
#pageContainer {
	padding: 0px;
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/content_bgr.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#pageHeader {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 132px;
	width: 900px;
}
#mainMenu {
	height: 24px;
	padding-right: 30px;
	padding-left: 30px;
}
#mainMenu ul {
	list-style-type: none;
	font-size: 0.92em;
	font-weight: bold;
	color: #BFD776;
	margin: 0px;
	padding: 0px;
	height: 27px;
	overflow: hidden;
}
#mainMenu li {
	display:block;
	float: left;
	height: 27px;
}
#mainMenu li a {
	display:block;
	float: left;
	height: 15px;
	padding-top: 6px;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 6px;
}

#mainMenu li a:link, #mainMenu li a:visited, #mainMenu li a:active {
	color: #BFD776;
	text-decoration:none;
}
#mainMenu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#mainMenu li.active {
	background-image: url(images/mainmenu_active_bgr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainMenu li.active a {
	background-image: url(images/mainmenu_active_bgr_end.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#mainMenu li.active a:link, #mainMenu li.active a:visited, #mainMenu li.active a:active, #mainMenu li.active a:hover {
	color: #000000;
}

#addMenu {
	height: 20px;
	text-align: right;
	margin-right: 30px;
	margin-top: 80px;
	font-size: 0.75em;
	color: #FFFFFF;
	float: right;
	margin-bottom: 5px;
	width: 460px;
	display: inline;
}
#pageContent {
	background-image: url(images/content_bgr_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: 880px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.subMenu {
	padding: 0px;
	list-style-type: none;
	font-size: 0.84em;
	line-height: 1.3em;
	margin: 0px;
}
.subMenu li {
	border: 1px solid #999999;
	display: block;
	margin-bottom: 2px;
	
}
.subMenu a {
	width: 140px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	text-decoration: none;
	padding: 6px 3px 6px 3px;
	display: block;
	border: 1px solid #FFFFFF;
	background-image: url(images/submenu_buttons.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.subMenu a:link, .subMenu a:visited, .subMenu a:active {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	background-position: 0px 0px;

}
.subMenu a:hover {
	color: #000000;
	background-position: 0px -44px;
	border-color: #CBDC98;
	text-decoration: none;
}
.subMenu li.active a:link, .subMenu li.active a:visited, .subMenu li.active a:active, .subMenu li.active a:hover {
	background-position: 0px -88px;
	border-color: #ABC659;
	color: #FFFFFF;
	font-weight: bold;
}
.subMenu li.buttonInfoBoxLeft {
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

.subMenu li.buttonInfoBoxLeft a {
	color: #000000;
	width: 126px;
	text-align: center;
}
.subMenu li.buttonInfoBoxLeft a:hover {
	color: #000000;
}

#pageFooter {
	background-image: url(images/footer_bgr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	font-size: 0.84em;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	color: #666666;
	margin-top: 2em;
}
#pageContent #leftColumn {
	padding: 0px;
	float: left;
	width: 160px;
	margin-left: 10px;
	display: inline;
}
#pageContent #leftColumn .contentPadding {
	padding: 5px;
}
.infoBox {
	border: 1px solid #999999;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 1px;
	width: 186px;
}
.widthLeftColumn {
	width: 146px;
}
.infoBox h3 a {
	color: #BFD776;
	text-decoration: none;
}
.infoBox h3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.infoBox .infoBoxBgr {
	background-image: url(images/infobox_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	margin: 0px;
}
.infoBox h3 {
	color: #FFFFFF;
	background-image: url(images/infobox_header_bgr.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	background-color: #000000;
	font-size: 0.84em;
	font-weight: bold;
	margin: 0px;
}
.infoBox p {
	font-size: 0.84em;
	line-height: 1.3em;
}
.infoBox .infoBoxPadding {
	padding: 5px;
}


#pageContent #mainColumn {
	padding: 0px;
	float: left;
	width: 480px;
	margin-left: 10px;
	display: inline;
}
#pageContent #mainColumn .contentPadding {
	padding: 10px;
}
#pageContent #mainColumn p {
	margin: 0px;
	padding: 0 0 1em 0;
}
#pageContent #rightColumn {
	padding: 5px;
	float: right;
	width: 190px;
	margin-right: 10px;
	display: inline;
}






#addMenu a {
	color: #FFFFFF;
	font-weight: normal;
}

/* Standard Tags */
a {
	color: #7A9D13;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color: #7A9D13;
	text-decoration:underline;
}

h1, h2, h3, h4, h5 {
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 1.3em;
	font-weight:normal;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #7A9D13;
	font-weight: normal;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	padding-bottom: 0.2em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7A9D13;
	border-right-color: #7A9D13;
	border-bottom-color: #7A9D13;
	border-left-color: #7A9D13;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-size: 0.92em;
	font-weight: bold;
	margin-bottom: 0em;
	color: #666666;
}

p, table, form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formCell {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline;
}
.formError {
	background-color: #FFBBA4;
	padding: 2px 1px 2px 1px;
	border: 1px solid #CC3300;
}

.formCell  p {
	font-size: 0.84em;
	line-height: 1.3em;
}
.formTiny {
	width: 60px;
}


.formSmall {
	width: 145px;
}
.formSeperator {
	clear: both;
	height: 1em;
}
.smallFont {
	font-size: 0.84em;
	line-height: 1.3em;
}

.formMedium {
	width: 215px;
}
.formMediumHalf {
	width: 102px;
}

.formBig {
	width: 320px;
}
.formFull {
	width: 440px;
}

.formLeftColumn {
	width: 132px;
}
.formOutputOnly {
	background-color: #F5F5F5;
	padding: 2px 1px 1px 1px;
	border: 1px solid #CCCCCC;
	display: block;
}
.messageBox {
	background-color: #D1E29C;
	padding: 1em;
	border: 1px solid #7C9E13;
	margin-bottom: 1em;
}
.messageBoxError {
	background-color: #FFBBA4;
	padding: 1em;
	border: 1px solid #CC3300;
	margin-bottom: 1em;
}
.buttonStandard {
	height: 26px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-top: 0.5em;
}
.buttonStandard a:link, .buttonStandard a:visited, .buttonStandard a:active {
	font-size: 0.84em;
	font-weight: normal;
	color: #000000;
	display: block;
	height: 21px;
	padding-top: 5px;
	text-align: center;
	background-image: url(images/submenu_buttons.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.buttonStandard input {
	background-position: 0px 0px;
	background-image: url(images/submenu_buttons.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	width: 100%;
	height: 26px;
	vertical-align:middle;
	cursor: pointer;
	border: 0px solid #FFFFFF;
	margin: 0px;
}
.buttonStandard input:hover {
	border-color: #CBDC98;
	background-position: 0px -44px;
}
.buttonStandard a:hover {
	border-color: #CBDC98;
	text-decoration:none;
	background-position: 0px -44px;
}
.loginMessage {
	margin-top: 0.5em;
}
.loginMessageError {
	margin-top: 0.5em;
	color: #CC3300;	
}
.errorFieldInfo {
	color: #CC3300;
}

table.kontaktFormular {

}
table.kontaktFormular td {
	padding-right: 4px;
	padding-bottom: 2px;
}
.buttonPlusMinus {
	margin-bottom: -3px;
}
table.tableStandard {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F1F1F1;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #F1F1F1;
}
table.tableStandard td, table.tableStandard th {
	text-align: left;
	vertical-align: top;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F6F6F6;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #F6F6F6;
	background-color: #E6E6E6;
	background-image: url(images/table_standard_row_bgr.jpg);
	background-repeat: repeat-x;
}
.tableStandard th a {
	background-image: url(images/list_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	display: block;
	padding-left: 12px;
}
.tableStandard tr.dark th, .tableStandard tr.dark td {
	color: #FFFFFF;
	background-image: url(images/table_standard_row_bgr_2.jpg);
}
.imageBorder {
	border: 1px solid #CCCCCC;
}
.infoBox .imageBorder {
	border: 1px solid #999999;
}
.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.infoBox .floatLeft {
	margin-right: 8px;
	margin-bottom: 5px;
	margin-top: 3px;
}
.floatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.infoBox .floatRight {
	margin-left: 8px;
	margin-bottom: 5px;
	margin-top: 3px;
}

.boxOverview {

}
.underline {
	margin-bottom: 0.5em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-bottom: 0.5em;
}
.aktionsartikel {
	border: 1px solid #A6C83A;
	margin-bottom: 1em;
}
.aktionsartikel .menge {
	background-color: #B1C86B;
	background-image: url(images/bgr_green.jpg);
	background-repeat: repeat-x;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}

.aktionsartikel .contentPadding {
	padding: 10px;
}
.aktionsartikel h3 {

}
.aktionsartikel h4 {
	margin-bottom: 0.5em;
}
.aktionsartikel p, .aktionsartikel ul {

}
.boxMitarbeiter {
	width: 225px;
	font-size: 0.84em;
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.boxMitarbeiter .kopf {
	margin: 0 0 0.5em 0;
}
.boxMitarbeiter h3 {
	font-size: 1em;
	line-height: 1.2em;
	margin: 0em;
}
.boxMitarbeiter h4 {
	color:#999999;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0em;
}
.boxMitarbeiter img {
	float: left;
	margin-right: 5px;
}
.boxMitarbeiter .daten {
	display: inline;
	float: left;
	width:138px;
}
.boxMitarbeiter .daten table td {
	line-height: 1.2em;
	text-align:left;
	vertical-align:top;
	padding: 0 5px 0 0;
	margin:0px;
}
.overview {
	padding: 5px;
}
.overviewElement {
	background-image: url(images/overview_element_bgr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 205px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	display: inline;
}
.overviewElement h3 {
	font-size: 0.92em;
	margin-bottom: 1em;
	line-height: 1.3em;
}
.overviewElement p {
	font-size: 0.84em;
	line-height: 1.3em;
}
.overviewElement img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;

}
ul.listChecked, ul.listArrows {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 1.5em;
	padding-bottom: 0px;
	padding-left: 1.5em;
	font-weight: normal;
	font-size: 1em;
	color: #333333;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
ul.listChecked li, ul.listArrows li  {
	background-image: url(images/icon_list_checked.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 27px;
	padding-top: 0.5em;
	padding-bottom: 0.75em;
}
ul.listArrows li {
	background-image: url(images/icon_list_arrow.gif);
}

