* {
   padding: 0;
   margin: 0;
}

html {
   width: 100%;
}



body,td,th,.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
}
body {
   text-align:center;
   background-image: url(../img/background.gif);
   background-repeat: repeat-y;
	background-attachment:fixed;
	background-position: center;
   background-color: #890028;
   /* background-color: #ccc; */
}



/* layout container */

#page_wrapper {
   text-align: left;
   width: 736px;
	height: auto;
   border: 0px;
   margin-left: 20px;
   background-color: #fff;
   margin: 0 auto;
   position: relative;
}



h1 {
   background-repeat: no-repeat;
}
h2 {
   background-repeat: no-repeat;
}

@media screen, handheld {
	
	h1 span {
	   visibility: hidden;
	}
	h2 span {
	   visibility: hidden;
	}
}

img {
   border: 0px;
   margin-bottom: 5px;
}

hr {
   height: 0px;
   border: 0px dotted #CCCCCC;
   border-bottom: 1px dotted #CCCCCC;
}

a.footer:link, a.footer:visited, a.footer:active {
	background-image: none;
	padding-left: 0px;
	color: #B4B4B4;
	text-decoration: none;
   font-size: 9px;
}
a.footer:hover {
	text-decoration: underline;
	color: #B4B4B4;
}
h1 {
	font-size: 13px;
	color: #890028;
	margin-top: 9px;
}
h1.referenz {
   text-transform: uppercase;
	letter-spacing: 1px;
}
h2 {
	font-size: 10px;
	color: #890028;
   margin-top: 2px;
   margin-bottom: 0px;
   font-weight: normal;
}
p {
   margin-top: 8px;
   line-height: 17px;
}

#kopfgrafik {
   margin: 0 auto;
   width: 736px;
   height: 255px;
   z-index: 1;
   background-position: bottom left;
   background-repeat: no-repeat;
	position: relative;
}

#kopfgrafik img {
	display:none;
	position:absolute;
	top: 20px;
	left: 0;
}

#kopfgrafik_print {
   display: none;
}

#language {
	position: absolute;
	top: 240px;
	z-index: 20;
	right: 0px;
}

#menu {
   border: 0px none #FFFFFF;
   width: 165px;
   float: left;
   border: 0px solid red;
   padding-top: 20px;
}
#content {
	width: 385px;
	margin-left: 10px;
	float: left;
	padding-left: 5px;
	padding-right: 0px;
	border-left: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 0px none #CCCCCC;
   border-top: 1px none #CCCCCC;
   padding-top: 20px;
}

#infoboxes {
   margin-left: 27px;
   width: 144px;
   float: left;
   padding-top: 20px;
}
.box_angebote {
   margin-top: 2px;
   padding-bottom: 10px;
   color: #7E7E7E;
   line-height: 16px;
   border-bottom: 1px dotted #CCCCCC;
}
.box_news {
   margin-top: 10px;
   padding-bottom: 10px;
   color: #7E7E7E;
   line-height: 16px;
   border-bottom: 1px dotted #CCCCCC;
}





#footer_main {
   margin-top: 40px;
   clear: both;
   width: 736;
	border-top: 1px dotted #CCCCCC;
	padding-left: 5px;
	padding-top: 5px;
	color: #CCCCCC;
}
#footer_utils {
   margin-top: -13px;
   text-align: right;
}
.c_element {
   clear: both;
   margin-bottom: 20px;
   width: auto;
}
.c_referenz {
   clear: both;
   margin-bottom: 20px;
   width: auto;
   padding-bottom: 10px;
   border-bottom: 1px dotted #CCCCCC;
}
.i_tippoftheday {
   background-color: #F2F2F2;
   padding: 1px;
   padding-bottom: 0px;
}
.i_tippoftheday_img {
   text-align: left;
}
.i_tippoftheday_cnt {
   margin-top: 2px;
   padding-bottom: 2px;
   color: #7E7E7E;
   line-height: 16px;
   border-bottom: 1px dotted #CCCCCC;
   text-align: left;
}
.i_aktuelles {
   margin-top: 15px;
}
.i_aktuelles_img {
   text-align: left;
}
.i_aktuelles_cnt {
   margin-left: 9px;
   padding-bottom: 10px;
   padding-top: 10px;
   color: #7E7E7E;
   line-height: 16px;
   border-bottom: 1px dotted #CCCCCC;
}
.spacer_navi {
   margin-bottom: 10px;
   border: 0px;
   padding-left: 0px;
}
.spacer_subnavi {
   margin-bottom: 10px;
   margin-left: 10px;
   border: 0px;
}
.img_deko {
   margin-right: 10px;
   position: relative;
   width: auto;
   padding-top: 2px;
   float: left;
}
.search_hilight {
   font-weight: bold;
}
.search_button {
   font-size: 11px;
   font-weight: bold;
	color: #890028;
	letter-spacing: 1px;
}
.text_ghost {
   font-color: #888888;
}

a.menu_search_inactive {
   font-size: 11px;
	color: #6E6E6E;
	text-decoration: none;
	background-image: url(../img/icons/menu_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
   padding-left: 20px;
}
a.menu_search_inactive:hover {
	color: #890028;
	background-image: url(../img/icons/menu_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
a.more {
   font-size: 11px;
	color: #6E6E6E;
	text-decoration: none;
	background-image: url(../img/icons/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
   padding-left: 17px;
}
a.more:hover {
	color: #890028;
	background-image: url(../img/icons/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
a {
   font-size: 11px;
	color: #890028;
	text-decoration: none;
}

/* a:hover {
	color: #890028;
   text-decoration: underline;
}
*/
div.menu_main {
   padding-bottom: 10px;
   padding-top: 10px;
   border-bottom: 1px dotted #CCCCCC;
}

div.menu_sub {
   padding-top: 8px;
   padding-left: 29px;
}

a.menu_main_inactive {
   font-size: 11px;
   font-weight: bold;
	color: #6E6E6E;
	text-decoration: none;
	background-image: url(../img/icons/menu_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
   padding-left: 20px;
   letter-spacing: 1px;
}

a.menu_main_inactive:hover {
	color: #890028;
	background-image: url(../img/icons/menu_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	letter-spacing: 1px;
}

a.menu_main_active {
   font-size: 11px;
   font-weight: bold;
	color: #890028;
	text-decoration: none;
	background-image: url(../img/icons/menu_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
   padding-left: 20px;
	letter-spacing: 1px;
}

a.menu_sub_inactive {
   font-size: 11px;
   text-decoration: none;
   color: #6E6E6E;
}

a.menu_sub_inactive:hover {
   color: #890028;
}

a.menu_sub_active {
   font-size: 11px;
	text-decoration: none;
	color: #890028;
}

li {
	list-style-type: square;
	margin-left: 18px;
	margin-top: 2px;
}

b {
   color: #890028;
}

b.counter, a_counter {
   font-size: 10px;
   color: #6D6D6D;
}

a.counter_active {
   font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/icons/count_background.gif);
	background-repeat: no-repeat;
	background-position: center center;
   font-weight: bold;
   margin-left: 2px;
   margin-right: 2px;
   padding: 3px;
}

a.counter_inactive {
   font-size: 10px;
	color: #6D6D6D;
	text-decoration: none;
	background-image: none;
   font-weight: bold;
   margin-left: 2px;
   margin-right: 2px;
   padding: 3px;
}

a.counter_inactive:hover {
	color: #FFFFFF;
	background-image: url(../img/icons/count_background.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;

}