body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #000000;
	font-decoration: underline;
	padding: 0px;
}

a:hover {
	color: #a8d16b;
}

h1 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.infobaseh1 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

ul, li {
	// padding-left: 0px;
	// list-style:none;
}
#webseite {
	width: 900px;
	height: 900px;
}

#header {
	background: url(images/header.jpg) no-repeat;
	height: 150px;
}

#menu {
	padding-left: 150px;
	height: 51px;
}

/* Menu on */
.menu_links_on {
	float:left;
	background: url(images/navi_links_on.gif) no-repeat;
	height: 51px;
	width:7px;
}

.menu_rechts_on {
	float:left;
	background: url(images/navi_rechts_on.gif) no-repeat;
	height: 51px;
	width:7px;
	padding-right: 10px;
}

.menu_mitte_on {
	float:left;
	padding: 0px 5px 0px 5px;
	background: url(images/navi_mitte_on.gif) repeat-x;
	height: 51px;
}

.menu_mitte_on_text {
	padding-top: 0px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #a8d16b;
}

.menu_mitte_on_text a {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #a8d16b;
	text-decoration: none;
}

.menu_mitte_on_text a:hover {
	/* text-decoration: underline; */
	background-color: #ffffff;
}

/* Menu off */
.menu_links_off {
	float:left;
	background: url(images/navi_links_off.gif) no-repeat;
	height: 51px;
	width:7px;
}

.menu_rechts_off {
	float:left;
	background: url(images/navi_rechts_off.gif) no-repeat;
	height: 51px;
	width:7px;
	padding-right: 10px;
}

.menu_mitte_off {
	float:left;
	padding: 0px 5px 0px 5px;
	background: url(images/navi_mitte_off.gif) repeat-x;
	height: 51px;
}

.menu_mitte_off_text {
	padding-top: 0px;
}

.menu_mitte_off_text a {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #a8d16b;
	text-decoration: none;
}

.menu_mitte_off_text a:hover {
	/* text-decoration: underline; */
}

#submenu {
	float: left;
	width: 130px;
	height: 400px;
	text-align:left;
  	padding-left:5px;
}

#submenu ul {
  	margin: 0px;
  	border: 0px;
  	padding: 0px;
  	list-style: none;
}

#submenu ul li {
  	margin: 0px;
  	border: 0px;
  	padding: 0px;
  	margin-bottom: 2px;
}

#submenu ul li a {
  	display: block;
  	width: 120px;
  	border: 1px solid #a8d16b;
  	padding: 2px 4px 2px 4px;
  	font-size: 12px;
  	text-decoration: none;
	color: #a8d16b;
}

#submenu ul li a:hover {
  	text-decoration: none;
	background-color: #a8d16b;
	color: #ffffff;
}

.headliner, .headliner a {
	margin-top: 10px;
	background-color: #78a13b;
	border: 1px solid #a8d16b;
	color: #ffffff;
	font-weight: bold;
}


#content {
	text-align:left;
	float: left;
	padding-left:15px;
	width: 600px;
	height: 400px;
}

#specials {
	float: left;
	padding-left:5px;
	height: 400px;
}

#footer {
	font-size:9px;
	font-weight:normal;
}

.widget_links_oben {
	background: url(images/widget_links_oben.gif) no-repeat;
	float: left;
}

.widget_mitte_oben {
	float: left;
	border-top: 1px solid #a8d16b;
}

.widget_rechts_oben {
	background: url(images/widget_rechts_oben.gif) no-repeat;
	float: left;
}


.widget_links_mitte {
	float: left;
	border-left: 1px solid #a8d16b;
	width: 1px;
}

.widget_mitte_mitte {
	float: left;
	text-align:left;
}

.widget_rechts_mitte {
	float: left;
	border-right: 2px solid #a8d16b;
}


.widget_links_unten {
	float: left;
	background: url(images/widget_links_unten.gif) no-repeat;
}

.widget_mitte_unten {
	float: left;
	border-bottom: 2px solid #a8d16b;
}

.widget_rechts_unten {
	float: left;
	background: url(images/widget_rechts_unten.gif) no-repeat;
}

.contentblock_straight {
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align:top;
	font-size: 12px;
}


.csc-mailform {
	font-size: 12px;
}

.csc-form-labelcell {
	vertical-align:top;
}

