/******* GLOBAL STYLES  **************************************************/

html[xmlns^="http"] {
			/* verhindert Mozilla-Zucken > Firefox 1.5 */
			overflow-y: scroll;
}
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, adress {
	/*margin: 1em 5%;*/
	margin: 1em 0;
}
li, dd {
	margin-left: 5%;
}
fieldset {
	padding: .5em;
}
form {
	display:inline;
}
img {
	border: none;
}
.clear {
	clear:both;
}
/******************************/

html, body {
	height:100%;
	font: 12px Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#666666;
	text-align: center;
}
h1 {
	font-size:18px;
	color:#E2001A;
	font-weight:bold;
	margin:0 0 20px 0;
}
h2 {
	font-size:14px;
	color:#535353;
	font-weight:bold;
	margin-bottom:10px;
}
h3 {
	font-size:12px;
	color:#666666;
	font-weight:bold;
	margin-bottom:5px;
	padding:0;
}
.textsmall {
	font-size:11px;
}
.bold {
	font-weight:bold;
}
.pic {
	border:#999999 1px solid;
}
.pic_mini {
	border:#999999 1px solid;
	margin:2px;
}
.teaser_markenlogo img {
	border:#999999 1px solid;
	margin:0 -1px -1px 0;
}
.pic_aktionen_detail {
	float: left;
	margin:0 10px 10px 0;
	border:#999999 1px solid;
}
.pic_fullsize {
	float: left;
	margin: 0 0 10px 0;
	border:#999999 1px solid;
}
a {
	color:#E2001A;
	text-decoration:underline;
}
a:hover {
	color:#333333;
	text-decoration:none;
}
a:active {
	color:#E2001A;
	text-decoration:none;
}
/*********** FORMULARE **************************************************/


.input {
	width:271px;
	color:#000000;
	font-size:14px;
	border:solid #C7C9BE 1px;
	margin: 2px 0 0 0;
}
.input_plz {
	width:40px;
	color:#000000;
	font-size:14px;
	border:solid #C7C9BE 1px;
	margin: 2px 0 0 0;
}
.input_plz_error {
	width:40px;
	color:#000000;
	font-size:14px;
	border:solid #C7C9BE 1px;
	margin: 2px 0 0 0;
	background-color:#fdb0b0;
}
.input_ort {
	width:223px;
	color:#000000;
	font-size:14px;
	border:solid #C7C9BE 1px;
	margin: 2px 0 0 2px;
}
.input_ort_error {
	width:223px;
	color:#000000;
	font-size:14px;
	border:solid #C7C9BE 1px;
	margin: 2px 0 0 2px;
	background-color:#fdb0b0;
}
.input_textarea {
	width:271px;
	height:72px;
	color:#000000;
	font-size:14px;
	border:solid #C7C9BE 1px;
	margin: 2px 0 3px 0;
}
.input_textarea_error {
	width:271px;
	height:72px;
	color:#000000;
	font-size:14px;
	border:solid #C7C9BE 1px;
	margin: 2px 0 3px 0;
	background-color:#fdb0b0;
}
.input_error {
	width:271px;
	color:#000000;
	font-size:14px;
	border:solid #C7C9BE 1px;
	margin: 2px 0 0 0;
	background-color:#fdb0b0;
}
.input_radio {
	border:0;
	margin:0 3px 0 0;
	padding:0;
}
.input_radio_error {
	border:0;
	margin:0 3px 0 0;
	padding:0;
	color:#fdb0b0;
	background-color:#fdb0b0;
	border:#fdb0b0 1px solid;
}
label {
	border:0;
	margin:0 10px 0 0;
	padding:0;
}
 [disabled] {
 color:#CCCCCC;
 background-color:#EEEEEE;
}
/*********** HAUPTNAVIGATION **************************************************/

#mainmenue {
	float:left;
	height: 16px;
	text-align:right;
	/*width:811px; /***** BREITE FÜR NORMALES LOGO *****/
	width:774px; /***** BREITE FÜR JUBILÄUMS LOGO *****/
	margin:0;
	/*padding: 31px 26px 0 0;*/ /***** FÜR NORMALES LOGO *****/
	padding: 47px 26px 0 0; /***** FÜR JUBILÄUMS LOGO *****/
}
#navlist {
	list-style-type: none;
	margin:0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
#navlist li {
	margin: 0px;
	padding: 0px;
	display:inline;
}
#navlist li a {
	list-style:none;
	padding:0px;
	margin:4px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
	padding: 0 0 0 10px;
	background: #FFFFFF;
}
#navlist li a:hover {
	color: #666666;
}
#navlist li a#active_main {
	color: #666666;
}
/*********** SUBNAVIGATION **************************************************/

#submenue {
	position:relative;
	float:left;
	width:285px;
	text-align:left;
	margin: 0 0 10px 0;
	padding: 0px;
}
#sublist {
	position:relative;
	float:left;
	width:255px;
	list-style-type: none;
	margin: 0 0 0 14px;
	padding: 0px;
	font-size: 13px;
	display: block;
}
#sublist li {
	line-height: 18px;
	margin:0;
	padding:0;
}
#sublist li a {
	list-style:none;
	padding:0 0 0 9px;
	margin:4px 0 4px 0px;
	font-size: 13px;
	text-decoration: none;
	color: #777777;
	background: url(../images/shared/bulletpoint_empty.gif) no-repeat 0.0em;
}
#sublist li a:hover {
	color: #333333;
	padding:0 0 0 9px;
	background: url(../images/shared/bulletpoint_empty.gif) no-repeat 0.0em;
}
#sublist li a#active_sub {
	color: #333333;
	padding:0 0 0 9px;
	font-weight:bold;
	background: url(../images/shared/bulletpoint.gif) no-repeat 0.0em;
}
#sublist li a.aktion {
	margin:0;
	padding:0 0 0 9px;
	color:#E2001A;
	text-decoration:underline;
}
#sublist li a.aktion:hover {
	margin:0;
	padding:0 0 0 9px;
	color:#333333;
	text-decoration:none;
}
.submenue_teaser {
	float:left;
	width:285px;
	text-align:center;
	margin: 0 0 10px 0;
	padding: 0px;
}
/*********** SUBNAVIGATION NEWSLETTER **************************************************/

#submenue_nwslt {
	float:left;
	width:285px;
	text-align:left;
	margin: 0 0 10px 0;
	padding: 0px;
}
#sublist_nwslt {
	float:left;
	width:240px;
	list-style-type: none;
	margin: 3px 0 0 18px;
	padding: 0px;
	font-size: 12px;
	display: block;
}
#sublist_nwslt li {
	line-height: 13px;
	margin: 0 0 5px 0;
	padding:0 20px 0 9px;
	background: url(../images/shared/bulletpoint_nwslt.gif) no-repeat top left;
}
#sublist_nwslt li.ohne {
	line-height: 13px;
	margin: 0 0 5px 0;
	padding:0 20px 0 0;
	background: url(../images/shared/bulletpoint_empty.gif) no-repeat top left;
}
#sublist_nwslt li a {
	list-style:none;
	padding:0 0 0 0;
	margin:4px 0 4px 0px;
	font-size: 12px;
	text-decoration: none;
	color: #777777;
}
#sublist_nwslt li a:hover {
	color: #333333;
	padding:0 0 0 0;
}
#sublist_nwslt li a#active_sub {
	color: #333333;
	padding:0 0 0 0;
	font-weight:bold;
}
#sublist_nwslt li a.aktion {
	margin:0;
	padding:0 0 0 0;
	color:#E2001A;
	text-decoration:underline;
}
#sublist_nwslt li a.aktion:hover {
	margin:0;
	padding:0 0 0 0;
	color:#333333;
	text-decoration:none;
}
/*********** LOGO NORMAL **************************************************/
#logo {
	float:left;
	text-align:left;
	width:143px;
	height:44px;
	padding:0 0 10px 0;
}
*/ 
/*********** LOGO JUBILÄUM **************************************************/

#logo {
 float:left;
 text-align:left;
 width:180px;
 height:60px;
 padding:0 0 10px 0;
}
#top {
	position:relative;
	margin:20px auto 0px auto;
	width:980px;
	/*	height:55px;*/ /***** HÖHE FÜR NORMALES LOGO *****/
	height:71px; /***** HÖHE FÜR JUBILÄUMS LOGO *****/
	padding:0;
}
.topwrap {
	position:relative;
	width:100%;
	float:left;
	background: #FFFFFF;
	border-bottom:3px solid #DAD2CA;
}
#header_start {
	position:relative;
	margin:0px auto 20px auto;
	width:980px;
	height:213px;
	padding:0px;
	text-align:left;/*background: url(../images/shared/logoleiste.gif) bottom right no-repeat;*/
}
#header_startNEU {
	position:relative;
	margin:0px auto 20px auto;
	width:980px;
	height:213px;
	padding:0px;
	text-align:left;
}
#header_startNEU img {
}
/************************************************************************
	AVIASLIDER
*************************************************************************/
.aviaslider {
	float:right;
	height:213px; 	/*this changes the height of the image slider*/
	width:592px;
	margin:0 22px 0 0;
	padding:0;
	overflow: hidden;
	position: relative;
	background: #fff url(../images/aviaslider/preload.gif) center center no-repeat;
}
.aviaslider li, .aviaslider .featured {
	display: block;
	width:100%;
	height:100%;
	position: absolute;
	margin:0;
	padding:0;
	top:0;
	left:0px;
	z-index: 1;
}
.js_active .aviaslider li, .js_active .aviaslider .featured {
	display:none;
}
.aviaslider img, .aviaslider a img, .aviaslider a {
	border:none;
	text-decoration: none;
}
.slidecontrolls {
	position: absolute;
	left:365px;
	top:220px;
}
.slidecontrolls a {
	height:20px;
	width:18px;
	display:block;
	cursor: pointer;
	background: transparent url(../images/aviaslider/controlls.gif) center bottom no-repeat;
	float:left;
	outline: none;
}
.slidecontrolls a:hover, .slidecontrolls .active_item {
	background: transparent url(../images/aviaslider/controlls.gif) center top no-repeat;
}
.feature_excerpt {
	width:610px;
	position: absolute;
	display: block;
	bottom: 0;
	left:0;
	z-index: 2;
	padding:14px 15px;
	font-size: 11.5px;
	line-height:1.5em;
	cursor: pointer;
	background: #000;
	color: #fff;
}
.feature_excerpt strong {
	display: block;
	font-size: 15px;
	padding-bottom: 3px;
}
/**************************************************************************************/


.logoleistewrap {
	position:relative;
	width:100%;
	float:left;
	background: #FFFFFF;
}
#logoleiste {
	position:relative;
	margin:0px auto 20px auto;
	padding-left:350px;
	width:635px;
	height:45px;
}
#logoleiste img {
	border:1px solid #999;
	margin-right:2px;
}
#logoleisteNEU {
	position:absolute;
	padding:0;
	left:366px;
	width:578px;
	height:60px;
	top: 20px;
}
#logoleisteNEU img {
	margin-top:0;
	vertical-align:text-top;
	border:1px solid #999;
}
.headerwrap_start {
	position:relative;
	width:100%;
	float:left;
	margin-top:2px;
	background: #000000;
	background: url(../images/shared/bg_header_start.png) repeat-x;
}
#header {
	position:relative;
	margin:0px auto 0px auto;
	width:980px;
	height:100px;
	padding:0px;
	text-align:left;
}
.headerwrap {
	position:relative;
	width:100%;
	float:left;
	margin-top:2px;
	background: #000000;
	background: url(../images/shared/bg_header.png) repeat-x;
}
#content {
	position:relative;
	margin:0px auto 0 auto;
	width:980px;
	min-height: 300px;
	padding:0px 0px 20px 0px;
	text-align:left;
	clear:both;
}
/* Workaround "min-height" bis IE 6 */
* html #content {
	height: 300px;
}
.contentwrap {
	position:relative;
	width:100%;
	float:left;
}
.submenue_headline {
	position:relative;
	width:366px;
	height:100px;
	text-align:left;
	float:left;
	padding:0;
}
.submenue_headline_pic {
	width:592px;
	height:100px;
	text-align:left;
	float:left;
	padding:0;
}
.submenue_headline h1 {
	font-size:16px;
	color:#535353;
	margin:70px 0 0 25px;
}
.leftcol_shadow {
	width:285px;
	text-align:center;
	float:left;
	padding:0;
	background: url(../images/shared/bg_leftcol_shadow.jpg) bottom repeat-y;
}
.leftcol_shadowNEU {
	position:absolute;
	width:287px;
	height: 482px;
	text-align:center;
	left:0;
	top:40px;
	background: url(../images/shared/bg_leftcol_shadow.png) top no-repeat;
	z-index:100;
}
.leftcol_start {
	width:285px;
	text-align:left;
	float:left;
	padding:22px 0px 20px 0px;
	background: url(../images/shared/bg_leftcol_start.jpg) no-repeat;
}
.leftcol_startNEU {
	width:285px;
	text-align:left;
	float:left;
	padding:22px 0px 20px 0px;
	background: url(../images/shared/bg_leftcol_start.png) no-repeat;
}
.leftcol_start p {
	width:243px;
	text-align:left;
	margin:10px 0px 10px 21px;
}
.leftcol_startNEU p {
	width:243px;
	text-align:left;
	margin:10px 0px 10px 21px;
}
.leftcol {
	width:285px;
	text-align:left;
	float:left;
	min-height: 80px;
	padding:22px 0px 20px 0px;
	background: url(../images/shared/bg_leftcol.jpg) bottom no-repeat;
}
.leftcol p {
	width:243px;
	text-align:left;
	margin:10px 0px 10px 21px;
}
#standortauswahl {
	width:100%;
	text-align:left;
	background:#545454;
	margin-bottom:10px;
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius:3px;
}
#standortauswahl .beschriftung {
	float:left;
	width:223px;
	text-align:left;
	margin:10px;
}
#standortauswahl p {
	color:#FFF;
}
#standortauswahl p a {
	font-weight:bold;
	text-decoration:none;
}
#standortauswahl p a:hover {
	color:#FFF;
}
#standortauswahl .beschriftung ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
#standortauswahl .beschriftung li {
	height:30px;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	margin:0;
	padding:5px 0 0 10px;
	background: url(../images/buttons/bttn_standorte.gif) top no-repeat;
}
#standortauswahl .beschriftung li a {
	color:#484848;
	text-decoration:none;
	display:block;
	height:28px;
}
#standortauswahl .beschriftung li a:hover {
	color:#E2001A;
}
#standortauswahl_mini {
	position:relative;
	float:left;
	width:243px;
	height:286px;
	text-align:left;
	margin:10px 0px 10px 21px;
	background: url(../images/shared/bg_standorte_mini.gif) top no-repeat;
}
#standortauswahl_mini .beschriftung ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
#standortauswahl_mini .map img {
	position:relative;
	width:221px;
	height:116px;
	margin:15px 10px 10px 10px;
}
#standortauswahl_mini .beschriftung li {
	height:30px;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	margin:0;
	padding:5px 0 0 15px;
	background: url(../images/buttons/bttn_standorte.gif) top no-repeat;
}
#standortauswahl_mini .beschriftung li a {
	color:#484848;
	text-decoration:none;
	display:block;
	height:28px;
}
#standortauswahl_mini .beschriftung li a:hover {
	color:#E2001A;
}
#anfrage_teaser {
	float:left;
	margin:8px 0px 0 21px;
}
#newsletter_teaser {
	float:left;
	margin:8px 0px 0 21px;
}
/* Workaround "min-height" bis IE 6 */
* html .leftcol {
	height: 80px;
}
.leftcol_empty {
	position:relative;
	width:285px;
	text-align:center;
	float:left;
	padding:22px 0px 20px 0px;
}
.maincontent_start {
	position:relative;
	width:500px;
	text-align:left;
	float:left;
	margin:20px 0 0 80px;
	padding:0;
}
.maincontent_startNEU {
	position:relative;
	width:500px;
	text-align:left;
	float:right;
	margin:100px 115px 0 0;
	padding:0;
}
.maincontent_short {
	position:relative;
	width:240px;
	text-align:left;
	float:left;
	margin:20px 0 0 80px;
	padding:0;
}
.maincontent_long {
	display:inline;
	position:relative;
	width:592px;
	text-align:left;
	padding:20px 0 0 81px;
	float:left;
}
.rightcol {
	position:relative;
	width:300px;
	text-align:left;
	float:left;
	padding:20px 0 20px 0px;
}
/*********** GESCHICHTE  **************************************************/

.akkordion {
	padding-left:10px;
	cursor: pointer;
	background: #E1E1E1;
}
.akkordion:hover {
	padding-left:10px;
	cursor: pointer;
	color:#FFFFFF;
	background: #404040;
}
.akkordion_open {
	background: #404040;
	color:#FFFFFF;
}
.summary {
	width:570px;
	min-height:50px;
	margin:0 0 20px 0;
	padding:0;
}
/* Workaround "min-height" bis IE 6 */
* html .summary {
	height: 50px;
}
.summary p {
	margin-top:0;
}
.summary p img {
	clear:both;
}
.summary .date {
	float:left;
	width:50px;
	height:50px;
	color:#fff;
	background: url(../images/shared/date.gif);
	margin:0 10px 10px 0;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	text-align:center;
	line-height:13px;
}
.summary .date span {
	margin-top:5px;
	display:block;
}
/*********** AKTIONEN MEHRSPALTIG **************************************************/

.teaser_short {
	float:left;
	margin:0 10px 10px 0;
	padding:0;
	width:187px;
	min-height: 340px;
	text-align:left;
	background:#EEE;
	border-bottom:1px solid #CCCCCC;
	cursor:pointer;
	text-decoration:none;
}
/* Workaround "min-height" bis IE 6 */
* html .teaser_short {
	height:340px;
}
.teaser_short:hover {
	text-decoration:none;
	background-color:#FAFAFA;
}
.teaser_short a {
	text-decoration:none;
	width:100%;
}
.teasertext_short a {
	text-decoration:none;
}
.teasertext_short a:hover {
	text-decoration:none;
}
.teaserimage_short {
	float: left;
	display:inline;
	margin:10px;
	border:#999999 1px solid;
	cursor:pointer;
}
.teaserimage_short h3 {
	width:160px;
	margin:0;
	padding-left:3px;
	background:#999999;
	color:#FFFFFF;
}
.teasertext_short {
	float:left;
	width:170px;
	min-height: 90px;
	margin-left:10px;
	padding:0 0 10px 0;
	text-align:left;
	cursor:pointer;
	color:#666666;
	line-height:14px;
}
/* Workaround "min-height" bis IE 6 */
* html .teasertext_short {
	height: 90px;
}
.teasertext_short h2 {
	margin:0px;
	padding:0px;
	color:#E2001A;
	font-size:12px;
	line-height:13px;
	font-weight:bold;
}
.teasertext_short p {
	font-size:12px;
}
/*********** STANDORTE TEASER **************************************************/

.teaser_standorte {
	float:left;
	margin:0 10px 10px 0;
	padding:0;
	width:187px;
	min-height: 340px;
	text-align:left;
	background:#EEE;
	border-bottom:1px solid #CCCCCC;
	cursor:pointer;
	text-decoration:none;
}
/* Workaround "min-height" bis IE 6 */
* html .teaser_standorte {
	height:340px;
}
.teaser_standorte:hover {
	text-decoration:none;
	background-color:#FAFAFA;
}
.teaser_standorte a {
	text-decoration:none;
	width:100%;
}
.teaser_standorte a {
	text-decoration:none;
}
.teaser_standorte a:hover {
	text-decoration:none;
}
.teaserimage_standorte {
	float: left;
	display:inline;
	margin:10px;
	border:#999999 1px solid;
	cursor:pointer;
}
.teaserimage_standorte h3 {
	width:160px;
	margin:0;
	padding-left:3px;
	background:#999999;
	color:#FFFFFF;
}
.teasertext_standorte {
	float:left;
	width:170px;
	min-height: 90px;
	margin-left:10px;
	padding:0 0 10px 0;
	text-align:left;
	cursor:pointer;
	color:#666666;
	line-height:14px;
}
/* Workaround "min-height" bis IE 6 */
* html .teasertext_standorte {
	height: 90px;
}
.teasertext_standorte h2 {
	margin:0px;
	padding:0px;
	color:#E2001A;
	font-size:12px;
	line-height:13px;
	font-weight:bold;
	height:25px;
}
.teasertext_standorte p {
	font-size:12px;
	height:55px;
}
/*********** AKTIONEN LANG **************************************************/

.teaser_long {
	float:left;
	margin:0 0 10px 0;
	padding:0;
	width:592px;
	min-height: 90px;
	text-align:left;
	background:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
	cursor:pointer;
	text-decoration:none;
}
/* Workaround "min-height" bis IE 6 */
* html .teaser_long {
	height: 90px;
}
.teaser_long:hover {
	text-decoration:none;
	background-color:#FAFAFA;
}
.teaser_long a {
	text-decoration:none;
	width:100%;
}
.teasertext a {
	text-decoration:none;
}
.teasertext a:hover {
	text-decoration:none;
}
.teaserimage {
	float: left;
	display:inline;
	margin:0 0 10px 0;
	border:#999999 1px solid;
	cursor:pointer;
}
.teaserimage h3 {
	width:117px;
	margin:0;
	padding-left:3px;
	background:#999999;
	color:#FFFFFF;
}
.teasertext {
	float:left;
	width:458px;
	min-height: 90px;
	margin-left:10px;
	padding:0 0 10px 0;
	text-align:left;
	cursor:pointer;
	color:#666666;
}
/* Workaround "min-height" bis IE 6 */
* html .teasertext {
	height: 90px;
}
.aktionentext {
	display:inline;
	width:580px;
	min-height: 100px;
	padding:0 0 10px 0;
	text-align:left;
	color:#666666;
}
/* Workaround "min-height" bis IE 6 */
* html .aktionentext {
	height: 100px;
}
.aktionenimage {
	width:200px;
	float: left;
	display:inline;
	margin:0 20px 10px 0;
}
.aktionenimage h3 {
	width:199px;
	margin:0;
	padding-left:3px;
	background:#999999;
	color:#FFFFFF;
}
.aktionen_linkbox {
	width:572px;
	min-height: 10px;
	clear:both;
	margin: 20px 0 0 0;
	padding:10px 10px 10px 10px;
	text-align:left;
	color:#666666;
	background-color:#f2f2f2;
}
/* Workaround "min-height" bis IE 6 */
* html .aktionen_linkbox {
	height: 10px;
}
.preis {
	margin:0px;
	padding:0px;
	color:#333333;
	font-size:13px;
	font-weight:bold;
}
.teasertext h2 {
	margin:0px;
	padding:0px;
	color:#E2001A;
	font-size:14px;
	font-weight:bold;
}
form .jumpmenu {
	width:230px;
	margin:4px 0 0 0;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.pagination {
	float:right;
	width:592px;
	height:30px;
	padding:0;
	margin:0 8px 0 0;
	text-align:right;
}
.pagination a {
	padding:1px 4px;
	text-decoration:none;
	border:1px solid #CCCCCC;
	margin:0px 0px 0px 2px;
	color:#666666;
}
.pagination a:hover {
	background: #CCCCCC;
	color:#FFFFFF;
	border:1px solid #CCCCCC;
}
.pagination span, .pagination span.nextprev {
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#CCCCCC;
	padding:1px 4px;
	margin:0px 0px 0px 2px;
}
.pagination span.current {
	background:#CCCCCC;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	margin:0px 0px 0px 2px;
	font-weight:bold;
}
ul.itemlist {
	list-style-type: none;
}
ul.itemlist li {
	display:block;
	margin:0px;
	padding:0px;
	height:18px;
	line-height:18px;
}
ul.itemlist li.www {
	display:block;
	margin:0px;
	padding:0px 0px 0px 15px;
	line-height:18px;
	background: url(../images/shared/icon_www.gif) no-repeat;
}
ul.itemlist li.link {
	display:block;
	margin:0px;
	padding:0px 0px 0px 15px;
	line-height:18px;
	background: url(../images/shared/icon_link.gif) no-repeat;
}
ul.itemlist li.link2 {
	display:block;
	margin:0px;
	padding:0px 0px 0px 15px;
	height:50px;
	background: url(../images/shared/icon_link.gif) no-repeat;
}
ul.itemlist li.download {
	display:block;
	margin:0px;
	padding:0px 0px 0px 15px;
	line-height:18px;
	background: url(../images/shared/icon_download.gif) no-repeat;
}
/*********** FOOTER **************************************************/

.sitewrap {
	position:relative;
	width:100%;
	height:70px;
	float:left;
	margin:0 0 0 0;
	background: url(../images/shared/bg_footer.gif) repeat-x;
}
#site {
	position:relative;
	width:980px;
	height:70px;
	margin:0 auto 0 auto;
	padding-bottom:0;
	font-size:11px;
	color:#999999;
}
#EHLine {
	position:relative;
	float:left;
	width:243px;
	margin:-10px 0 0 21px;
}
.footerwrap {
	position:relative;
	width:100%;
	float:left;
	margin:0;
}
#footer {
	position:relative;
	width:980px;
	height:115px;
	margin:0 auto 0 auto;
	padding:0;
	font-size:11px;
	color:#999999;
	background: url(../images/shared/kommissbrot.gif) top right no-repeat;
}
#footer a {
	color:#535353;
	text-decoration:none;
}
#footer a:hover {
	color:#535353;
	text-decoration:underline;
}
#footertext {
	position:relative;
	width:200px;
	margin-top:10px;
	padding:0;
	float:left;
	text-align:left;
}
#metanavi {
	position:relative;
	width:720px;
	margin:10px 15px 0 0;
	float:right;
	text-align:right;
}
