@CHARSET "UTF-8";

/**
 *
	Farbschema:
	Logo rot:		#d3101c;
 *
 */

* {
	margin: 0;
	padding: 0;
}

/* Scrollbar soll immer erscheinen */
html[xmlns] {
	height: 100%;
	padding-bottom: 0.005em;
}

body {
	text-decoration: none;
	text-align:center;
	color: #000;
	font: 12px verdana, arial, sans-serif;
	line-height: 1.4em;
	background: #fff url(../images_layout_thevs/body_bg.jpg) repeat-x;
	height:100%;
}
p {
	padding-bottom:10px;
}
a {
	outline:0;
	color:#000;
	text-decoration: none;
}
img {
	border:0;
}

h1 {
	font-size:15px;
	font-weight:bold;
	margin:0 0 25px 0;
}
#infoBox h1 {
	font-size:13px;
	margin:0px;
	color:#d3101c;
}
h2 {
	font-size:12px;
	font-weight:bold;
	margin:20px 0 10px 0;
}
#infoBox h2 {
	margin-bottom:0px;
}



/* general layout BEGIN*/
#stage {
	clear:both;
	width:1005px;
	min-height:850px;
	top:0px;
	margin:0 auto 30px auto;
	text-align:left;
}
#headerArea {
	float:left;
	position:relative;
	width:1005px;
	height:175px;
}
#logoContainer {
	position:absolute;
	top:0;
	left:160px;
	width:685px;
	height:140px;
	padding-top:35px;
	background:#fff;
	text-align:center;
}
#contentArea {
	float:left;
	width:1005px;
}
#primNavContainer {
	float:left;
	width:160px;
	margin-bottom:30px;
	padding-top:50px;
	background: url(../images_layout_thevs/primNavContainer_bg.jpg) left top repeat-y;
}
#thevs-page-235 #primNavContainer {	/*404 Fehlerseite*/
	background: none;
}

#contentContainer {
	float:left;
	width:685px;
}
#claimBox {
	float:left;
	width:685px;
	height:32px;
	font-family: arial, verdana, sans-serif;
	background: #d3101c;
	color:#fff;
	overflow:hidden;
}
#claimBox span{
	float:left;
	padding:8px 10px;
	!padding:9px 10px;
	font-size:15px;
}

#contentBox {
	float:left;
	width:460px;
	margin-right:25px;
	padding-top:30px;
}
#infoBox {
	float:left;
	width:200px;
	padding-top:30px;
}

#footerContainer {
	clear:both;
	width:100%;
	height:20px;
	border-bottom:50px solid #d3101c;
}

/*******************************/
/********** Navigation **********/
/*******************************/

#primNavContainer ul {
	list-style: none;
	font-family: arial, verdana, sans-serif;
}
/* 1. ebene*/
#primNav li a{
	display:block;
	height:26px;
	margin-right:5px;
	padding: 11px 0 0 20px;
	font-size:14px;
	font-weight:bold;
	color: #000;
}
#primNav li a:hover {
	color: #d3101c;
	/*background: #f6f6f6 url(../images_layout_thevs/primNavContainer_bg.jpg) left top repeat-y;*/
} 
#primNav li.active  a{
	padding-left: 15px;
	color: #d3101c;
	border-left:5px solid #d3101c;
	background: url(../images_layout_thevs/primNav_active_bg.jpg) left top no-repeat;
}
/*
#primNav li.active  a:hover {
	background: #f6f6f6 url(../images_layout_thevs/primNav_active_bg.jpg) left top no-repeat;
}
*/

/* 2. ebene*/
#primNav li.current a{
	border-left:5px solid #d3101c;
	height:20px;
	padding-left:15px;
	color: #d3101c;
	background: url(../images_layout_thevs/primNav_current_bg.jpg) left top no-repeat;
}
/*
#primNav li.current a:hover {
	background: #f6f6f6 url(../images_layout_thevs/primNav_current_bg.jpg) left top no-repeat;
}
*/
#primNav li.current ul{
	padding-bottom:5px;
	background: url(../images_layout_thevs/primNav_current_ul_bg.jpg) 0 bottom no-repeat;
}
#primNav li.current ul li a{
	display:block;
	height:15px;
	margin-right:5px;
	padding: 5px 0 5px 25px;
	font-size:13px;
	font-weight:bold;
	color: #000;
	background:none;
}
/*
#primNav li.current ul li a:hover {
	background:#f6f6f6;
}
*/
#primNav li.current ul li a:hover,
#primNav li.current ul li a.current {
	color: #d3101c;
}



/*************************************/
/********** Footer Navigation **********/
/************************************/
#footerBox {
	position:relative;
	width:1005px;
	height:20px;
	margin:0 auto;
}
.toTopLink {
	position:absolute;
	top:0;
	left:160px;
	font-size:11px;
}
.impressumLink {
	position:absolute;
	top:0;
	right:160px;
	font-size:11px;
}


/*************************************/
/********** Link Formatierung **********/
/************************************/
.internal-link, .external-link-new-window, .mail {
	border-bottom:1px solid #000;
}
.internal-link:hover, .external-link-new-window:hover, .mail:hover {
	color:#d3101c;
	border-bottom:1px solid #d3101c;
}

.toTopLink a{
	background:url(../images_layout_thevs/toTopLink.gif) 0px 5px no-repeat;
	padding: 0 0 0 10px;
}
.impressumLink a{
	background:url(../images_layout_thevs/internalLink.gif) 0px 5px no-repeat;
	padding: 0 0 0 10px;
}


/****************************/
/********** Filialen **********/
/***************************/
/* Filial Übersicht */
#thevs-page-191 dd {
	width:146px;
	padding:5px 0 5px 0;
	background-color: #fff;
	color:#000;
}
#thevs-page-191 dl {
	margin-bottom:10px;
}

/* Filial Detailseiten */
dt {
	background-color: #d3101c;
}
dt img{
	padding-bottom:5px;
}
dd {
	width:220px;
	padding:0 0 5px 10px;
	background-color: #d3101c;
	color:#fff;
}
/* kein Boder unter Bildern in der rechten Spalte */
#infoBox dt {
	background-color: #fff;
}
#infoBox dd {
	width:200px;
	padding:0;
}









