/*****************************************/
/******* ©2009 // despecial.com *******/
/*****************************************/

/* RESET */
html, body, p, h1, h2, h3, form, input, select, ul, li {
	margin: 0;
	padding: 0;
}

/* DEFAULTS */
body { 
	color: #333;
	font: normal 12px Tahoma, Arial, Helvetica,Sans-Serif;
	background: #dfdfdf url("../_img/page_bg.gif") repeat-y 50% 0;
}

a:link,
a:visited { 
	text-decoration: none;
	color:#b43880
}

a:hover,
a:active {
	text-decoration: none;
	color: #982f6b
}

img { border: none }

p { margin-bottom: 15px }

.none { display: none }

h1 { color: #303030; font: normal 21px Tahoma, Sans-Serif; margin: 8px 10px 5px 10px; text-transform: uppercase }
h2 { color: #303030; font: normal 18px Tahoma, Sans-Serif; margin: 8px 10px 5px 10px; text-transform: uppercase }
h3 { color: #303030; font: normal 14px Tahoma, Sans-Serif; margin: 8px 10px 5px 10px; text-transform: uppercase }

.left { float:left }
.right { float:right }
.center { text-align:center }
.clear { clear:both }

#site {
	position: absolute;
	display: block;	
	left: 50%;
	margin-left: -456px;
	width: 910px;
	top: 80px;
}
#header {
	position: relative;
	float: left;
	background-color: #424146;
	height: 200px;
	width: 910px;
	display: block;
}
#headline {
	position: absolute;
	top: 29px;
	left: 0px;
	width: 910px;
	height: 40px;
	background: transparent url("../_img/headline.png") no-repeat;
	z-index: 1;
}
#logo {
	z-index: 3;
	position: absolute;
	right: 21px;
	top: 10px;
}
#inhaber {
	position: absolute;
	right: 140px;
	top: 155px;
	width: 100px;
	height: 30px;
	background: transparent url("../_img/inhaber.png") no-repeat;
	display: block
}
#inhaber span { display: none }

#page {
	width: 100%;
	min-height: 400px;
	background-color: transparent;
}
#content {
	position:relative;
	float:left;
	background: white url("../_img/content_bg.png");
	width: 650px;
	display: block;
	min-height: 400px;
	margin: 2px 2px 0 0;
	border-bottom: 1px solid #bebebf
}
#content:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}
#sidebar {
	position:relative;
	float: left;
	min-height: 400px;
	height: 400px;
	width: 258px;
	background: #76757a url("../_img/sidebar_bg.png") no-repeat;
	margin: 2px 0 0 0;
	border-bottom: 1px solid #dfdfdf
}


#nav {
	position: relative;
	top: 30px;
	left: 18px;
	list-style-type: none;
	margin: 0;
	padding: 0
}
#nav li {
	width: 213px;
	height: 34px;
	display: block;
	background: transparent url("../_img/nav_normal.png") no-repeat;
	margin-bottom: 6px;
}
#nav li:hover,
#nav li.active {
	background: transparent url("../_img/nav_hover.png") no-repeat;
}
#nav li a {
	width: 214px;
	height: 34px;
	display: block;
}
#nav strong { display: none }

#nav1 a:link,
#nav1 a:visited {
	background: transparent url("../_img/nav1_normal.png") no-repeat 40px 10px;
}
#nav1 a:hover,
#nav1 a:active,
#nav1.active a {
	background: transparent url("../_img/nav1_hover.png") no-repeat 40px 10px;
}
#nav2 a:link,
#nav2 a:visited {
	background: transparent url("../_img/nav2_normal.png") no-repeat 40px 10px;
}
#nav2 a:hover,
#nav2 a:active,
#nav2.active a {
	background: transparent url("../_img/nav2_hover.png") no-repeat 40px 10px;
}
#nav3 a:link,
#nav3 a:visited {
	background: transparent url("../_img/nav3_normal.png") no-repeat 40px 10px;
}
#nav3 a:hover,
#nav3 a:active,
#nav3.active a {
	background: transparent url("../_img/nav3_hover.png") no-repeat 40px 10px;
}
#nav4 a:link,
#nav4 a:visited {
	background: transparent url("../_img/nav4_normal.png") no-repeat 40px 10px;
}
#nav4 a:hover,
#nav4 a:active,
#nav4.active a {
	background: transparent url("../_img/nav4_hover.png") no-repeat 40px 10px;
}
#nav5 a:link,
#nav5 a:visited {
	background: transparent url("../_img/nav5_normal.png") no-repeat 40px 10px;
}
#nav5 a:hover,
#nav5 a:active,
#nav5.active a {
	background: transparent url("../_img/nav5_hover.png") no-repeat 40px 10px;
}
#nav6 a:link,
#nav6 a:visited{
	background: transparent url("../_img/nav6_normal.png") no-repeat 40px 10px;
}
#nav6 a:hover,
#nav6 a:active,
#nav6.active a  {
	background: transparent url("../_img/nav6_hover.png") no-repeat 40px 10px;
}
#nav7 a:link,
#nav7 a:visited {
	background: transparent url("../_img/nav7_normal.png") no-repeat 40px 10px;
}
#nav7 a:hover,
#nav7 a:active,
#nav7.active a  {
	background: transparent url("../_img/nav7_hover.png") no-repeat 40px 10px;
}


#footer {
	position: absolute;
	bottom: 10px;
	height: 20px;
	width: 257px;
	padding-top: 7px;
	margin-left: 1px;
/* 	background-color: #838388; */
	color: white;
}
#footer ul {
	margin: 0;
	padding: 0;
	padding-left: 40px;
	list-style-type: none;
}
#footer li { float: left }
#footer span { display:none }
#footer a {	
	float:left;
	height: 12px; 
	width: 75px;
	margin: 0 2px 0 5px;
}
a.imprint:link,
a.imprint:visited {
	background: transparent url("../_img/imprint.png") no-repeat 0 -13px;
}
a.imprint:hover,
a.imprint:active {
	background: transparent url("../_img/imprint.png") no-repeat  0 0px;
}
a.disclaimer:link,
a.disclaimer:visited {
	background: transparent url("../_img/imprint.png") no-repeat -84px -13px;
}
a.disclaimer:hover,
a.disclaimer:active {
	background: transparent url("../_img/imprint.png") no-repeat -84px 0px;
}

/* PING FIX IE6 */
img,
#headline,
#inhaber,
#nav li,
#nav a,
#footer a {
	behavior: url(../_js/iepngfix.htc)
}

#srchinfo {
	position:absolute;
	left:-9000px;
	text-indent: -9000px
}

#header.header0 { background-color: #424146 }
#header.header1 { background-color: #76015a }
#header.header2 { background-color: #545f61 }
#header.header3 { background-color: #023574 }
#header.header4 { background-color: #6c2f3e }
#header.header6 { background-color: #fe3ea3 }
#header.header7 { background-color: #267d84 }
#header.header8 { background-color: #a28a63 }
#header.header9 { background-color: #f3deed }
#header.header10 { background-color: #6b7285 }
#header.header11 { background-color: #192243 }


/* CONTENT */
#content p {
	margin: 0 10px 15px 10px
}

.w50 {
/* 	border: 1px solid red; */
	float: left;
	width: 300px;
	margin: 0 10px 0 0;
}

#anfahrt {
	margin: 10px 15px 15px 10px
}

#content ul {
	padding: 0;
	margin-left: 10px
}
#content li {
	padding: 5px 0;
	margin-left: 15px
}

.aktuelles { color:#76015a; clear:both }
.copyright { clear:both; text-align: center; padding-top: 60px }

#fader,
#fader2 {
	position:relative; 
	margin-left:70px;
	width: 500px; 
	height: 300px; 
	padding-bottom: 15px;
	clear:both
}
#fader2 {
	margin-left: 10px;
	margin-right: 10px;
	width: 350px;
	height: 350px;
	clear: none;
	float: left;
	display: block;
}
#content .ulTap { margin-left: 0px; float: left}

.red { color: red }
#content .inline li {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	display: inline;
	margin-right: 2px
}
.marke {
	float: left;
	margin: 0 5px 10px 0
}

.footie {
	clear:both;
	padding-top: 5px;
	margin-left: 20px;
	color: #888;
	font-size: 10px
}



/* FORMULAR */
#formbox {
	color: darkgrey;
	width: 500px;
	min-height: 250px;
	display: block;
}
#formbox legend { display: none }
#formbox fieldset { border: none }
#formbox label { 
	line-height: 20px;
	width: 65px;
	float: left;
}
#formbox label span { visibility: hidden }
#formbox .textfield {
	float: left;
	width: 320px;
	height: 14px;
	padding: 3px 5px 3px 5px;
	margin-bottom: 5px;
	font-size: 11px;
	color: black;
	border: 1px solid #6c2f3e;
	background-color: #e3e3e3
}
#formbox textarea {
	float: left;
	width: 323px;
	height: 160px;
	padding: 3px;
	margin-bottom: 10px;
	font: normal 11px verdana, sans-serif;
	color: black;
	border: 1px solid #6c2f3e;
	background-color: #e3e3e3	
}
.error { color: #f40000; font-weight: normal }
.formfield2 { display: none }
.contactleft { 
	float: left;
	width: 200px;
}
#formbox #submit {
	color: white;
	border: 0px solid #6c2f3e;
	background-color: #6c2f3e;
	padding: 2px 5px;
	font-size: 11px;
	font-weight: bold
}
