
html { 
   height: 100%; 
} 

/****************************************************/
/*** BODY ***/
/****************************************************/
body {
	height: 100%;
	margin: 1px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #f0f0f0;
	color: #000000;
	
	font-size: 10.1pt;
	line-height: 13.5pt;
	letter-spacing: 0.4pt;
	/*font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;*/	
}


/**********************************************************************/
/*** HEADINGS ***/
/**********************************************************************/
h1, h2 {
	padding: 0;	
	font-family: "Times New Roman", Georgia, serif;
	letter-spacing: 1px;
}

h1 {
	margin-bottom: 15px;
	font-size: 20px;
	font-style: normal;
	line-height: 25px;
	letter-spacing: 2px;
	border-bottom: 1px solid #9F2F2E;
	color: #A6130C;	
}

h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
}

a h1, a h2, a h3 {
	text-decoration: underline;
}


/**********************************************************************/
/*** LINKS ***/
/**********************************************************************/
a:link, a:active, a:visited, a:hover {
	text-decoration: underline;
	/*color: #000000;*/
	color: #212240;
}
a:hover {
	color: #CB1929;	
}
.mail { /* a.mail */
	color: #000000 !important;
}

/**********************************************************************/
/*** TAGS ***/
/**********************************************************************/
ul {
	margin:0;
	padding:0;
	list-style: none outside none;
}
li {
	padding: 1px 0px;
	font-size: 95%;
}

img {
	border: none;
}



/**********************************************************************/
/*** PAGE-CONTAINER ***/
/**********************************************************************/
#background {
	margin: 0 auto;
	width: 978px;
	background-image: url("../images/bg/bg-page-br.jpg");
	background-repeat: repeat-y;	
}

#page {
	margin: 0 auto;
	overflow: hidden;
	width: 970px;
	border: #9F2F2E 1px solid;	
}



/**********************************************************************/
/*** HEADER ***/
/**********************************************************************/
#header {
	position: relative;
	margin: 0;
	padding: 0;
	vertical-align: top;
	height: 216px;
	width: inherit;
	background-color: #ffffff;
}

#logo {
	position: relative;
	float: left;
}


/**********************************************************************/
/*** LOGO-GROUP ***/
/**********************************************************************/
#logo-group {
	position: absolute;
	top: 138px;
	left: 625px;
}


/**********************************************************************/
/*** HEAD-NAV ***/
/**********************************************************************/
#headnav-container {
	position: relative;
	float: left;
	height: 35px;
	width: inherit;	
	background-image: url(../images/bg/head-nav-bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: right;
}


/*** LANGUAGES-MENU ***/
#language {
	float: right;
	padding: 0px 10px;
}

#language ul.lang-menu li {
	display: inline;
	float: left;
	margin-left: 5px;
	list-style: none outside none;
}

#language li a {
	display: block;
	width: 29px;
	height: 29px;	
	background-position: left top;
	background-repeat: no-repeat;
}
#language li.lang-en a {
	background-image: url("../images/icons/flag-en.gif");
}
#language li.lang-en a:hover, #language li.lang-en a.active {
	background-image: url("../images/icons/flag-en-over.gif");
}
#language li.lang-de a {
	background-image: url("../images/icons/flag-de.gif");
}
#language li.lang-de a:hover, #language li.lang-de a.active {
	background-image: url("../images/icons/flag-de-over.gif");
}


/*** HEAD-NAV-MENU ***/
#headnav {
	float: right;
	padding-top: 3px;
	
}

#headnav ul.headnav-menu li {
	display: inline;
	float: left;
	padding: 3px;
	list-style: none outside none;	
}

ul.headnav-menu li a:link, ul.headnav-menu li a:active, ul.headnav-menu li a:visited, ul.headnav-menu li a:hover {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;		
	color: #CB1929;
}




/**********************************************************************/
/*** TOP NAVIGATION ***/
/**********************************************************************/
#mainmenu {
	float: left;
	width: 100%;
	height: 46px;
	margin: 0;
	padding: 0;	
	background-image: url(../images/bg/navi-bg.gif);
	background-repeat: repeat-x;	
}
*+html #mainmenu {/* IE7 */}

#mainmenu ul.menu {
	margin: 14px 0px;
	padding: 0px;
	list-style: none outside none;	
}
*+html #mainmenu ul.menu { /* IE7 */
	position: absolute;
	margin-top: 7px;
}

#mainmenu li {	
	float: left;
	margin: 0px;
	padding: 0px;
}
*+html #mainmenu li { /* IE7 */
	/*display: inline;*/		
}

#mainmenu li a:link, #mainmenu li a:active, #mainmenu li a:visited, #mainmenu li a:hover {
	padding: 8px 30px 8px 30px;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;	
	border-right: solid 2px #9F2F2E;
}
*+html #mainmenu li a:link, *+html #mainmenu li a:active, *+html #mainmenu li a:visited, *+html #mainmenu li a:hover 
{ /* IE7 */
	line-height: 47px;
}

#mainmenu li.menu-item-act a {
	color: #800000;
	background-color: #EAC2C2;
}



/**********************************************************************/
/*** SUB-NAVIGATION ***/
/**********************************************************************/
#sub-navi {	
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	
	border-top: solid 1px #EDC6C7;
	color: #CB1929;
}
#sub-navi ul {
	padding: 0px 10px;	
}
#sub-navi ul li {
	float: left;
	padding: 0px;
	margin-right: 3px;
	border: solid 1px #D98181;
	border-top: none;
	background-color: #F2DADA;
	font-size: 11px;
}
#sub-navi ul li.item-act {
	background-color: #EAC2C2;
	line-height: 200%;
	font-size: 12px;
}
#sub-navi ul li.first {		
}

#sub-navi a:link, #sub-navi a:active, #sub-navi a:visited, #sub-navi a:hover {
	padding: 1px 5px;	
	font-weight: bold;
	text-decoration: none;	
}
#sub-navi a:hover {
	color: #800000;
}
#sub-navi a.navi-act {
	color: #800000;
}

/* Sonderangebote */
#sub-navi ul li.item-97 {
	background-color: #C3213A;
}
#sub-navi ul li.item-97 a {
	color: #ffffff;
}



/**********************************************************************/
/*** CONTAINER ***/
/**********************************************************************/
#main-container {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: inherit;
	min-height: 460px;	
}
*+html #main-container { /* IE7 */
	margin-top: 40px;
}

#content-container {
	position: relative;
	height: 100%;	
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#content-container .width01 {
	width: auto;
}
#content-container .width02 {
	width: 640px;
	float: left;
	padding: 10px 0px 20px 0px;
}
#content-container .width03 {
	width: 550px;
	float: left;
	padding: 10px 0px 20px 0px;
}

#content-container a:link,
#content-container a:active, 
#content-container a:visited {
	color: #9F2F2E;
}
#content-container a:hover {
	color: #CB1929;	
}



/**********************************************************************/
/*** MAIN-CONTENT ***/
/**********************************************************************/
.content-center {
	padding: 10px 30px 20px 0px;
	/*background-image: url("../images/unternehmen.jpg");*/
}



/**********************************************************************/
/*** MERKZETTEL ***/
/**********************************************************************/
#merkzettel {
	position: absolute;
	top: 185px; /* alle Browser: 185px */ 
	top: 181px\9 !important; /* IE8 */
	right: 10px;
}

/* IE7 */
* + html #merkzettel {
   top: 184px !important;
}
/* Safari */
html* #merkzettel {
   top: 181px;
}



/**********************************************************************/
/*** SPECIAL-COLLUMN ***/
/**********************************************************************/
#special-col {
	margin: auto; /* Div soll zentriert werden */
	min-height: 100%; /* Mindesthoehe fuer moderne Browser */
	height:auto !important; /* Important Regel fuer moderne Browser */ 
	height:100%; /* Mindesthoehe fuer den IE */ 
	overflow: hidden !important; /* FF Scroll-leiste */	
	
	width: 240px;
	float: right;
	padding: 20px 10px 20px 15px;
	/*background-image: url("../images/bg/bg-border-links.gif");*/
	background-repeat: repeat-y;
	background-position: left;
}


/*** TOP ANGEBOTE ***/
#special-col .s-box {
	padding-top: 20px;
}
#special-col .s-box-head {
	padding: 4px;
	background-image: url("../images/spec-box/s-box-header.gif");
	background-repeat: no-repeat;
	text-align: center;	
}
#special-col .s-box-head {	
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
}
#special-col .s-box-content {
	padding: 0px 5px 10px 5px;	
	background-color: #ffffff;
	border: solid 2px #A82539;
}

#special-col .s-box-item {
	clear: both;
	margin-top: 10px;
	padding: 4px 2px;
	border: solid 1px #A82539;	
}

#special-col .s-box-item a.s-box-item-link {
	margin: 0px;
	padding: 0px;
	text-decoration: none; 	/* IE */
	border-bottom: #ffffff;	/* IE */	
}

#special-col .s-box-item h2 {
	margin: 0px;
	padding: 5px 3px;
	font-size: 13px;
	line-height: 16px;	
	background-color: #E70000;/*#FDD8EC;*/
	border: 1px solid #A82539;
	color: #ffffff; /*color: #A82539;*/
	text-align: center;
}

#special-col .s-box-item h3 {
	margin: 0px;
	padding: 3px 3px;
	font-size: 12px;
	font-weight: bold;
}

#special-col .desc {
	padding: 0px;
	padding-bottom: 3px;
}
#special-col .s-box-item span.desc-info {
	padding-left: 3px;
	font-size: 11px;
	font-style: italic;	
}

#special-col .s-box-item a.s-box-more-link {
	float: right;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FE7A0B;
}
#special-col .s-box-item a.s-box-more-link:hover {
	text-decoration: underline;
}


/*** ALLE ANGEBOTE ***/
.all-offers-top {
	padding: 4px;
	background-image: url("../images/spec-box/offers-box-top.gif");
	background-repeat: no-repeat;
}
.all-offers-bottom {
	padding: 4px;
	background-image: url("../images/spec-box/offers-box-bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

#all-offers-content {
	padding: 3px;
	background-color: #C3213A;	
}

#all-offers-inner {
	margin: 0px 10px;
	padding: 5px 0px;
	background-color: #FC9898;/*#FFFF00;*/	
}

#all-offers-box .all-offers {
	padding: 10px;
	
	/*background-image: url("../images/spec-box/all-offers.gif");*/
	background-image: url("../images/spec-box/all-offers-hover.gif");
	background-repeat: no-repeat;
	background-position: top;
	
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

#all-offers-box div.all-offers:hover {
	background-image: url("../images/spec-box/all-offers-hover.gif") !important;
}

#all-offers-box .all-offers a {
	font-family: Verdana;
	font-weight: bolder;	
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
}
#all-offers-box .all-offers a:hover {	
	color: #FFFF2A;
}




/**********************************************************************/
/*** RIGHT-COLLUMN ***/
/**********************************************************************/
#right-col {
	width: 220px; /*width: auto;*/
	float: right;
	margin: 10px;
	margin-left: 0px;
	padding: 7px 15px 20px;
	background-repeat: repeat-y;
	background-position: left;
	background-color: #F2DADA;
	border: solid 1px #CB1929;
	text-align: left;	
}

#right-col .csc-header h1 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 13px;	
}

#right-col .csc-header-n1 h1 {
	margin-top: 5px;
	font-size: 18px;
	border-bottom:1px solid #9F2F2E;
}

#right-col .csc-firstHeader {
	margin-bottom: 20px !important;
}





/**********************************************************************/
/*** FOOTER ***/
/**********************************************************************/

/*** to top link ***/
#top {	
	position: absolute;
	top: 0;
}

#gototop {
	position: relative;
	clear: both;
	margin-top: 10px;
}
#gototop-right {	
	float: right;
	padding-right: 10px; 
}
#gototop-left {	
	float: left;
	padding-left: 10px; 
}

#gototop a:hover {
	color: #CB1929 !important;
	text-decoration: underline;
}


/*** FOOTER ***/
#footer {
	float: left;
	width: 100%;	
	padding: 1px;
	background-image: url("../images/bg/footer-bg.gif");
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align: left;
}

#footernav-first, #footernav-second {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	text-align: center;
}
#footernav-first ul {
	margin: 10px 0px 0px 0px;
	padding: 0;	
}
#footernav-first ul li {
	display: inline;
	padding: 0px 3px;
	list-style: none outside none;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {	
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0px;		
	color: #CB1929;
}
#footer a:hover {
	color: #800000;
	text-decoration: underline;
}

#footernav-second p.address {
	margin:0;
	padding: 5px 0px;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #333230;
}
#footernav-second p.address span.address-part {
	padding-right: 10px;
}










