/****************************************************/
/* general */
/****************************************************/


/* hinzugef¸gt von Jan, damit auch Tabellen richtig gelayoutet sind */

* {
}
* {
	border:0;
	margin:0;
	padding:0;
}

body, table, div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#383838;
	line-height:1.5em;
}

body {
	margin-bottom:16px;
	padding:0 16px;
        /*background-color: #333;*/
}
/* ende hinzugef¸gt von Jan*/


a:link, a:visited {
	color:#08337A;
	text-decoration:underline;
}

a:hover {
	color:#08337A;
	text-decoration:none;
}

a.ort:link, a.ort:visited {
	color:#383838;
	text-decoration:underline;
}

a.ort:hover {
	color:#383838;
	text-decoration:none;
}

a.arrow-left {
	background:url('../img/arrow/left.gif') no-repeat left;
	padding-left:16px;
	text-decoration:none;
}

a.arrow-left:hover {
	text-decoration:underline;
}

a.arrow-right {
	background:url('../img/arrow/right.gif') no-repeat right;
	padding-right:16px;
	text-decoration:none;
}

a.arrow-right:hover {
	text-decoration:underline;
}
a.arrow-left-underlined {
	background:url('../img/arrow/left.gif') no-repeat left;
	padding-left:16px;
	text-decoration:underline;
}

a.arrow-left-underlined:hover {
	text-decoration:none;
}

a.arrow-right-underlined {
	background:url('../img/arrow/right.gif') no-repeat right;
	padding-right:16px;
	text-decoration:underline;
}

a.arrow-right-underlined:hover {
	text-decoration:none;
}

a.arrow-down {
	background:url('../img/arrow/down.gif') no-repeat right;
	padding-right:12px;
	text-decoration:none;
}

a.arrow-down:hover {
	text-decoration:underline;
}

a.arrow-up {
	background:url('../img/arrow/up.gif') no-repeat right;
	padding-right:12px;
	text-decoration:none;
}

a.arrow-up:hover {
	text-decoration:underline;
}

.left {
	float:left;
}

.right {
	float:right;
}

h1 {
	color:#08337A;
	font-size:18px;
	margin-bottom:16px;
}

.h1_subtitle {
	font-size:12px;
}

h2 {
	font-size:12px;
	margin-top:8px;
	margin-bottom:8px;
}

h3,h4,h5,h6 {
	font-size:12px;
	margin-top:8px;
	margin-bottom:8px;
}

h2.block {
	background:#08337A;
	color:#FFF;
	font-size:12px;
	margin-top:8px;
	margin-bottom:8px;
	padding:3px 6px;
}


h2.block a {
        color:#FFF;
}
h2.block a:link, h2 a:visited {
	text-decoration:underline;
}
h2.block a:hover {
	text-decoration:none;
}

input { 
  border: 1px solid #CCC;
}

input[type=text],
input[type=password],
input[type=file],
select,
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:1px;
	background-color:#FFF;
	border:1px solid #CCC;
}
select:focus {
	background:#CCC;
	border:1px solid #999;
}
input[type=submit], 
input[type=reset], 
input[type=button],
button {
	font-size:11px;
}

optgroup {
	background:#FFF;
}

p {
	margin-bottom:16px;
}

li {
  margin-left: 20px;
}

.uppercase {
	text-transform:uppercase;
}

.clearboth {
    clear: both;
}
.clearbothempty {
    clear: both;
    height: 0px;
}
.clearleft {
    clear: left;
}
.clearleftempty {
    clear: left;
    height: 0px;
}

div.dank_phrase {
  float: right;
}


.hilighted_div {
  border: 1px dashed #383838;
  padding: 2px;
  background-color: #FAFAFA;
}

.message_error, .important_hint  {
  border: 1px dashed red;
  padding: 3px;
  background-color: #FFD2AA;
  color: red;
  margin-bottom: 15px;
    margin-top:8px;
}

.message_warning {
  border: 1px dashed DarkOrange;
  padding: 3px;
  background-color: transparent;
  color: DarkOrange;
  margin-bottom: 15px;
	margin-top:8px;
}
.message_success {
  border: 1px dashed green;
  padding: 3px;
  background-color: transparent;
  color: green;
  margin-bottom: 15px;
	margin-top:8px;
} 
.message_error_no_frame {
  color: red;
}

.message_warning_no_frame {
  color: DarkOrange;
}
.message_success_no_frame {
  color: green;
} 

img.preview_bilder_normal {
  margin-bottom: 3px;
}
img.preview_bilder_special {
  float: right;
}
/****************************************************/
/* main
/****************************************************/

#main {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:1100px;
}
#main-left {
	float:left;
	width:924px;
}

/****************************************************/
/* login */
/****************************************************/

#login {
	background:#E2001A;
	border-bottom:1px solid #FFF;
	color:#FFF;
	height:24px;
	line-height:24px;
	/*position:relative;*/
	text-transform:uppercase;
}

#login h1 {
	color:#FFF;
	display:inline;
	font-size:12px;
	left:8px;
	margin:0;
	position:absolute;
	top:0;
}

#login span {
	color:#FFF;
	display:inline;
	left:8px;
	margin:0;
	position:absolute;
	top:0;
}

#login ul {
	list-style:none;
	margin-right:8px;
}

#login ul li {
	float:right;
	padding-left:16px;
        margin-left: 0px;
}

#login a,
#login a:visited {
	color:#FFF;
}

/*#login a:link,
#login a:visited {
	text-decoration:none;
}

#login a:hover {
	text-decoration:underline;
}*/


/****************************************************/
/* head
/****************************************************/

#head {
	background:#FFF;
	height:122px;
	overflow:hidden;
	padding-right:0px;
	/*position:relative;*/
}
.nabc_top {
  margin-top: 4px;
  float: right;
  font-size: 1px;
  line-height: 0px;

}
#head .nabc_top div.qdads-teilbanner {
  margin-top: 5px;
  margin-right: 8px;
  border: 1px solid white;
}
.nabc_top .content {
float: left;
}
.nabc_side {
	float:right;
	/*margin-left:16px;*/
        margin-top: 29px;
	width:160px;
}


/****************************************************/
/* logo */
/****************************************************/

#head {
	position:relative;
}

#head #logo {
	left:0px;
	position:absolute;
	top:0px;
	z-index:10;
}
      
#head #schriftzug {
                position:absolute;
                right:11px;
                top:60px;
                z-index:10;
        }


#head .nabc_side div {
  float: right;
  display: inline;
  margin-left: 6px;
}

#head_gallery {
	left:0px;
	position:absolute;
	top:0px;
	z-index:5;
}

/****************************************************/
/* banner */
/****************************************************/

#head .banner {
	border:1px solid #FFF;
	float:right;
	margin:8px 0 0 8px;
	/*height:80px;
	width:250px;
	left:407px;
	position:absolute;
	top:7px;*/
}
#head .qdads-banner {
/*
  width: 728px;
  height: 90px;
  */
  margin-top: 6px;
  float:right;
  background-color: transparent;
  /*border:1px solid #FFF;*/
  margin-right:8px;
}

#head .qdads-banner div {
  float: right;
  display: inline;
  margin-left: 6px;
}
/*#head #banner-2 {
	border:1px solid #FFF;
	height:80px;
	left:666px;
	position:absolute;
	top:7px;
}*/


/****************************************************/
/* nav
/****************************************************/

.netzathleten {	
	position:absolute;
        left:824px;
	top:119px;
        /*z-index: 100000;*/

}

#nav-main {
	background:#08337A;
	border-top:1px solid #FFF;
	color:#FFF;
	height:24px;
	/*line-height:24px;*/
	margin-bottom:16px;
	/*padding-left:8px;*/
	text-transform:uppercase;
}
/*
#nav-main ul {
	float:left;
	list-style:none;
}

#nav-main ul li {
	float:left;
	width:auto;
        margin-left: 0px;
}

#nav-main ul li a {
	color:#FFF;
	display:block;
	/*height:24px;* /
	line-height:24px;
	padding:0 8px;
	/*padding-right:16px;* /
	text-decoration: none;
	width:auto;
}

#nav-main ul li a:hover {
	background:#CCC;
	color:#08337A;
}
 
#nav-main ul li ul {
	background:#CCC;
	height:auto;
	left:-999em;
	/*margin-left:-8px;* /
	position:absolute;
	width:170px;
        z-index: 100;
}
 
#nav-main ul li ul li {
	border-top:1px solid #FFF;
	width:170px;
        margin-left: 0px;
}
 
#nav-main ul li ul li a {
	color:#08337A;
	display:block;
	height:24px;
	line-height:24px;
	padding-left:8px;
}

#nav-main ul li ul li a:hover {
	text-decoration:underline;
}
 
#nav-main ul li:hover ul, #nav-main ul li.sfhover ul {
	left:auto;
}

#nav-main ul li:hover a, #nav-main ul li.sfhover a, #nav-main ul li.active a {
	background:#CCC;
	color:#08337A;
}

#nav-main ul li:hover ul li a, #nav-main ul li.sfhover ul li a {
	background:none;
}

#nav-main .active {
	background:#CCC;
	color:#08337A;
}
*/

/****************************************************/
/* content
/****************************************************/

#content-left {
	float:left;
	width:712px;
}
#content-left-alone {
}

#content-right {
	float:right;
	text-align:left;
	width:196px;
}


/****************************************************/
/* breadcrumbs
/****************************************************/

/*#breadcrumbs {
	margin-bottom:16px;
	padding-bottom:16px;
}

#breadcrumbs,
#breadcrumbs a, 
#breadcrumbs a:visited,
#breadcrumbs a:hover {
	color:#999;
	font-size:10px;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}*/


/****************************************************/
/* nav-icon-qdwelt in content-left
/****************************************************/

#nav-icon-qdwelt {
	background:#FFF;
	height:30px;
	margin-bottom:16px;
}

#nav-icon-qdwelt ul {
        float:left;
	list-style:none;
}

#nav-icon-qdwelt ul li {
	float:left;
	width:auto;
        margin-left: 0px;
}

#nav-icon-qdwelt ul li a {
	/*background:url('../img/icon/info.gif') no-repeat 0 0;*/
	color: #E2001A;
	text-decoration:none;
	display:block;
	font-size:10px;
	height:28px;
	line-height:12px;
	margin-right:8px;
	padding:2px 0 0 4px;
	width:78px;
}

#nav-icon-qdwelt ul li a:hover {
	text-decoration:none;
}

#nav-icon-qdwelt ul li span a.last {
	margin-right:0;
}

#nav-icon-qdwelt ul li ul {
	background:#E2001A;
	height:auto;
	/*left:-999em;*/
	left:auto;
	position:absolute;
	width:82px;
}

#nav-icon-qdwelt ul li ul.inactive {
	background:#CCC;
}
 
#nav-icon-qdwelt ul li ul li {
	border-top:1px solid #FFF;
	padding:2px 0;
	width:82px;
        margin-left: 0px;
}
 
#nav-icon-qdwelt ul li ul li a {
	background:none;
	color:#FFF;
	height:14px;
	line-height:14px;
	padding:0 0 0 8px;
}

#nav-icon-qdwelt ul li ul li a:hover {
	text-decoration:underline;
}
/* 
#nav-icon-qdwelt ul li:hover ul, #nav-icon-qdwelt ul li.sfhover ul {
	left:auto;
}
*/
#nav-icon-qdwelt ul li:hover a, #nav-icon-qdwelt ul li.sfhover a {
	color:#FFF;
}

#nav-icon-qdwelt ul li:hover ul li a, #nav-icon-qdwelt ul li.sfhover ul li a {
	background:none;
}

/* einzelne icon-definitionen */

/*nav-neu*/
#nav-icon-qdwelt ul li a.nav-neu { background:url('../img/icon/neu.gif') no-repeat 0 0; }
#nav-icon-qdwelt ul li:hover a.nav-neu, #nav-icon-qdwelt ul li.sfhover a.nav-neu { background:url('../img/icon/neu_f2.gif') no-repeat 0 0; }
/*# if activated, the link is nested in a span*/
#nav-icon-qdwelt ul li span.active a.nav-neu { background:url('../img/icon/neu_f2.gif') no-repeat 0 0; color: #FFF;}
#nav-icon-qdwelt ul li:hover span.active a.nav-neu, #nav-icon-qdwelt ul li.sfhover span.active a.nav-neu { background:url('../img/icon/neu_f2.gif') no-repeat 0 0; color: #FFF;}
/* grayed out version */
#nav-icon-qdwelt ul li span.inactive a.nav-neu { background:url('../img/icon/neu_f3.gif') no-repeat 0 0; color:#999; }
#nav-icon-qdwelt ul li:hover span.inactive a.nav-neu, #nav-icon-qdwelt ul li.sfhover span.inactive a.nav-neu { background:url('../img/icon/neu_f3.gif') no-repeat 0 0; }

/*nav-info*/
#nav-icon-qdwelt ul li a.nav-info { background:url('../img/icon/neu.gif') no-repeat 0 0; }
#nav-icon-qdwelt ul li:hover a.nav-info, #nav-icon-qdwelt ul li.sfhover a.nav-info { background:url('../img/icon/neu_f2.gif') no-repeat 0 0; }
/*# if activated, the link is nested in a span*/
#nav-icon-qdwelt ul li span.active a.nav-info { background:url('../img/icon/neu_f2.gif') no-repeat 0 0; color: #FFF;}
#nav-icon-qdwelt ul li:hover span.active a.nav-info, #nav-icon-qdwelt ul li.sfhover span.active a.nav-info { background:url('../img/icon/neu_f2.gif') no-repeat 0 0; color: #FFF;}
/* grayed out version */
#nav-icon-qdwelt ul li span.inactive a.nav-info { background:url('../img/icon/neu_f3.gif') no-repeat 0 0; color:#999; }
#nav-icon-qdwelt ul li:hover span.inactive a.nav-info, #nav-icon-qdwelt ul li.sfhover span.inactive a.nav-info { background:url('../img/icon/neu_f3.gif') no-repeat 0 0; }


/*nav-paesse*/
#nav-icon-qdwelt ul li a.nav-paesse { background:url('../img/icon/pass.gif') no-repeat 0 0; }
#nav-icon-qdwelt ul li:hover a.nav-paesse, #nav-icon-qdwelt ul li.sfhover a.nav-paesse { background:url('../img/icon/pass_f2.gif') no-repeat 0 0; }
/*# if activated, the link is nested in a span*/
#nav-icon-qdwelt ul li span.active a.nav-paesse { background:url('../img/icon/pass_f2.gif') no-repeat 0 0;  color: #FFF;}
#nav-icon-qdwelt ul li:hover span.active a.nav-paesse, #nav-icon-qdwelt ul li.sfhover span.active a.nav-paesse { background:url('../img/icon/pass_f2.gif') no-repeat 0 0;  color: #FFF;}
/* grayed out version */
#nav-icon-qdwelt ul li span.inactive a.nav-paesse { background:url('../img/icon/pass_f3.gif') no-repeat 0 0; color:#999; }
#nav-icon-qdwelt ul li:hover span.inactive a.nav-paesse, #nav-icon-qdwelt ul li.sfhover span.inactive a.nav-paesse { background:url('../img/icon/pass_f3.gif') no-repeat 0 0; }


/*nav-tourentipps*/
#nav-icon-qdwelt ul li a.nav-tourentipps { background:url('../img/icon/tour.gif') no-repeat 0 0; }
#nav-icon-qdwelt ul li:hover a.nav-tourentipps, #nav-icon-qdwelt ul li.sfhover a.nav-tourentipps { background:url('../img/icon/tour_f2.gif') no-repeat 0 0; }
/*# if activated, the link is nested in a span*/
#nav-icon-qdwelt ul li span.active a.nav-tourentipps { background:url('../img/icon/tour_f2.gif') no-repeat 0 0;  color: #FFF;}
#nav-icon-qdwelt ul li:hover span.active a.nav-tourentipps, #nav-icon-qdwelt ul li.sfhover span.active a.nav-tourentipps { background:url('../img/icon/tour_f2.gif') no-repeat 0 0;  color: #FFF;}
/* grayed out version */
#nav-icon-qdwelt ul li span.inactive a.nav-tourentipps { background:url('../img/icon/tour_f3.gif') no-repeat 0 0; color:#999; }
#nav-icon-qdwelt ul li:hover span.inactive a.nav-tourentipps, #nav-icon-qdwelt ul li.sfhover span.inactive a.nav-tourentipps { background:url('../img/icon/tour_f3.gif') no-repeat 0 0; }


/*nav-regionen*/
#nav-icon-qdwelt ul li a.nav-regionen { background:url('../img/icon/region.gif') no-repeat 0 0; }
#nav-icon-qdwelt ul li:hover a.nav-regionen, #nav-icon-qdwelt ul li.sfhover a.nav-regionen { background:url('../img/icon/region_f2.gif') no-repeat 0 0; }
/*# if activated, the link is nested in a span*/
#nav-icon-qdwelt ul li span.active a.nav-regionen { background:url('../img/icon/region_f2.gif') no-repeat 0 0;  color: #FFF;}
#nav-icon-qdwelt ul li:hover span.active a.nav-regionen, #nav-icon-qdwelt ul li.sfhover span.active a.nav-regionen { background:url('../img/icon/region_f2.gif') no-repeat 0 0;  color: #FFF;}
/* grayed out version */
#nav-icon-qdwelt ul li span.inactive a.nav-regionen { background:url('../img/icon/region_f3.gif') no-repeat 0 0; color:#999; }
#nav-icon-qdwelt ul li:hover span.inactive a.nav-regionen, #nav-icon-qdwelt ul li.sfhover span.inactive a.nav-regionen { background:url('../img/icon/region_f3.gif') no-repeat 0 0; }


/*nav-orte*/
#nav-icon-qdwelt ul li a.nav-orte { background:url('../img/icon/ort.gif') no-repeat 0 0; }
#nav-icon-qdwelt ul li:hover a.nav-orte, #nav-icon-qdwelt ul li.sfhover a.nav-orte { background:url('../img/icon/ort_f2.gif') no-repeat 0 0; }
/*# if activated, the link is nested in a span*/
#nav-icon-qdwelt ul li span.active a.nav-orte { background:url('../img/icon/ort_f2.gif') no-repeat 0 0;  color: #FFF;}
#nav-icon-qdwelt ul li:hover span.active a.nav-orte, #nav-icon-qdwelt ul li.sfhover span.active a.nav-orte { background:url('../img/icon/ort_f2.gif') no-repeat 0 0;  color: #FFF;}
/* grayed out version */
#nav-icon-qdwelt ul li span.inactive a.nav-orte { background:url('../img/icon/ort_f3.gif') no-repeat 0 0; color:#999; }
#nav-icon-qdwelt ul li:hover span.inactive a.nav-orte, #nav-icon-qdwelt ul li.sfhover span.inactive a.nav-orte { background:url('../img/icon/ort_f3.gif') no-repeat 0 0; }


/*nav-paesse*/
#nav-icon-qdwelt ul li a.nav-paesse { background:url('../img/icon/pass.gif') no-repeat 0 0; }
#nav-icon-qdwelt ul li:hover a.nav-paesse, #nav-icon-qdwelt ul li.sfhover a.nav-paesse { background:url('../img/icon/pass_f2.gif') no-repeat 0 0; }
/*# if activated, the link is nested in a span*/
#nav-icon-qdwelt ul li span.active a.nav-paesse { background:url('../img/icon/pass_f2.gif') no-repeat 0 0;  color: #FFF;}
#nav-icon-qdwelt ul li:hover span.active a.nav-paesse, #nav-icon-qdwelt ul li.sfhover span.active a.nav-paesse { background:url('../img/icon/pass_f2.gif') no-repeat 0 0;  color: #FFF;}
/* grayed out version */
#nav-icon-qdwelt ul li span.inactive a.nav-paesse { background:url('../img/icon/pass_f3.gif') no-repeat 0 0; color:#999; }
#nav-icon-qdwelt ul li:hover span.inactive a.nav-paesse, #nav-icon-qdwelt ul li.sfhover span.inactive a.nav-paesse { background:url('../img/icon/pass_f3.gif') no-repeat 0 0; }


/*nav-hotels*/
#nav-icon-qdwelt ul li a.nav-hotels { background:url('../img/icon/hotel.gif') no-repeat 0 0; }
#nav-icon-qdwelt ul li:hover a.nav-hotels, #nav-icon-qdwelt ul li.sfhover a.nav-hotels { background:url('../img/icon/hotel_f2.gif') no-repeat 0 0; }
/*# if activated, the link is nested in a span*/
#nav-icon-qdwelt ul li span.active a.nav-hotels { background:url('../img/icon/hotel_f2.gif') no-repeat 0 0;  color: #FFF;}
#nav-icon-qdwelt ul li:hover span.active a.nav-hotels, #nav-icon-qdwelt ul li.sfhover span.active a.nav-hotels { background:url('../img/icon/hotel_f2.gif') no-repeat 0 0;  color: #FFF;}
/* grayed out version */
#nav-icon-qdwelt ul li span.inactive a.nav-hotels { background:url('../img/icon/hotel_f3.gif') no-repeat 0 0; color:#999; }
#nav-icon-qdwelt ul li:hover span.inactive a.nav-hotels, #nav-icon-qdwelt ul li.sfhover span.inactive a.nav-hotels { background:url('../img/icon/hotel_f3.gif') no-repeat 0 0; }


/*nav-radmarathons*/
#nav-icon-qdwelt ul li a.nav-radmarathons { background:url('../img/icon/marathon.gif') no-repeat 0 0; }
#nav-icon-qdwelt ul li:hover a.nav-radmarathons, #nav-icon-qdwelt ul li.sfhover a.nav-radmarathons { background:url('../img/icon/marathon_f2.gif') no-repeat 0 0; }
/*# if activated, the link is nested in a span*/
#nav-icon-qdwelt ul li span.active a.nav-radmarathons { background:url('../img/icon/marathon_f2.gif') no-repeat 0 0;  color: #FFF;}
#nav-icon-qdwelt ul li:hover span.active a.nav-radmarathons, #nav-icon-qdwelt ul li.sfhover span.active a.nav-radmarathons { background:url('../img/icon/marathon_f2.gif') no-repeat 0 0;  color: #FFF;}
/* grayed out version */
#nav-icon-qdwelt ul li span.inactive a.nav-radmarathons { background:url('../img/icon/marathon_f3.gif') no-repeat 0 0; color:#999; }
#nav-icon-qdwelt ul li:hover span.inactive a.nav-radmarathons, #nav-icon-qdwelt ul li.sfhover span.inactive a.nav-radmarathons { background:url('../img/icon/marathon_f3.gif') no-repeat 0 0; }



/*nav-buecher*/
#nav-icon-qdwelt ul li a.nav-buecher { background:url('../img/icon/buch.gif') no-repeat 0 0; }
#nav-icon-qdwelt ul li:hover a.nav-buecher, #nav-icon-qdwelt ul li.sfhover a.nav-buecher { background:url('../img/icon/buch_f2.gif') no-repeat 0 0; }
/*# if activated, the link is nested in a span*/
#nav-icon-qdwelt ul li span.active a.nav-buecher { background:url('../img/icon/buch_f2.gif') no-repeat 0 0;  color: #FFF;}
#nav-icon-qdwelt ul li:hover span.active a.nav-buecher, #nav-icon-qdwelt ul li.sfhover span.active a.nav-buecher { background:url('../img/icon/buch_f2.gif') no-repeat 0 0;  color: #FFF;}
/* grayed out version */
#nav-icon-qdwelt ul li span.inactive a.nav-buecher { background:url('../img/icon/buch_f3.gif') no-repeat 0 0; color:#999; }
#nav-icon-qdwelt ul li:hover span.inactive a.nav-buecher, #nav-icon-qdwelt ul li.sfhover span.inactive a.nav-buecher { background:url('../img/icon/buch_f3.gif') no-repeat 0 0; }


/****************************************************/
/* pass-main, pass-nav, pass-list
/****************************************************/

#pass-list {
        min-height:400px;
}

.pass-main-sep {
      border-bottom:1px solid #CCC;
      padding-bottom:5px;
}

.pass-main {
	margin-bottom:16px;
}

.pass-main h1 {
	display:inline;
	float:left;
	font-size:18px;
	font-weight:bold;
	margin-bottom:0;
}

.pass-main h1 a,
.pass-main h1 a:visited {
	text-decoration:none;
}

.pass-main h1 a:hover {
	text-decoration:underline;
}

.pass-main img.pass-big {
	float:right;
	padding-left:16px;
}

#pass-main-nav {
	background:#EEE;
	border-top:1px solid #CCC;
	padding:4px;
}

/****************************************************/
/* history
/****************************************************/

#history-container {
	background:#EEE;
	border-bottom:1px solid #CCC;
	margin-bottom:12px;
        min-height: 60px;
}

#history-1,
#history-2,
#event-1,
#event-2,
#tourenplaner-1,
#tourenplaner-2,
#reisen-1,
#reisen-2 {
	float:left;
	padding-right:16px;
	width:226px
}

#history-3,
#event-3,
#tourenplaner-3,
#reisen-3 {
	float:left;
	width:226px
}


.history-item {
	border-top:1px solid #CCC;
	font-size:10px;
	padding:8px 8px 0 8px;
}

.history-item h1 {
	display:inline;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0;
}
.info-column {
	border-top:1px solid #CCC;
	padding:8px 8px 0 8px;
}

.info-column h1 {
	display:inline;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0;
}

.history-item h1 a,
.history-item h1 a:visited,
.info-columm h1 a,
.info-columm h1 a:visited  {
	color:#08337A;
	text-decoration:none;
}
.info-columm h1 a:hover,
.history-item h1 a:hover {
	color:#08337A;
	text-decoration:underline;
}

.history-item p {
	margin-bottom:8px;
}


/****************************************************/
/* info
/****************************************************/

.info-left {
	float:left;
	width:350px;
}

.info-right {
	float:right;
	width:350px;
}

DIV.info-item {
	border-bottom:1px solid #CCC;
	margin-bottom:16px;
}

DIV.info-item h2 {
	background:#08337A;
	color:#FFF;
	margin-top:8px;
	margin-bottom:8px;
	padding:3px 6px;
}
DIV.info-item h1 {
	font-size:12px;
	background:#FFF;
	color:#08337A;
	margin-top:8px;
	margin-bottom:4px;
        margin-left: 0px;
        padding: 0;
}

DIV.info-item h1 a,
DIV.info-item h1 a:visited {
	color:#08337A;
	text-decoration:none;
}
DIV.info-item h1 a:hover {
	color:#08337A;
	text-decoration:underline;
}

DIV.info-item p {
	margin-bottom:8px;
	padding-left:8px;
}

/****************************************************/
/* search in content-right
/****************************************************/

#content-right DIV.search {
	line-height:30px;
	margin-bottom:16px;
}

#content-right DIV.search form input[type=text] {
	background-color:#FFF;
	border:1px solid #CCC;
	float:left;
	width:120px;
        padding:7px 4px 7px 4px;
}

#content-right DIV.search form input:focus {
	background:#CCC;
	border:1px solid #999;
}

#content-right #search-support {
	background:#CCC;
	border:1px solid #999;
	margin:-8px 0 0 8px;
	position:absolute;
	visibility:hidden;
	width:auto;
}

#content-right #search-support a {
	display:block;
	padding:2px 4px;
}

#content-right #search-support a:hover {
	background:#E2001A;
	color:#FFF;
	text-decoration:none;
}
#extended-search {
  clear: both; 
}
.extended-search-inactive {
  display: none;
}
.smalltext {
  font-size:10px;
}
.toggle-extended-search {
  font-size:10px;
  float: right;
  margin-bottom: -5px;
}


/****************************************************/
/* nav-icon-right in content-right
/****************************************************/
.regionskip {
  margin-top: 8px;
}
#nav-icon-right {
	/*background:#FFF;
	border-bottom:1px solid #CCC;
	margin-bottom:16px;*/
}

#nav-icon-right ul {
	float:left;
	list-style:none;
	/*margin-bottom:8px;*/
}

#nav-icon-right ul li {
	float:left;
	width:auto;
        margin-left: 0px;
}

#nav-icon-right ul li a {
	text-decoration: none;
	color: #E2001A;
	/*background:url('../img/icon/info.gif') no-repeat 0 0;*/
	display:block;
	font-size:10px;
	height:28px;
	line-height:12px;
	margin-right:8px;
	padding:2px 0 0 4px;
	width:78px;
}

#nav-icon-right ul li a:hover {
	text-decoration:none;
}

#nav-icon-right ul li a.last {
	margin-right:0;
}

#nav-icon-right ul li ul {
	background:#E2001A;
	height:auto;
	left:-999em;
	position:absolute;
	width:82px;
}
 
#nav-icon-right ul li ul li {
	border-top:1px solid #FFF;
	padding:2px 0;
	width:82px;
        margin-left: 0px;
}
 
#nav-icon-right ul li ul li a {
	background:none;
	color:#FFF;
	height:14px;
	line-height:14px;
	padding:0 0 0 8px;
}

#nav-icon-right ul li ul li a:hover {
	text-decoration:underline;
}
 
#nav-icon-right ul li:hover ul, #nav-icon-right ul li.sfhover ul {
	left:auto;
}

#nav-icon-right ul li:hover a, #nav-icon-right ul li.sfhover a {
	/*background:#E70202;*/
	color:#FFF;
}

#nav-icon-right ul li:hover ul li a, #nav-icon-right ul li.sfhover ul li a {
	background:none;
}

/* einzelne icon-definitionen */
#nav-icon-right ul li a.nav-community { background:url('../img/icon/community.gif') no-repeat 0 0; }
#nav-icon-right ul li:hover a.nav-community, #nav-icon-right ul li.sfhover a.nav-community { background:url('../img/icon/community_f2.gif') no-repeat 0 0; }

/* einzelne icon-definitionen */
#nav-icon-right ul li a.nav-mitglieder { background:url('../img/icon/mitglieder.gif') no-repeat 0 0; }
#nav-icon-right ul li:hover a.nav-mitglieder, #nav-icon-right ul li.sfhover a.nav-mitglieder { background:url('../img/icon/mitglieder_f2.gif') no-repeat 0 0; }

/* einzelne icon-definitionen */
#nav-icon-right ul li a.nav-dopingfrei { background:url('../img/icon/dopingfrei.gif') no-repeat 0 0; }
#nav-icon-right ul li:hover a.nav-dopingfrei, #nav-icon-right ul li.sfhover a.nav-dopingfrei { background:url('../img/icon/dopingfrei_f2.gif') no-repeat 0 0; }

/* einzelne icon-definitionen */
#nav-icon-right ul li a.nav-training { background:url('../img/icon/training.gif') no-repeat 0 0; }
#nav-icon-right ul li:hover a.nav-training, #nav-icon-right ul li.sfhover a.nav-training { background:url('../img/icon/training_f2.gif') no-repeat 0 0; }


/****************************************************/
/* menu in content-right
/****************************************************/

#content-right .menu {
	margin-bottom:8px;
	padding-bottom:4px;
}

#content-right .menu h2 {
	background:#08337A;
	color:#FFF;
	margin-top:8px;
	margin-bottom:0px;
	padding:3px 6px;
}
#content-right .menu .content {
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
        padding: 3px;
}
#content-right .menu-short {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#content-right .menu-short h2 {
	background:#08337A;
	color:#FFF;
	margin-top:8px;
	margin-bottom: 0px;
	padding:3px 6px;
}
#content-right .menu-short .content {
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
        padding: 3px;
}


#content-right .menu h2 a, #content-right .menu-short h2 a {
        color:#FFF;
}
#content-right .menu h2 a:link, #content-right .menu h2 a:visited, #content-right .menu-short h2 a:link, #content-right .menu-short h2 a:visited {
	text-decoration:underline;
}
#content-right .menu h2 a:hover, #content-right .menu-short h2 a:hover {
	text-decoration:none;
}

#content-right .menu ul {
	list-style:none;
	padding-bottom:16px;
}

#content-right .menu ul li {
	padding-top:4px;
        margin-left: 0px;
}

.staatenauswahl_form {
  margin-bottom:4px;
}
.staatenauswahl_dropdown  {
  padding: 6px 3px 6px 3px;
  margin-right: 5px;
}

#scontent-right .menu ul li a,
#scontent-right .menu a:visited {
	color:#08337A;
}

#scontent-right .menu  ul li a.submit,
#scontent-right .menu  ul li a.submit:visited {
	float:right;
	font-weight:bold;
	text-decoration:none;
}

#scontent-right .menu  ul li a.submit:hover {
	text-decoration:underline;
}
/*
#content-right .menu form select {
	background-color:#FFF;
	border:1px solid #CCC;
	float:left;
	width:100px;
}

#content-right .menu form select:focus {
	background:#CCC;
	border:1px solid #999;
}


#content-right .menu form img {
	float:left;
	margin-right:4px;
}
*/

.cvscui_edit {
  float: right;
}

/** QD WELT **/
h1.qdwelt_location {
  float: left;
  margin-top: 3px;
  margin-bottom: 8px;
}
h1.qdwelt_navigation {
  float: right;
  margin-top: 3px;
  margin-bottom: 8px;
}

.staatenauswahl_dropdown {
  width:140px;
}
.under_construction {
  float: left;
}
.inactive {
  color: #888888;
	
}
/* ajax dropdown */

div.ajax_dropdown  {
  position:absolute;
  z-index:10;
  border:1px #aaa solid;
  background-color: #CCCCCC;
  padding:2px;
  display:none;
}
ul.ajax_dropdown  {
  padding:0;
  margin:0;
}

li.ajax_dropdown  {
  list-style:none;
  padding-left:0;
}
li.ajax_dropdown_x  {
  list-style:none;
  padding-left:0;
  text-align: right;
}


/* page break list */

.pblist_table {
  width: 100%;
  border-spacing: 1;
}

.pblist_table td {
  padding: 1px;
}

/* page navigation */
/* items per page */
.pblist_pages div {
  float: right;
  margin-left:20px;
  margin-bottom:10px;
}

.pblist_headrow {
  background-color: #08337A; 
}
.pblist_headrow td {
  padding: 2px; 
}

.pblist_headrow a {
        color:#FFF;
}
.pblist_headrow a {
	text-decoration:underline;
        font-weight: bold;
}
.pblist_headrow a:hover {
	text-decoration:none;
}

.pblist_tr1 {
  background-color: #E0E0E0/*#BFD5EA*/;
}

.pblist_tr2 {
}

/* qdwelt::paesse */

.qdguide_paliste {
  margin-left: 20px;
}

.qdguide_listesubtitle {
}

/* paesse */

div.mitmachen span {
  float: right;
  margin-top: 8px;
}

/* hotels */

table.hotels_contact {
}

table.hotels_contact {
  border-spacing: 0;
}

table.hotels_contact td {
  padding-right: 3px;
}

/* Mein quaeldich */
table.member {
  float: left;
}

#memberpic {
  float: right;
}




/* BUECHER */

.shopinline_div {
  float: right;
  text-align: center;
}
.shopinline_div form{
  display: block;
}

#footer-left {

  border: 1px solid #CCC;
  padding: 2px;
  margin-top: 10px;
}

#footer-left #footer-impressum {
  float: left;
  margin-left: 10px;
}
#footer-left #footer-webanfrage {
  float: right;
  margin-right: 10px;
}

.contentimg_left { 
  float: left; 
  margin-right: 4px;
  margin-bottom: 4px;
} 

.contentimg_right { 
  float: right; 
  margin-left: 4px;
  margin-bottom: 4px;
}


/* community */

.community_formpublishhint {
  background-color: #08337A;
  color: #fff;
  text-align: right;
}
.community_formpublish {
  background-color: #08337A;
  padding-left: 2px;
  padding-right: 2px;
}

#js_messages {
  display: none;
}
.ajax-search-form {
  position: relative;
}
.ajax-search-form form {
  display: inline;
}
.ajax-search-form form input {
  float:left;
  width: 130px;
}
.ajax-search-result {
  clear: both;
  background-color: #CCC;
  border: solid #CCC 1px;
  position: absolute;
  left: 0px;
  top: 17px;
  padding: 3px;
  display: none;
  z-index:10;
}

.ajax-search-result span {
  float: right;
}


/* css for trainingstermine form */
form #Suchart {
  width: 191px;
}
form #VicinityUser, form #VicinityAddress {
  width: 116px;
}
/* css for Mitglieder form */
form #qdID {
  width: 116px;
}

.address-found {
  background-color: lightgreen !important;
}
.address-not-found {
  background-color: #FF9933 !important;
}
.address-not-entered {
}
img.bilder-impressionen {
  margin-bottom: 6px;
}
div.bilder-impressionen {
  display: inline;
  margin-left: 90px;
}

/*                         *
 * snippets                *
 *                         */

.snippets_googlemap {
  width:710px; height:600px;
}
.termin_googlemap {
  float: right;
  border-left: 5px solid white;
  border-bottom: 5px solid white;
  width:300px; height:300px;
}
.mein_quaeldich_googlemap {
  width:710px; height:600px;
}
.guide_googlemap {
  width:710px; height:600px;
}
.fullscreen_googlemap {
  width:100%; height:600px;
}
.terminkarte_googlemap {
  width:100%; height:500px;
}
a.gm_passlink:link {
	color : #376fa6;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-decoration : none;
	background-color : #FFFFFF;
	padding: 2px;
}
a.gm_passlink:visited {
	color : #376fa6;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-decoration : none;       
}
a.gm_passlink:hover {
	color : #376fa6;
	text-decoration : underline;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
}
/* auffahrten */
.anfahrtensnippets {
  float: right;
  margin-left: 5px;
}
.anfahrtenprofil {
  float: left;
  margin-left: 5px;
}

.pass-abhebung {
	background:#EEE;
	border-bottom:1px solid #CCC;
        padding-bottom: 5px;
	/*margin-bottom:32px;*/
}
.pass-abhebung h2 {
        padding: 5px;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	/*margin-bottom:32px;*/
}
.embedded-menu {
	padding-bottom:4px;
}

.embedded-menu h2 {
	background:#08337A;
	color:#FFF;
	margin-top:0px;
	margin-bottom:0px;
	padding:3px 6px;
}
.embedded-menu .content {
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
        padding: 3px;
}
/*
.embedded-menu {
	padding-bottom:4px;
	border:1px solid #CCC;
        padding: 3px;
}

.embedded-menu h2 {
	color:#08337A;
	margin-top:0px;
	margin-bottom:4px;
}
*/
.tourentipps_karte {
  height: 450px; margin: 0; padding: 0;
}

.bilder-markieren {
	background:#EEE;
        padding: 6px 5px 5px 10px;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
}
.bilder-nachfrage {
        margin-bottom: 5px;
        padding-bottom: 5px;
  	border-bottom:1px solid #CCC;
        clear: both
}
.bilder-nachfrage img {
  float: left;
  margin-right: 5px;
}
.geocode_success {
  color: green;
}
.geocode_error {
  color: red;
}
.geocode_progress {
  color: orange;
}
.guide_map_tab {
  float: right; 
  width: 105px;
  margin-left: 10px;
  margin-top:-10px;
}

/****************************************************/
/* forum
/****************************************************/

#forum-container {
	margin-bottom:16px;
}

.forum-item {
	background:#EEE;
}

.forum-item-titel {
	background:#08337A;
	color:#FFF;
	font-size:12px;
	margin-bottom:4px;
	padding:3px 6px;
}
.forum-item-titel a {
  color: #FFF;
}

.forum-item-titel h2 {
	display:inline;
	margin:0;
	padding:0;
}
.forum-item-titel h2 a:link, .forum-item-titel h2 a:visited {
  text-decoration: none;
}
.forum-item-titel h2 a:hover {
  text-decoration: underline;
}
.forum-item-titel img {
	margin-left:8px;
	vertical-align:middle;
}

.forum-list {
	padding-bottom:4px;
}


.forum-list ul.l0-active .forum-item-div, .forum-list ul.l1-active .forum-item-div, .forum-list ul.l0 .forum-item-div, .forum-list ul.l1 .forum-item-div {
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
}


.forum-list ul {
	margin-left:0px;
}
.forum-list ul.l0 {
	margin-left:0px;
	background:#FFF;
	border-left:1px solid #CCC;
}
.forum-list ul.l1 {
	margin-left:0px;
	background:#FFF;
	border-left:1px solid #CCC;
}
.forum-list ul.l0-active, .forum-list ul.l1-active {
	margin-left:0px;
	background:#FFF;
	border-left:1px solid #CCC;
}

.forum-list ul:first-child {
	border-left:0px;
}

/* active post soll orange sein */
.forum-list ul.l0-active .forum-item-div
, .forum-list ul.l1-active .forum-item-div
{
	background:#FFE1AA;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

/* nachfolgende aber wieder grau */
.forum-list ul.l0-active ul.l1 .forum-item-div
, .forum-list ul.l1-active ul.l0 .forum-item-div
{
	background:#EEE;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
}


.forum-list li {
	margin-left:16px;
	background:#EEE;
}
/*
.forum-list ul {
	margin-left:16px;
}


.forum-list ul.l0 {
	background:#EEE;
}
.forum-list ul.l1 {
	background:#FFFFFF;
}
.forum-list ul.l0-active, .forum-list ul.l1-active {
	background:#FFE1AA;
}

.forum-list li {
	margin-bottom:1px;
}
*/
/*

.forum-list ul.l0  {
	background:#FFF;
}
.forum-list ul.l1 {
	background:#FFF;
}
.forum-list ul.l0-active, .forum-list ul.l1-active {
	background:#FFF;
}

.forum-list ul.l0 li {
	background:#EEE;
	border-bottom:1px solid #CCC;
}
.forum-list ul.l1 li {
	background:#EEE;
	border-bottom:1px solid #CCC;
}
.forum-list ul.l0-active li, .forum-list ul.l1-active li {
	background:#FFE1AA;
}
/*
.forum-list li {
	margin-bottom:1px;
}


 */

.forum-no-threads {
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: bold;
  color: red;
}

.thread_div_hi {
  padding: 2px;
  margin-left: 15px;
  border-bottom: 15px solid #FFE1AA;
  border-right: 15px solid #FFE1AA;
  background-color: #FFFFFF;
}
.disk_edit {
  padding: 2px;
  margin-top: 15px;
  margin-left: 15px;
  border-bottom: 15px solid #FFE1AA;
  border-right: 15px solid #FFE1AA;
  background-color: #FFFFFF;
}

.forum-detail {
	padding-top:16px;
}


.content_icon_line a:link, .content_icon_line a:visited {
	color:#E2001A;
	text-decoration:none;
        font-size: smaller;
}

.content_icon_line a:hover {
	color:#E2001A;
	text-decoration:underline;
        font-size: smaller;
}

a.disk_aendern:link, a.disk_aendern:visited {
	color:#E2001A;
	text-decoration:none;
}

a.disk_aendern:hover {
	color:#E2001A;
	text-decoration:underline;
}

.bbcode_textarea {
  width: 100%;
  height: 150px;
}

.disk_navigation {
  width: 100%;
}

a.disk_ne {
  color: red;
}
a.disk_activerubrik {
  color: black;
  font-weight: bold;
  text-decoration:none;
}
a.disk_activerubrik:hover {
	text-decoration:underline;
}

.post-visible {
  display: block;
}
.post-hidden {
  display: none;
}
.toggle-post {
  font-size:10px;
  float: right;
}
.position-stempel {
  display:inline; 
  margin-left: 30px;
}
.jetzt-buchen {
  margin-top: 5px;
}

/*
hinzugef.gt von Lukas f.r Ligurien Site
*/

#main-right {
	float:right;
	/*margin-left:16px;*/
	padding-top:170px;
	width:160px;
}

.angebot_anrissbox {
	width:160px;
	font-size:11px;	
	border:1px dotted #CCCCCC;	
	padding:0px 0px 0px 2px;
	margin:0px 0px 5px 0px;
}

.ligurien_fotobox {
	width:500px;
	margin:0px 0px 5px 0px;
	border:1px dotted #CCCCCC;
}

.ligurien_fotobox img {
	float:left;
	margin:0px 10px 5px 0px;
}

.ligurien_fotobox .ligurien_fotobox_text {
	float:left;
	font-size:11px;	
	line-height:15px;
	width:350px;
	margin:0px 0px 5px 0px;	
}

.ligurien_fotobox .line {
	clear:both;
	height:6px;
}


.ligurien_guidebox {
	width:440px;
	margin:0px 0px 5px 0px;
	border:1px dotted #CCCCCC;
}

.ligurien_guidebox img {
	float:left;
	margin:0px 10px 5px 0px;
}

.ligurien_guidebox .ligurien_guidebox_text {
	float:left;
	font-size:11px;	
	line-height:15px;
	width:290px;
	margin:0px 0px 5px 0px;	
}

.ligurien_guidebox .line {
	clear:both;
	height:6px;
}

.ligurien_title {
	color:#08337A;
	display:block;
	float:left;
	font-size:18px;
	font-weight:bold;
	margin-bottom:16px;
}

h1.ligurien_h1 {
	color:#383838;
	float:right;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
}


table.tourenzusammenfassung {
	width:924px;
	border:1px dotted #CCCCCC;
}

table.tourenzusammenfassung td.Spalte1 {
  width: 99px;
}
table.tourenzusammenfassung td.Spalte1Titel {
  vertical-align:top;
  width: 99px;
  font-size:14px;
  font-weight:bold;
}
table.tourenzusammenfassung td.Spalte2 {
  width: 300px;
}
table.tourenzusammenfassung td.Spalte2Titel {
  width: 300px;
  font-size:14px;
  font-weight:bold;
}
table.tourenzusammenfassung td.Spalte3 {
  width: 200px;
}
table.tourenzusammenfassung td.Spalte3Titel {
  width: 200px;
  font-size:14px;
  font-weight:bold;
}
table.tourenzusammenfassung td.Spalte4 {
  width: 150px;
}
table.tourenzusammenfassung td.Spalte4Titel {
  width: 150px;
  font-size:14px;
  font-weight:bold;
}
table.tourenzusammenfassung td.Spalte5 {
  width: 175px;
}
table.tourenzusammenfassung td.Line {
	padding:10px 0px 0px 0px;
	border-bottom:1px dotted #CCCCCC;
}
table.tourenzusammenfassung td.Vorbereitung {
	font-size:12px;
}
table.tourenzusammenfassung td.Beschreibung {
	padding:10px 0px 0px 5px;
}

table.tourenzusammenfassung td.WeitereAngebote {
	vertical-align:top;
	text-align:right;
	padding:10px 5px 0px 5px;
}



table.tourendetails {
	width:924px;
	margin:10px 0px 0px 0px;
	border:1px dotted #CCCCCC;
}

table.tourendetails th {
  font-weight:bold;
}

table.tourendetails th.Tour {
  font-weight:bold;
  text-align:center;
}


table.tourendetails td.Name {
  width: 125px;
  font-weight:bold;
  padding:2.5px 2.5px 2.5px 5px;
}

table.tourendetails td.KmA {
  width: 50px;
  font-weight:normal;
  text-align:right;
  background:#CCFFCC;
  padding:2.5px 5px 2.5px 5px;
}

table.tourendetails td.HmA {
  width: 60px;
  font-weight:normal;
  text-align:right;
  background:#CCFFCC;
  padding:2.5px 5px 2.5px 5px;
}

table.tourendetails td.KmB {
  width: 50px;
  font-weight:normal;
  text-align:right;
  background:#FFCCCC;
  padding:2.5px 5px 2.5px 5px;
}

table.tourendetails td.HmB {
  width: 60px;
  font-weight:normal;
  text-align:right;
  background:#FFCCCC;
  padding:2.5px 5px 2.5px 5px;
}

table.tourendetails td.Paesse {
  width: 579px;
  padding:2.5px 2.5px 2.5px 5px;
  /* border-bottom:1px solid; */
}

.ligurien_angebote_fotobox {
	width:894px;
	margin:10px 0px 0px 0px;
	padding:7.5px 14px 7.5px 14px;
	border:1px dotted #CCCCCC;
}

.ligurien_angebote_foto {
	padding:3px 3px 3px 3px;
}


table.buchung {
	width:600px;
	margin:0px 0px 0px 0px;
	border:1px dotted #CCCCCC;
}

table.buchung td.Bezeichnung {
  vertical-align:top;
  width:100px;
}

table.buchung td.BezeichnungError {
  width:100px;
  color:red;
}

table.buchung td.Checkbox {
  width:30px;
}

table.buchung td.TxtZuCheckbox {
  width:130px;
}

table.buchung td.Line {
	border-bottom:1px dotted #CCCCCC;
}

table.buchung td.Dokumente {
	vertical-align:top;
	border-bottom:1px dotted #CCCCCC;
	padding:10px 0px 0px 70px;
}

.reisebox {
	width:924px;
	margin:0px 0px 5px 0px;
	border:1px dotted #CCCCCC;
}

.reisebox img {
	float:left;
	margin:0px 10px 5px 0px;
}

.reisebox .reisebox_text {
	float:left;
	font-size:11px;	
	line-height:15px;
	width:700px;
	margin:0px 0px 5px 0px;	
}

.reisebox .link {
	clear:both;
	font-size:12px;	
	margin-left:185px;
}

.reisebox .line {
	clear:both;
	height:6px;
}

