.clearer { clear:both;}
.horiz_sep {
	width: 100%;
	background: url("../images/horiz_sep.jpg") top left repeat-x;
	height: 3px;
	}
#content .horiz_sep {
	margin: 15px 0;
	}	
	
html, body, form{
	margin: 0;
	padding: 0;
	min-height: 100%;
	border: 0px;
	}
body {
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.6;
	min-height: 100%;

}
a {
	color: #aa0829;
	cursor: pointer;
	}
a h2{
	text-decoration: none;
	}	
a:visited {
	color: #6d0a24;  /* dunkleres rot */
	}	
a:hover {
	color: #004186;
	}	
body#bd {
	background: #fff url(../images/bg.png) repeat-x center 0px; 
	color: #636F7B;
	margin: 0;
	padding: 0;
	min-height: 100%;
}
.center_wrapper {
	width: 980px;
	margin: 0 auto;
	border: 0px solid #000;
	}
.flexible {
	width: auto;}	

.logo_right {
/*	background: url("../images/ARTADA_Snow_logo.png") 715px 3px no-repeat; */
	background: #fff url(../images/headLogo_03.png) no-repeat 715px 3px;
	height: 64px;
	}
.logo_right h1 {
	margin: 0 0 0 10px;
	padding-top: 25px;
	float: left;
	font-weight: normal;
	font-size: 1.7em;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva, sans-serif;
	}
.logo_right h1 a {	color: #333; text-decoration: none; }	
.logo_right h1 a span { color: #9f9f9f;}
#header {
	width: 100%;
	height: 65px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding:0;
	}	

#head_pane {
	background: #fff url(../images/headpane_bg.png) top left no-repeat;
	height: 250px;
	width: 980px;
	}
.test {
	background: #fff url(../images/bg.jpg) 0 -27px repeat-x;
	height: 100px;
	width: 100%;
	border: 0px solid #f00;
	}
	
/* content types */
#content, #wrap div.slide {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 0.8em;
	line-height: 1.3em;
	color: #636F7B;
	}	
#content strong, #footer strong {
	font-weight: normal;
	color: #333F4B;
	}
h1 {
	font-weight: normal;
	color: #004186;
	font-size: 1.6em;
	text-decoration: none;
	text-align: left;
	margin-bottom: 20px;

	}	
h1.section { border-top: 1px solid #ccc; padding-top: 15px;}
h2 {
	font-weight: normal;
	color: #aa0829;
	color: #004186;
	font-size: 1.4em;
	text-decoration: none;
	margin-top: 10px;
	line-height: 19px;
	}	
h3, h4 {
	color: #aa0829;
	color: #004186;
	font-weight: normal;
	}	
h4 { 
	font-size: 1em;
	clear: both;
	color: #aa0829;
	color: #004186;
	margin: 4px 0;
	text-shadow: none;
	
	}	
h3.download {
	background: url(../images/download.png) top right no-repeat;
	}			
#content img {
	margin: 10px;
	}
a img {
	border: 0;
	}
#footer_wrapper {
	margin: 0 auto;
	clear: both;
	height: 35px;
	width: 980px;
	border: 0px solid #000;
	background: url(../images/footer_bg.png) bottom left no-repeat;
	font-size: 0.8em;
	padding-top: 0px;
	}
#footer {	
	width: 950px;
	float: left;
	display: block;
	padding: 0;
	margin:	0px 15px 0 15px;
	}

ul.footer-links {
	width: 250px;
	float: right;
	margin-right: 0px;
}
ul.footer-links li {
	float:right;
	margin: 0 0px 0 10px;
	list-style-type: none;
	vertical-align: bottom;
	text-align: center;
	}		
		
#wrapper_content {
	width: 100%;
	float: left;
	margin-top: 0;
	background: #fff url(../images/bg.jpg) 0 -27px repeat-x;
	}
#content {
	margin: 10px 15px 10px 15px;
	display: block;
	float: left;
	width: 950px;
	}
#content ul {	
	display: block;
	list-style-position: outside;
	margin-bottom: 15px;
	}
#content ul li{			
	margin: 3px 0;
	line-height: 20px;
	list-style-image: url(../images/li.gif);
	}
#content ul.img {	
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	}
#content div.pollvotes ul li {list-style-image: none;}

.left_col {
	float: left;
	width: 440px;
	clear:both;
	margin-bottom: 15px;
	}	
	
.right_col {
	float: left;
	margin-left: 50px;
	width: 440px;
	margin-bottom: 15px;	
	}		
#content p, #wrap div.slide p {
/*	text-align: left;*/
	display: block;
	margin-top: 10px;
	}		
	
/* Carousel Start*/
#wrap {
	float: left;
	margin: 0 auto;
	height:250px;
	width:980px;
	border: 0px solid #000;
	display:block;
	overflow: hidden;
	position:relative;
}
.carousel {
	width:10000px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0px;
}
.carousel img {
	margin:0;
	padding:0;
	border:none;
	}
.carousel li {
	height:250px;
	width:980px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	list-style-type: none;
}

#previous {
	height: 250px;
	width: 65px;
	z-index: 1;
	display: block;
	position: absolute;
	top:0;
	left:0;	
	}
#previous:hover{	
	background: url(../images/button_prev.png) 0 45% no-repeat;
	}
	
#next{
	height: 250px;
	width: 65px;
	display: block;
	position: absolute;
	top:0;
	right:0;
	}	
#next:hover{	
	background: url(../images/button_next.png) 0 45% no-repeat;
	}
	
#wrap div.slide {
	width: 980px; 
	display: block;
	float:left;
	padding: 0px;
	margin: auto 0;
	}

#wrap div.slide img{	
	margin: 10px;
	}
#wrap div.slide .left_col {
	float: left;
	width: 440px;
	clear:both;
	padding: 15px;
	}	
	
#wrap div.slide .right_col {
	float: left;
	margin-left: 40px;
	width: 440px;
	}		
	

p.classic {
	color:#004186;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	font-style:italic;
	line-height:26px;
	}	
	
/*Carousel END */		
/* START breadCrumb */
#breadcrumbs {
	font-size: 0.7em;
	background: #F2F6F9;
	}
#breadcrumbs a{	
	text-decoration: none;
	color: #967D6D;
	color: #636F7B;
	}
.B_crumbBox {
	margin-left: 12px;
	line-height: 12px;
	}	
.B_currentCrumb {
	color: #aa0829;
	}	
/* BreadCrumb END */


/*Table*/
/*Table*/
table {  
  margin: 0 0px 0px 0px;
  padding: 0;
  display: block;
  font-size: 10px;
  border-collapse: collapse;
  width:100%;
}

#hosting p {
	margin: 0 ;
	padding: 0;
	line-height: 25px;
	display: block;
	text-align: center;
	}
#hosting p.alignleft {
	text-align: left;
	}	
#hosting img {	
	margin: 5px;
	}
.red {
	background: #aa0829;
	}	
.blue {
	background: #004186;
	}	
.newsitem, .newsitem_small {
	clear: both;
	display: block;
	}
.newsitem {
	margin-bottom: 20px;
	min-height: 50px;}	
.newsitem h2 a, .newsitem h2 a:visited { color: #004186; }
#content .newsitem img { margin: 0 10px 10px 0; }
.newsitem_small {
	margin: 0 0 8px 0;
	min-height: 50px;
	}	
.newsitem_small_alt{	
	border: 1px dashed #ccc;
	padding: 3px;
	}
#content div.newsitem h2 {
	margin:0;}
#content div.newsitem h2 a{		
	color: #004186;}
#content div.newsitem_small p.block {	
	float: left;
	width: 210px;
	margin-top: 5px;
	}
	
#content table p strong{	
	font-size: 12px;
	color: #fff;
	}
table caption {
  margin: 0 12px;
  padding: 20px 0 5px 0;
  font: 12px arial, sans-serif;
  text-align: left;  
}

table th,table td {
  text-align: left;
  vertical-align: top;
  padding: 0px 10px;
}


thead th {
  color: #fefefe;
  background-color: #004186;
  border-bottom: 1px solid #585043;
}

tbody tr.highlighted {
  background-color: #f0f0f0;
}

tbody td {
	border-bottom: 1px solid #d0d0d0;
	vertical-align: middle;
	text-align: center;
}

tbody tr:hover td {
  background: #e9e7e7; 
  border-bottom: 1px solid #c9c7c7;
}
.widthA{
	width:20%;
}
.widthB{
	width:40%;
}


/* CAT STYLE */
.KategorieBox {
	float:left;
	width: 230px;
	margin: 10px;
	min-height: 100px;
	}
.KategorieImage {
	float:left;
	}

.KategorieName {
	float:left;
	}	
.KategorieName h1{
	font-size: 14px;
	margin: 0 0 0 10px;
	}
.KategorieDescription {
	margin: 0 0 0 10px;
	width: 160px;
	}
	
.ProduktBox {
	float:left;
	width: 530px;
	margin: 10px 5px;
	min-height: 85px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	}
.ProduktImage {
	float:left;
	width: 60px;
	}

.ProduktName {
	float:left;
	}	
.ProduktName h1{
	font-size: 14px;
	margin: 0 0 0 10px;
	}
.ProduktDescription {
	margin: 0 0 0 10px;
	width: 280px;
	float:left;
	}	
.ProduktPreis {
	float:left;
	margin: 0 0 0 10px;
	width: 160px;
	text-align:right;
	}	
	
/*  CAT ENDE */	


/*   Main Navigation */
#mainnav {
	height: 42px;
	margin: 0px 0 0px 0px;
	border: 0px solid #f00;
	float: left;
	width: 980px;
	position: relative;
	}
#mainnav ul {
	float: left;
	margin: 0px 0 0px 0px;
	padding: 0;
	height: 42px;
	width: 974px;
	background: url(../images/mainnav_li_bg.png) top right no-repeat;
	}	

#mainnav li {
	float:left;
	margin: 0 0px;
	list-style-type: none;
	vertical-align: bottom;
	height: 42px;
	background: url(../images/mainnav_li_bg.png) top left no-repeat;
	}		
#mainnav li:hover {
	background: url(../images/mainnav_li_active.png) top left no-repeat;
	}	
#mainnav li.active {
	background: url(../images/mainnav_li_active.png) top left no-repeat;
	}	

#mainnav li.first {	
	background: url(../images/mainnav_li_first.png) top left no-repeat;
	}
#mainnav li.first:hover, #mainnav li.first.active  {	
	background: url(../images/mainnav_first_active.png) top left no-repeat;
	}
.preload1 {
	background: url(../images/mainnav_first_active.png) 0 0  no-repeat;
	}
.preload2 {
	background: url(../images/mainnav_li_active.png) top left no-repeat;
	}	
#mainnav li a{	
	padding: 0px 24px 0 24px;
	font-size: 0.9em;
	font-size: 1em;
	line-height: 40px;
	text-decoration: none;
	font-weight: normal;
	color: #f3f3f3;
	display: block;

	}
#mainnav li.active a{	
	color: #fff;
	}
	
ul#rechtliches {
	background: none;
	position: absolute; 
	bottom: 0; 
	right: 0; 
	width: auto; 
	font-size: 11px;
	height: 15px;
}

ul#rechtliches li {	
	background: none;
	margin-right: 5px;
	}
ul#rechtliches li a{	
	background: none;
	line-height:normal;
	margin: auto;
	padding: 0;
	text-shadow: none;
}
ul#rechtliches li:hover, ul#rechtliches li a:hover {	
	color: #cfcfcf;
	background: none;
	line-height:normal;
}
/*SUBNAV */	
#subnav {
	height: 30px;
	margin: 0px 0 0px 0px;
	border: 0px solid #f00;
	float: left;
	width: 980px;
	background: #F2F6F9;	
	position: relative;
	}
#subnav ul {
	float: left;
	margin: 0px 0 0 0px;
	padding: 0;
	height: 30px;
	width: 980px;
	}	

#subnav li {
	float:left;
	margin: 0 0px 0 0px;
	list-style-type: none;
	vertical-align: middle;
	height: 30px;
	}		
#subnav li.first, #subnav li.first a {	
	background: none;
	}
#subnav li a:hover, #subnav li:hover{
	background: url(../images/subnav_bg_active.png) center left repeat-x;
	background: #fff;
	}	
#subnav li.active {
	background: url(../images/subnav_bg_active.png) center left repeat-x;
	background: #fff;
	}	
#subnav li a{	
	display: block;
	line-height: 30px;
	padding: 0px 12px 0px 12px;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
	color: #f3f3f3;
	color: #004168;
/*	color: #aa0829;*/
	background: url(../images/subnav_li_sep_02.png) center left no-repeat;
	}
#subnav li.active a{	
	color: #fff;
	color: #aa0829;
	background: none;	
	}

/*news*/
.article-meta {
	margin-bottom: 0;
	color: #ccc;
	display: block;
	}
.caption {
	max-width: 150px; 
	max-height: 200px;
	}
/*Search Form */
#ajaxSearch_form {
	position: absolute;
	right: 10px;
	top: 0;
	width: auto;
	}	
#ajaxSearch_form fieldset {
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
	width: 310px;
	}	
#ajaxSearch_output {
	float: left;
	background: #fff; 
	width: 300px; 
	height: auto;
	position: absolute; 
	top: 30px; 
	right: 0; 
	font-size: 0.8em;
	padding: 5px;
	overflow: auto;
	}
#ajaxSearch_form label {
	width: auto;
	}
	
/*relative */
.redLink{
  font-size:1.2em;
  color: red;
}
#ajaxSearch_subSearch{
	padding: 3px 2px 2px 2px;
	margin: 5px 0 10px 0;
	list-style: none;
}
#subSearch_maxigallery{
	padding: 2px 2px 2px 2px;
	margin: 5px 0 10px 0;
	width: 100%;
	clear: both;
}
#ajaxSearch_radio {
	background:#FFFFFF;
	font-size:0.8em;
	margin:0 0 5px;
	padding: 1px 1px 2px 1px;
}
#ajaxSearch_select {
	background:#FFFFFF;
	height:auto;
	width: 150px;
	font-size:0.8em;
	padding: 3px 1px 2px 1px;
	border: 2px inset gray;
}

#ajaxSearch_intro {
	float:right;
	font-size:0.7em;
	margin:2px 0 15px;
}

#ajaxSearch_input {
	width: 230px;
	background: #FFFFFF;
	font-size: 0.8em;
	padding: 2px 1px 2px 3px;
	border: 0px inset gray;
	margin: 0;
}

#ajaxSearch_submit {
	clear: both;
	width: auto;
	cursor: pointer;
	color:#000000;
}
#searchClose {
	float:left;
	margin-left:-330px;
	margin-top:7px;
	top:0px;
}
#indicator {
	float:left;
	margin-left:-350px;
	margin-top: 7px;
	top:0px;
}
#ajaxSearch_output {
	font-size: 90%;
	background-color: #fefefe;
	border: 1px solid #004186;
	color: black;
  	width: 480px;
	z-index: 0;
	padding: 5px;
	margin: 5px 0 15px 0;
}

.ajaxSearch_paging {
	display: block;
	margin: 5px 0 10px;
}
.AS_ajax_result {
  color: #444;
  margin-bottom: 3px;
}
.AS_ajax_resultLink {
  text-decoration: underline;
  color: #004186;
}
.AS_ajax_resultDescription, .ajaxSearch_resultDescription{
  color: #555;
  padding: 2px;
}
.AS_ajax_resultsIntroFailure{
  padding: 3px;
}
.AS_ajax_highlight1, .ajaxSearch_highlight1{
  color : #CC0000;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight2, .ajaxSearch_highlight2{
  color : #CB53DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight3, .ajaxSearch_highlight3{
  color : #DF53B5;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight4, .ajaxSearch_highlight4{
  color : #DF5380;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight5, .ajaxSearch_highlight5{
  color : #A453DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight6, .ajaxSearch_highlight6{
  color : #53ADDF;
  padding: 0;
  font-weight: bold;
}
.AS_intro { display: none;}

.AS_ajax_resultImage img{
  margin:10px 140px 20px 140px;
}
.ajaxSearch_resultImage img{
  margin:10px 20px 20px 20px;
}
#ajaxSearch_form img {
	float: left;}	
div.AS_ajax_extract p {
	margin-top: 0;
	font-size: 0.8em;
	}	

.readon {
	text-decoration: none;}		
	
.webGal_item {
	float: left;}	
.refDescr {
	float: left;
	display: block;
	width: 265px;
	}
/* Formular Anpassungen */
#form {
	clear:both;	}
#form em {
	width: 100%;
	display: block;
	border-bottom: 1px dashed #ccc;
	margin: 15px 0;
	color: #004186;
	line-height: 20px;
	}	
#form fieldset {
	border: 0;}
#form label, #form select, #form input[type="checkbox"], #form input[type="radio"], #form input[type="button"], #form input[type="submit"] {
	cursor:pointer;
}
#form label {
	width:140px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 5px;
}

#form input:focus, #form input:hover, #ajaxSearch_form input:hover,
#form textarea:focus, #form textarea:hover, 
#form select:focus, #form select:hover {
	background:#E7F1F3 none repeat scroll 0 0;
	color:#000000;
	outline-color:#888888;
	outline-style:solid;
	outline-width:1px;
}
#form input, #form textarea, #form select {
	width:265px;
}
#form input, #form textarea, #form select, #ajaxSearch_form input {
	border:1px solid #E2E7E9;
	outline-color:#888888;
	outline-style:solid;
	outline-width:1px;	
	color:#999999;
	margin-bottom: 5px;
	background: #fff;
}	
#form input[type="submit"], input[type="submit"], #form input[type="radio"], #ajaxSearch_form input[type="submit"]{
	outline-color:#888888;
	outline-style:solid;
	outline-width:1px;	
	width: auto;
	border:1px solid #004186;
	margin-top: 5px;
	color: #004186;
	}
#form input[type="radio"] {
	border: 0px;
	outline-width:0px;	
	}	
#form input.requiredValue, #form textarea.requiredValue  {
	border:1px solid #aa0829;
}
#form input.invalidValue, #form textarea.invalidValue  {
	background:#aa0829;
}
/* NEWSLETTER */
.TXNewsletters_form {
	clear:both;	}
.TXNewsletters_form fieldset {
	border: 0;}
.TXNewsletters_form label, .TXNewsletters_form select, .TXNewsletters_form input[type="checkbox"], .TXNewsletters_form input[type="radio"], .TXNewsletters_form input[type="button"], .TXNewsletters_form input[type="submit"] {
	cursor:pointer;
}
.TXNewsletters_form label {
	width:80px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 5px;
}

.TXNewsletters_form input:focus, .TXNewsletters_form input:hover
.TXNewsletters_form textarea:focus, .TXNewsletters_formtextarea:hover, 
.TXNewsletters_form select:focus, .TXNewsletters_form select:hover {
	background:#E7F1F3 none repeat scroll 0 0;
	color:#000000;
	outline-color:#888888;
	outline-style:solid;
	outline-width:1px;
}
.TXNewsletters_form input, .TXNewsletters_form textarea, .TXNewsletters_form select {
	width:auto;
}
.TXNewsletters_form input, .TXNewsletters_form textarea, .TXNewsletters_form select {
	border:1px solid #E2E7E9;
	outline-color:#888888;
	outline-style:solid;
	outline-width:1px;	
	color:#999999;
	margin-bottom: 5px;
	background: #fff;
}	
.TXNewsletters_form input[type="submit"], .TXNewsletters_form input[type="radio"]{
	outline-color:#888888;
	outline-style:solid;
	outline-width:1px;	
	width: auto;
	border:1px solid #004186;
	margin-top: 5px;
	color: #004186;
	}
.TXNewsletters_form input[type="radio"] {
	border: 0px;
	outline-width:0px;	
	}	
.TXNewsletters_form input.requiredValue, .TXNewsletters_form textarea.requiredValue  {
	border:1px solid #aa0829;
}
.TXNewsletters_form input.invalidValue, .TXNewsletters_form textarea.invalidValue  {
	background:#aa0829;
}
/*NEWSLETTRE ENDE */


/* Google maps */
#map {
	background: #ccc;
	height: 250px;
	width: 100%;
	}
#directions {
	float: left;}


/* allgemein */	
.subcol1-2 {
	float: left;
	clear: both;
	width: 45%;
	margin: 0;
	padding: 0;}

.subcol2-2 {
	float: left;
	width: 45%;
	margin: 0;
	padding: 0;	
	margin-left: 10%;}

.subcol1-4 {
	float: left;
	width: 225px;
	margin: 0 12px 0 0;
	padding: 0;}

.subcol1-23 {
	float: left;
	width: 605px;
	margin: 0;
	padding: 0;}

.subcol2-23 {
	float: left;
	width: 290px;
	margin: 0;
	padding: 0;	
	margin-left: 55px;
	}	
	
#wrap div.slide .nomargin, #content img.nomargin {
	margin:0;}	
	
#content div.port {
	margin: 0 0 10px 0;
	width: 276px;
	border: 1px solid #004186;
	border-top: 0px solid #004186;	
	background: url(../images/bg.png) 0 -100px repeat-x;
	min-height: 100px;
	}
#content div.port_content {
	margin: 0 5px 5px 5px;
	}	
#content div.port h3 {
	background: url(../images/mainnav_li_bg.png) center center repeat-x;
	color: #fff;
	margin: 0 0 5px 0;
	font-size: 0.9em;
	line-height: 24px;
	padding-left: 5px;
	}

#content div.smallport {
	margin: 0 0 10px 5px;
	width: 276px;
	min-height: 50px;
	text-align: left;
	}

#content div.item {	
	width: 300px; 
	float: left; 
	display: block; 
	margin: 0 0 0px 0;}

#content div.item_content {		
	width: 100%;
	min-height: 60px;
	float: left; 
	margin: 0px 0 0 0px;}
	
#content div.item_content h2 {
	margin-bottom: 3px;}
	
#content div.item strong.subcategories	{
	width: 220px;
	display: block;
	float: left;
	margin-bottom: 5px;
	}
	
input.text {
	border: 0;
	outline-width: 0;
	text-align: left;
	margin: 0;
	padding: 0;
	background: none;
	height: 1.3em;}
	
#content ul.imgline {
	display: inline;
}
#content ul.imgline li{	
	float: left;
	list-style-type: none;
	list-style-image: none;
	margin: auto 0 auto 10px;
	vertical-align: middle;
	line-height: 100px;
	min-width: 190px;
	}
#content ul.imgline li img{				
	vertical-align: middle;}
	
#content ul.anleitung {
	display: inline;
}
#content ul.anleitung li{
	list-style-type: none;
	min-height: 120px;
	list-style-image: none;	}
#content ul.anleitung li p{	
	margin-left: 25px;}
	
.wwwtarif {
	background: url(../images/wwwtarif.png) top left no-repeat;
	}	
.wwwtarif_long {
	background: url(../images/wwwtarif_long.png) top left no-repeat;
	}	

div.wwwtarif h3, div.wwwtarif_long h3{
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	}
div.wwwtarif h4, div.wwwtarif_long h4	{	
	background: #F4F4F4;
	line-height: 20px;
	}
.piwik {display: none;}	
table.agenda tbody td{ text-align: left; vertical-align: top; }



/*Feedbackformular*/

div.feedbackfrage
{
	margin: 10px 0;
}


div.feedbackbutton
{
	width:500px;
	float:right;
	position:relative;
	text-align:center;
}

#feedbackform input, #feedbackform textarea { background: #e3e6e9; }
