@charset "utf-8";
/* CSS Document */


body {
	background-color: #fff;
	padding:0px;
	margin:0px;
	background-image:url(grfx/bg_body.jpg);
	background-repeat:repeat-x;
}

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


#container {
	width: 960px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

/* ----------banner for logo-------------- */
#banner {
	padding: 0px;
	margin: 0px;
	height:238px;
	background-image:url(grfx/head_title.jpg);
	background-repeat:no-repeat;
}


/* -----------------content--------------------- */
#content {
	background-color:#FFF;
	padding: 0px;
	float:left;
	width:650px;
}

div#content { 
	min-height:400px;
	height:expression(this.scrollHeight > 400 ? "auto":"400px");
}


/* --------------left navi------------- */
#right {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
}

#datum {
	float:right;
	color:#999;
	height:15px;
	font-size:0.9em;
	margin-top:9px;
	margin-bottom:6px;
}

#rightmenu{
	list-style: none;
	font-size:1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	float:right;
}

#rightmenu ul li {
	list-style-image:none;
	list-style:none;
}
#rightmenu ul li a {
	display:block;
	list-style-image:none;
	list-style:none;
	text-decoration: none;	
	color:#000;
	width:160px;
	margin-left:-25px;
	line-height:2.3em;
	border-bottom:1px dotted #FF7E14;
}
#rightmenu ul li a:hover, 
#righttmenu ul li a:active {
	color:#000;
}
#rightmenu ul li#current a {	
	color:#000;
}


.inbox {
	width:80px;
	border:0px;
	border-bottom:1px solid #FF7E14;
}
.button {
	font-size:0.9em;
	border:1px solid #999;
	color:#FF7E14;
	width:80px;
}
/* -------------- bottomline------------- */
	#bottomline {
	clear: both;
	margin: 0px;
	padding: 0px;
	background-image:url(grfx/bg_firstblock.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:20px;
}

/* -------------- bottom navi ------------- */
#bottom {
	clear: both;
	margin: 0px;
	padding: 0px;
	background-position:10px;
	height:130px;
	background-color:#A9CA6F;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	background-color:#333;
	height:35px;
	padding-top:8px;
	text-align:center;
	color:#999;
	line-height:1.3em;
}
#footer a {
	color:#999;
}

/* -----------Topnavigation --------------------------- */
#nav {
	clear: both;	
	margin: 0; padding: 0;
	padding-top:200px;
}
#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	display: block;
	float: left;
	text-decoration: none;	
	letter-spacing: 1px;
	width:160px;
	padding-top:10px;
	padding-bottom:7px;
	text-align:center;
	color:#fff;
	height:22px;
	margin-top:-3px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color:#2576B4;
	background-image:url(grfx/nav_hover.jpg);
}
#nav ul li#current a {	
	color:#2576B4;
	background-image:url(grfx/nav_hover.jpg);
}



/* ----------- Bottom-Nav --------------------------- */
#bot_1 {
	margin-top:10px;
	width:278px;
	padding:20px;
	border-right:1px solid #775E49;
	color:#999;
	float:left;
	font-size:0.9em;
	height:70px;
}
#bot_2 {
	margin-top:10px;
	width:278px;
	padding:20px;
	border-right:1px solid #775E49;
	color:#999;
	float:left;
	font-size:0.9em;
	height:70px;
}
#bot_3 {
	margin-top:10px;
	width:278px;
	padding:20px;
	color:#999;
	float:left;
	font-size:0.9em;
	height:70px;
	text-align:right;
}


/* ----------- Tab-Nav --------------------------- */

div.panes > div {
	display:none;		
	padding-left:5px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #999;
	border-top:0;
	background-color:#fff;
}

ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #666;	
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(grfx/tab_blue.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;	
}

/* ------------------ container for slides ----------------------------- */
.images {
	background: url(grfx/bg_neuzug.jpg) repeat-x;
	border:1px solid #ccc;
	border-top:0px solid #fff;
	position:relative;	
	height:230px;
	width:278px;
	float:left;	
	cursor:pointer;
	overflow:hidden;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	padding:5px;
	margin:5px;
	font-size:11px;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* prev and next buttons */
.forward, .backward {
	float:left;
	background:#fff url(grfx/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 			{ background-position: 0 -30px; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  	{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	margin-left:0px;
}

.tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(grfx/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}
/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	

/* ------------------ tooltip ----------------------------- */

/* tooltip styling */ 
.searchres1 {
	background-color:#F9F9F9;
	border:1px solid #ccc;
	position:absolute;
    display:none; 
    min-height:250px;
    width:400px; 
    font-size:11px; 
    color:#000;
	z-index:99999;
	overflow:auto;
	margin-top:85px;
	margin-left:100px;

    /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; 
} 
.searchtxtfield {
	width:250px; 
}
.tr_over2 {
	background-color:#ccc;
}
.stabcell {
	width:450px;
	padding-left:10px;
	height:15px;
}


/* ------------------ accordion ----------------------------- */
#accordion {
	background:#fff;
	width: 190px;
	border:1px solid #999;	
	-background:#fff;
}

/* accordion header */
#accordion h2 {
	background:#ccc;
	margin:0;
	padding:2px 2px;
	font-size:10px;
	border:1px solid #fff;
	cursor:pointer;
	background-image:url(grfx/acc_bck_blue.jpg);
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#0F3;
	background-image:url(grfx/acc_bck_green.jpg);
	background-position: 0px 18px;
}

/* accordion pane */
#accordion div.pane {
	border:1px solid #ccc;
	border-width:0 0px;
	display:none;
	padding-left:0px;
	padding-right:3px;
	font-size:0.8em;
}



/* ------------------ content ----------------------------- */

#content li {

}

#content a, a:visited {
	color:#564b47;
	text-decoration:none;
}

/*
#content a:hover {
	padding-bottom:1px;
	border-bottom:1px dotted #FF7E14;
}
*/

#bottom a {
	color:#999;
	text-decoration:none;
}
#bottom a:hover {
	color:#FF7E14;
	text-decoration:none;
}

#clearer {
	clear:both;
}

#infobox {
	width:280px;
}
#boxhead {
	background-image:url(grfx/box_title_bck.jpg);
	height:24px;
	padding-left:10px;
	padding-top:5px;
}

#boxcont {
	border:1px solid #CCC;
	border-top:0px;
	height:150px;
	background-image:url(grfx/box_cont_bck.jpg);
	background-repeat:repeat-x;
	
}
#boxfreecall {
	border:1px solid #CCC;
	border-top:0px;
	height:105px;
	background-image:url(grfx/box_freecall_bck.jpg);
}

#boxvoucher{
	border:1px solid #CCC;
	border-top:0px;
	height:170px;
	background-image:url(grfx/box_voucher_bck.jpg);
	background-repeat:repeat-x;
}
#boxebay{
	border:1px solid #CCC;
	border-top:0px;
	height:120px;
}

#boxnewsletter{
	border:1px solid #CCC;
	border-top:0px;
	height:100px;
	background-image:url(grfx/bg_newsletter.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.telnr {
	font-size:24px;
	color:#03F;
	padding-left:10px;
	padding-top:5px;
}
.voucher {
	font-size:13px;
	color:#03F;
	padding-left:10px;
	padding-top:5px;
}
.teltxt {
	font-size:0.8em;
	padding-left:10px;
	padding-top:5px;
	line-height:1.3em;
}
.teltxt a {
	font-size:1em;
	color:#03F;
	padding-left:10px;
	padding-top:5px;
	text-decoration:none;
}


#HitCount{
	margin-top:10px;
	margin-left:40px;
	float:left;
	width:360px;
}
#reset {
	margin-top:10px;
	float:left;
	width:150px;
	margin-left:74px;
}

.selectbox {
	width:340px;
}
.TxtSuFeld {
	width:75px;
	float:left;
}
.SuFeld {
	width:300px;
	float:left;
}
#clear {
	clear:both;
	height:4px;
}

.res_table {
	width:100%;
}
.res_tr {
	
}
.res_td_gerade {
	border-bottom:1px dotted #999;
	height:25px;
	padding-bottom:5px;
	padding-top:10px;
}
.prepic {
	padding-bottom:0px;
	border-bottom:20px;
	border:0px solid #0F0;
}
.prepic a:hover {
	padding-bottom:0px;
	border-bottom:20px;
	border:0px solid #0F0;
}
.tr_over {
	background-color:#F7F7F7;
}

/* -------------- CSS für Shopangebote ------------------------------ */

#shopoffer {
	border:1px solid #ccc;
	position:relative;
	background: url(grfx/bg_neuzug.jpg) repeat-x;
	background-position:bottom;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	line-height:1.2em;
}
#shopoffer h3 {
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:2px;
}

#touri {
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:2px;
}
.offer {
	position:absolute;
	bottom:0;
}
.tblW100 {
	width:215px;
	font-weight: normal;
	font-size:11px;
}
.tblBorder {
	width:125px;
}
.fnt10 {
	font-size:0.9em;
}

.textf {
	width:270px;
}
.textfred {
	border: 1px solid #F00;
	background-color:#FCD1D5;
}
