* { 
  -moz-box-sizing: border-box; 
  box-sizing: border-box; 
}
html, body {
	height: 100%;
}
body {
	font-family: 'Maven Pro', sans-serif;
	margin: 0px;
	
	color: #FFFFFF;
	font-size: 16px;
}
table {
	border: none;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border: none;
}
h1 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 40px;
	font-size: 48px;
	font-weight: 400;
	color: #FFFFFF;
}
h2 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
}
h3 {
	margin: 0px;
	padding: 0px;
}
/********************************** layout ***********************************/
#logo {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -100px;
}
#webshop {
	margin-left: 40px;
}
#containerNavBg {
	float: left;
	width: 355px;
	
	background: url('/images/bg_nav_red.png') 0px 180px no-repeat;
}
#containerNav {
	width: 355px;
	height: 605px;
	
	background: url('/images/bg_nav.png') no-repeat;
}
#containerTeaser, #containerTeaserAktuelles {
	width: 360px;
	height: 542px;
	
	position: absolute;
	bottom: 0px;
	right: 0px;
	
	background: url('/images/bg_teaser.png') no-repeat;
}
#containerTeaserAktuelles {	
	padding-top: 300px;
	padding-right: 50px;
	text-align: right;
	padding-left: 50px;
	font-size: 17px;
	background: url('/images/bg_teaser_aktuelles.png') no-repeat;
}
#containerContent {
	margin-left: 340px;
	background: url('/images/bg_content_red.png') 0px 181px repeat-x;
}
#content {
	width: 640px;
	padding-left: 40px;
	padding-top: 180px;
}
/********************************** nav **************************************/
ul.nav {
	padding-left: 40px;
	padding-top: 22px;
	padding-bottom: 10px;
}
li.nav {
	padding-left: 10px;
	padding-bottom: 25px;
}
a.nav {
	font-size: 17px;
	font-weight: 500;
	color: #333333;
	text-decoration: none;
}
a.nav:hover, a.navSel {
	color: #cb0414;
}


ul.nav2 {
	padding-left: 40px;
	padding-top: 23px;
	padding-bottom: 10px;
}
li.nav2 {
	padding-left: 10px;
	padding-bottom: 8px;
}
a.nav2 {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	text-decoration: none;
}
a.nav2:hover, a.nav2Sel {
	color: #cb0414;
}
/********************************** subnav ***********************************/
ul.subnav {
	float: left;
	width: 600px;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 40px;
	border-bottom: 1px solid #FFFFFF;
}
li.subnav {
	float: left;
	padding-bottom: 7px;
}
a.subnav {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 15px;
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
a.subnav:hover, a.subnavSel {
	background-color: #FFFFFF;
	color: #cb0414;
	
	-moz-border-radius:20px; /* Firefox */
	-webkit-border-radius:20px; /* Safari, Chrome */
	-khtml-border-radius:20px; /* Konqueror */
	border-radius:20px; /* CSS3 */
}
/********************************** content **********************************/
div.text {
	
}
a.text {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
a.text:hover {
	color: #000000;
}
img.fancy {
	margin-right: 10px;
	margin-bottom: 5px;
}
img.team {
}
.tooltip-content, .tooltip-content2, .tooltip-content3 {
	position: absolute;
	z-index: 100;
	display: none;
	border: 1px solid #f8e2bf;
	background-color: #FFFFFF;
	padding: 10px;
	padding-bottom: 7px;
}
/********************************* powered by ********************************/
#poweredby {
	padding-top: 10px;
	padding-left: 5px;
	font-size: 10px;
}
.orange {
	color: #FF9900;
}
.gray {
	color: #FFFFFF;
}
a.poweredby {
	text-decoration : none;
	color: #FFFFFF;
}
a.datenschutzerklaerung {
	padding-top: 10px;
	padding-left: 5px;
	text-decoration : none;
	color: #FFFFFF;
	font-size: 10px;
}