****************************************************/
/* 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;
}
html {
  height: 100%;
}
body {
	margin-bottom:16px;
	padding:0 16px;
        /*background-color: #000;*/
}
body.embed {
  padding: 0;
  margin: 0;
}
body.embed_small {
  padding: 0;
  margin: 0;
  height: 100%;
}
/* 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.paesse {
	background:url('../img/icon/small/pass_mini.png') no-repeat left;
	padding-left:16px;
}
a.touren {
	background:url('../img/icon/small/tour_mini.png') no-repeat left;
	padding-left:16px;
}
a.orte {
	background:url('../img/icon/small/ort_mini.png') no-repeat left;
	padding-left:16px;
}
a.regionen {
	background:url('../img/icon/small/region_mini.png') no-repeat left;
	padding-left:16px;
}
a.hotels {
	background:url('../img/icon/small/hotel_mini.png') no-repeat left;
	padding-left:16px;
}
a.news {
	background:url('../img/icon/small/neu_mini.png') no-repeat left;
	padding-left:16px;
}
a.marathons {
	background:url('../img/icon/small/marathon_mini.png') no-repeat left;
	padding-left:16px;
}
a.mitglieder {
	background:url('../img/icon/small/mitglieder_mini.png') no-repeat left;
	padding-left:16px;
}
a.buecher {
	background:url('../img/icon/small/buch_mini.png') no-repeat left;
	padding-left:16px;
}
a.external {
	background:url('../img/icon/small/external_mini.png') no-repeat left;
	padding-left:16px;
}


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;
}
img.left {
	float:left;
        margin-right: 5px;
}

.right {
	float:right;
}
img.right {
	float:right;
        margin-left: 5px;
}

h1 {

	color:#08337A;
	font-size:18px;
	margin-bottom:16px;
}

h1.gruppen {
	margin-bottom:4px;
}

.h1_subtitle {
	font-size:12px;
}
.h1_veranstaltungen {
	margin-bottom:0px;
}
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 {
	text-decoration:underline;
}
h2.block a:hover {
	text-decoration:none;
}
input { 
  border: 1px solid #CCC;
}

input[type=radio],
input[type=checkbox] 
{
  border: none;
}
textarea {
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;
}
/*
input[type=submit] {
  background: #08337A;
  color: white;
}
*/
input[type=button],
input[type=submit] {
  border: 1px solid black;
}
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;
        background-color: white;
}

#main-right {
	float:right;
	/*margin-left:16px;*/
	padding-top:34px;
	width:176px;
}


/****************************************************/
/* 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:relative;
	top:0;
}

#login span {
	color:#FFF;
	display:inline;
	left:8px;
	margin:0;
	position:relative;
	top:0;
}

#rechte_form {
	display: none;
	position: relative;
	background:#E2001A;
	color:#FFF;
	z-index: 10000000;
}

#login ul {
        z-index: 10000001;
        display: inline;
	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 url('../img/background/head.jpg') no-repeat;
	height:97px;
	overflow:hidden;
	padding-right:0px;
	/*position:relative;*/
}
#head-bt {
	background:#FFF url('../img/background/schwimmstart.jpg') no-repeat;
	height:97px;
	overflow:hidden;
	padding-right:0px;
	/*position:relative;*/
}
.naMediaAd_SUPERBANNER {
  position: absolute;
  top: 28px;
  margin-left: 196px;
  font-size: 1px;
  line-height: 0px;
  z-index: 1000000;
 
}
.naMediaAd_WIDE_SKYSCRAPER {
  position: absolute;
  left: 930px;
  /*margin-right:16px;*/
  top: 148px;
  width:160px;
  z-index: 1000000;
}
body.ip_wallpaper .naMediaAd_WIDE_SKYSCRAPER {
  left: 924px;
  top: 28px;
}

/****************************************************/
/* logo */
/****************************************************/

#head #logo,#head-bt #logo {
	float:left;
	/*left:0px;
	position:absolute;
	top:0px;*/
}
#head-bt #logo-swb {
	float:right;
        margin-right: 5px;
        margin-top:8px;
	/*left:0px;
	position:absolute;
	top:0px;*/
}

/*******************************
** 
**  START OF UDM-SECTION
**
*******************************/


/* UDMv4.52 */
/***************************************************************\

  ULTIMATE DROP DOWN MENU Version 4.52 by Brothercake
  http://www.udm4.com/

  This script may not be used or distributed without license

\***************************************************************/

/***************************************************************/
/* Generated CSS - do not edit this directly                   */
/***************************************************************/

.udm,.udm li,.udm ul{margin:0;padding:0;list-style-type:none;}
/*.udm{position:relative;left:0;top:0;z-index:20000;width:7.5em;cursor:default !important;border:none;text-align:left;}*/
.udm{position:relative;left:0;top:0;z-index:1001;width:7.5em;cursor:default !important;border:none;text-align:left;}
.udm{background-image:none;background-color:none;float:none;width:100%;}
@media screen,projection{.udm{float:left;}}
.udm{padding-top:0;}
.udm>li:first-child{margin-left:0;}
@media Screen,Projection{.udm>li:first-child{margin-left:0;margin-right:0;}}
.udm li{left:0;}
@media screen,projection{.udm li{position:relative;}}
.udm ul li{left:0;}
:root ul[class^="udm"] li{left:0;position:static;}
@media Screen,Projection{:root ul[class^="udm"] li{left:0;position:relative;}}
@media Screen,Projection{.udm/**/[class="udm"]:not([class="xxx"]) ul li{position:relative;left:0;}}
.udm li{display:block;width:auto;float:left;}
.udm li a{position:static;display:block;float:left;white-space:nowrap;}
@media screen,projection{.udm l\i a{position:relative;float:none;}}
ul[class^="udm"] li a{position:relative;float:none;}
@media screen,projection{* html .udm li a{position:relative;float:none;}}
.udm ul li a{position:relative;float:none !important;white-space:normal;}
.udm li a{margin-left:-0px;}
@media Screen,Projection{.udm li{margin-left:-0px !important;}}
@media Screen,Projection{.udm li a{margin-left:0;}}
ul[class^="udm"] li:not(:first-child){margin-left:-0px;}
.udm ul li{margin-left:0 !important;}
ul[class^="udm"]:not([class="xxx"]) ul li{margin-left:0 !important;}
.udm ul a{margin:0;}
.udm ul li{margin-bottom:0px !important;}
.udm ul li:first-child{margin-top:0px;}
.udm ul a{margin-top:0;margin-right:0px !important;margin-bottom:0;margin-left:0px !important;}
/*.udm ul{background-image:none;background-color:#FFF;cursor:default !important;width:170px;height:auto;border-width:0px;border-color:#bdb #080 #080 #bdb;border-style:solid;position:absolute;z-index:20100;padding:0px;}*/
.udm ul{background-image:none;background-color:#FFF;cursor:default !important;width:170px;height:auto;border-width:0px;border-color:#bdb #080 #080 #bdb;border-style:solid;position:absolute;z-index:1100;padding:0px;}
.udm ul li{cursor:default !important;width:100%;position:static;float:none;}
.udm ul{display:none;visibility:hidden;}
html/**/[xmlns] .udm u\l{display:block;visibility:visible;height:0;overflow:scroll;left:-10000px;}
@media screen,projection{* html .udm ul {display:block;visibility:visible;height:0;overflow:scroll;top:-10000px;}}
ul.udm/**/[class^="udm"] u\l{display:block;visibility:visible;height:0;overflow:visible;left:-1000em;}
.udm a .udmA{visibility:hidden;margin:0 9px;display:block;cursor:pointer !important;position:absolute;right:0;top:0;text-align:right;border:none;cursor:inherit !important;}
.udm a .udmA img{display:block;}
.udm ul a .udmA{margin:0 8px;}
* html .udm a .udmA{right:0px;top:0px;}
* html .udm ul a .udmA{right:0px;top:0px;}
.udm a,.udm a:link,.udm a.nohref{background-image:none;background-color:#08337A;cursor:pointer !important;z-index:1000;text-align:left;border-style:solid;border-color:#ead4a4 #edbb85 #edbb85 #ead4a4;padding-left:9px;padding-right:9px;padding-top:5px !important;padding-bottom:5px !important;text-decoration:none;color:#FFF;border-width:0px;font-style:normal;font-family:Arial, Helvetica, sans-serif;font-weight:normal !important;}
.udm a,.udm a.nohref{font-size:12px;}
.udm a .udmA,.udm a:link .udmA,.udm a.nohref .udmA{font-family:Arial, Helvetica, sans-serif;font-weight:normal !important;}
.udm li a,.udm li a:link,.udm li a.nohref,.udm li a:visited{line-height: 14px;padding:0 8px;text-transform:uppercase;}
.udm li a:visited{background-image:none;background-color:#08337A;border-width:0px;color:#FFF;font-style:normal;border-style:solid dashed solid solid;border-color:#ead4a4 #edbb85 #edbb85 #ead4a4;}
.udm li a.udmR,.udm li a.udmY,.udm li a.udmR:visited,.udm li a.udmY:visited,.udm li a:hover,.udm li a:focus,.udm li a.nohref:hover,.udm li a.nohref:focus{font-style:normal;background-image:none;background-color:#CCC;text-decoration:none;color:#08337A;border-color:#ead4a4 #ead4a4 #fae4b4 #fae4b4;border-style:solid;border-width:0px;}
* html .udm li a:active{font-style:normal;background-image:none;background-color:#CCC;text-decoration:none;color:#08337A;border-color:#ead4a4 #ead4a4 #fae4b4 #fae4b4;border-style:solid;border-width:0px;}
.udm ul a,.udm ul a:link,.udm ul a.nohref{background-image:none;background-color:#CCC;text-align:left;border-width:0px;border-style:solid;border-color:#f8fbd0;padding-left:8px;padding-right:8px;padding-top:6px !important;padding-bottom:6px !important;text-decoration:none;color:#08337A;font-style:normal;font-size:12px;font-family:Arial, Helvetica, sans-serif;font-weight:normal !important;}
.udm ul a .udmA,.udm ul a:link .udmA,.udm ul a.nohref .udmA{font-family:Arial, Helvetica, sans-serif;font-weight:normal !important;}
.udm ul li a,.udm ul li a:link,.udm ul li a.nohref,.udm ul li a:visited{margin-top: 1px;}
.udm ul li a:visited,* html .udm ul li a:visited{background-image:none;background-color:#CCC;color:#08337A;font-style:normal;border-width:0px;border-style:solid;border-color:#f8fbd0;;}
.udm ul li a.udmR,.udm ul li a.udmY,.udm ul li a.udmR:visited,.udm ul li a.udmY:visited,.udm ul li a:hover,.udm ul li a:focus,.udm ul li a.nohref:hover,.udm ul li a.nohref:focus,.udm ul li a:visited:hover{font-style:normal;background-image:none;background-color:#CCC;text-decoration:none;color:#08337A;border-color:#aca;border-style:solid;border-width:0px;text-decoration: underline;}
* html .udm ul li a:active{font-style:normal;background-image:none;background-color:#CCC;text-decoration:none;color:#08337A;border-color:#aca;border-style:solid;border-width:0px;text-decoration: underline;}
.udm a.nohref,.udm ul a.nohref{cursor:default !important;}
.udm h3,.udm h4,.udm h5,.udm h6{display:block;background:none;margin:0;padding:0;border:none;font-size:1em;font-weight:normal;text-decoration:none;}
.udm h3,.udm h4,.udm h5,.udm h6{display:inline;}
.udm h\3,.udm h\4,.udm h\5,.udm h\6{display:block;}
ul[class^="udm"] h3,ul[class^="udm"] h4,ul[class^="udm"] h5,ul[class^="udm"] h6{display:block;}
* html .udm h3,* html .udm h4,* html .udm h5,* html .udm h6{display:block;}
* html .udm h3,* html .udm h4,* html .udm h5,* html .udm h6{width:expression("auto",this.runtimeStyle.width=this.parentNode.offsetWidth);width/**/:auto;}
* html .udm ul h3,* html .udm ul h4,* html .udm ul h5,* html .udm ul h6{width:expression("auto",this.runtimeStyle.width=this.parentNode.currentStyle.width);width/**/:auto;}
@media screen,projection{* html .udm li{display:inline;}}
@media screen,projection{* html .udm li,* html .udm ul li{display/**/:block;float/**/:left;}}
@media screen,projection{* html .udm li,* html .udm ul li{clear:none;}}
ul[class$="udm"].udm li,ul[class$="udm"].udm ul li{display:block;float:left;}
ul[class$="udm"].udm:not([class="xxx"]) li{float:left;}
ul[class$="udm"].udm:not([class="xxx"]) ul li{float:none;}
@media all and (min-width:0px){ul[class$="udm"].udm li{float:left;}}
@media all and (min-width:0px){ul[class$="udm"].udm ul li{float:none;}}
/*.udm .udmC{position:absolute;left:0;top:0;z-index:20020;width:auto;height:auto;filter:alpha(opacity=0);}*/
.udm .udmC{position:absolute;left:0;top:0;z-index:1020;width:auto;height:auto;filter:alpha(opacity=0);}
select{visibility:visible;}

/* this is to mark a menu entry as active
   must come after inclusion of udm-style.php
   thats why it come separate
    */
#nav-main ul li.active a {
	background:#CCC;
	color:#08337A;
}

/*******************************
** 
**  END OF UDM-SECTION
**
*******************************/

#head .nabc_side div {
  float: right;
  display: inline;
  margin-left: 6px;
}

/****************************************************/
/* 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;
        display: inline;
        left:824px;
        margin-top: -3px;
        float: right;
        z-index: 1000;

}

#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
/****************************************************/
.menu-right-gruppen {
  right: 176px;
  width: 408px;
  position: absolute;
  display: block;
  z-index: 20;
  margin: 0;
}


.menu-right-gruppen .menu {
        float: left;
        width: 196px;
	margin-bottom:4px;
	padding-bottom:0px;
	margin-left:8px;
        background-color: white;
}

.menu-right-gruppen .menu h2 {
	background:#08337A;
	color:#FFF;
	margin-top:0px;
	margin-bottom:0px;
	padding:3px 6px;
}
.menu-right-gruppen .menu .content {
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
        padding: 3px;
}       
.menu-right-gruppen .menu h2 a, .menu-right-gruppen .menu-short h2 a {
        color:#FFF;
}
.menu-right-gruppen .menu h2 a:link, .menu-right-gruppen .menu h2 a:visited, .menu-right-gruppen .menu-short h2 a:link, .menu-right-gruppen .menu-short h2 a:visited {
	text-decoration:underline;
}
.menu-right-gruppen .menu h2 a:hover, .menu-right-gruppen .menu-short h2 a:hover {
	text-decoration:none;
} 
        

#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;
  z-index: 10000;
}

/** 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: 1px;
}

.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 {
}
.pblist_news td {
  padding-bottom: 3px;
  border-bottom: 1px solid;
}

/* 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;
}

.hotels_hauptbild {
  float: right;
}

.hotel_voransicht1,
.hotel_voransicht2,
.hotel_voransicht3 {
	float: left;
}

.hotel_voransicht2,
.hotel_voransicht3 {
	margin-left: 72px;
}

.hotel_bildleer1,
.hotel_bildleer2,
.hotel_bildleer3 {
	width: 179px;
	height: 179px;
	float: left;
}

.hotel_bildleer2,
.hotel_bildleer3 {
	margin-left: 72px;
}

.hotel-container {
	border-left: 1px solid #08337A;
	border-right: 1px solid #08337A;
	border-bottom: 1px solid #08337A;
	padding: 5px;
	margin-top: -5px;
}

/* 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_normal { 
  margin-right: 4px;
  margin-bottom: 4px;
} 

.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;
}
.hotel_googlemap {
  width:300px; height:200px; float: right;
}
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;
}
.tourentipps_karte_embed {
  width: 600px; 
  height: 450px; 
  margin: 0; 
  padding: 0;
}
#profilkartencontainer {
  position: relative;
}

body.embed_small #profilkartencontainer {
  height: 100%;
}
body.embed_small #profilkartencontainer .tourentipps_karte_embed {
  height: 100%;
  width: 100%;
}

.profilcontainer {
  position: relative;
  width: 600px; 
  height: 450px;
}
.profilcontainer .profilline {
  position: absolute;
  border-left: 1px solid #000;
  height: 450px;
  visibility: hidden;
  z-index:2000
}
.profilcontainer600_50 {
  position: relative;
  width: 600px; 
  height: 50px;
}
.profilcontainer600_50 .profilline {
  position: absolute;
  border-left: 1px solid #000;
  height: 50px;
  visibility: hidden;
  z-index:2000
}
#profilkartencontainer .profilcontainer {
  position: absolute;
  width: 150px; 
  height: 50px;
  z-index: 1;
  left: 70px;
  top: 10px;
}
#profilkartencontainer .profilcontainer .profilline {
  position: absolute;
  border-left: 1px solid #000;
  height: 50px;
  visibility: hidden;
  z-index:2000
}
.profilinfo {
  position: absolute;
  overflow: visible; 
  visibility: hidden;
  z-index:10000;
  background-color: #FFF;
  border: 1px solid #CCC;
}

.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;
}

/****************************************************/
/* Bonn-Triathlon
/****************************************************/

.bt_h3 {
  border-style: solid;border-color: #000;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 0px;

  background-color:#eee;
}
.bt_h3 h3 {
  margin: 0 0 0 0
}

/****************************************************/
/* 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;
}
.toggle-link {
  font-size:10px;
  float: right;
}
.position-stempel {
  display:inline; 
  margin-left: 30px;
}
.jetzt-buchen {
  margin-top: 5px;
}
/* NEWS */
ul.news_thread, ul.news_thread ul {
	list-style:none;
}

ul.news_thread li {
        margin-left: 8px;
}

ul.news_thread a.newsthread_active {
        color: black;
        text-decoration: none;
}

h1.qd_news_liste {
  margin-top: 8px;
  margin-bottom: 3px;
}

h1.qd_news {
  margin-top: 8px;
  margin-bottom: 3px;
  margin-left: 5px;
}


/* addthis social bookmarking */
.addthis_toolbox {
  margin-top: 12px;
}
.addthis_toolbox.addthis_pill_combo a {
    float: left;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet,
.addthis_toolbox.addthis_pill_combo a.addthis_counter {
    margin-top: -2px;
}
.addthis_button_compact .at15t_compact {
    margin-right: 4px;
    float: left;
}   
.addthis_button_facebook_like {
  margin-top: -2px;
}

/* ANMELDUNG */
.meldeform_h2 {
  padding-left: 12px;
  padding-right: 12px;
  /* border: 1px solid black; */
  background-color: #CCC;
  font-weight: bold;
}
.meldeform_box {
  /*border: 1px solid black;*/
  background-color: #EEE;
}

#qd_meldeform .input {
  width: 924px;
  height: 30px;
  border: 5px solid orange;
  
}
#qd_meldeform .user_control {
  width: 924px;
  height: 30px;
  border: 5px solid green;
}

/* tabs */
/* tab navigation */
.navigationcontainer {height:30px;border-bottom:1px #08337A solid;margin-bottom: 5px;position:relative;width:100%;}
.navigation {font:76%/132% arial,helvetica,sans-serif;position:absolute;bottom:0;left:0px;padding: 0;}
/* tab navigation list */
.navigation ul {padding:0;list-style:none;margin:0;}
.navigation li {padding:0;float:left;margin:0 0 0 .5em;}
/* tab navigation common a */
.navigation a {
  text-decoration:none;
  font-weight:normal;
  display:block;
  font-size:1.3em;
  line-height:1.17em;
  /*
  font-size:1.3em;
  line-height:1.17em;
  */
  padding:4px 0 1px 8px;
  background:#CCC url(../img/tab_l4.gif) no-repeat left top;
  border-bottom:2px solid #fff;
}
/* für die rechte runde Ecke ist ein zusätzlicher span nötig  */
.navigation a span {padding:4px 8px 0 0;background: transparent url(../img/tab_r4.gif) no-repeat right top;}

/* nicht aktive tab-Beschriftung*/
/* .navigation a,.navigation a:hover,.navigation a:active,.navigation a:focus,.navigation .active a {text-decoration:none;color: #08337A;;}*/
.navigation a,.navigation a:hover,.navigation a:active,.navigation a:focus,.navigation .active a {text-decoration:none;color: #08337A;}
/* aktive tab-Beschriftung*/
.navigation .active a {font-weight: bold;background-color: #08337A;color:#fff;padding-bottom:3px;border:0;}
.navigation a:hover,.navigation a:active,.navigation a:focus {background-color: #08337A;color:#fff;padding-bottom:3px;border:0;}


/* Gruppen */
.dubisthier {
  margin-bottom: 6px;
}

a.ug_link {
  font-weight: bold;
  text-decoration: none;
}
a.ug_link:hover {
  font-weight: bold;
  text-decoration: underline;
}


/* neues Forum */
ul.gruppenliste li {
  position: relative;
  list-style:none; 
  font-size: 11px;
}
ul.gruppenliste li h2 {
  margin-bottom: 0px;
  margin-left: -15px;
}
ul.gruppenliste li h2 div {
  display: inline;
}

ul.gruppenliste li div.preview {
  margin-left: 40px;
}

ul.gruppenliste li a.latest_post {
  text-decoration: none;
}
ul.gruppenliste li a.latest_post:hover {
  text-decoration: underline;
}
ul.gruppenliste li div.gruppeninfo {
  position: absolute;
  left: 400px;
}

table.gruppenliste {
  width: 100%;
  border-bottom: 1px solid #376fa6;
  margin-bottom: 10px;
}

table.gruppenliste td h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
table.gruppenliste td h2 div {
  display: inline;
}

table.gruppenliste td.latest_post_id {
  font-size: 11px;
  padding-left: 10px;
  vertical-align: middle;
  text-align: right;
}
table.gruppenliste td.latest_post_post {
  font-size: 11px;
  padding-left: 5px;
  vertical-align: middle;
}



table.gruppenliste td a.latest_post_id, table.gruppenliste td a.latest_post_post {
  text-decoration: none;
}
table.gruppenliste td a.latest_post_id:hover, table.gruppenliste td a.latest_post_post:hover {
  text-decoration: underline;
}




div.tiefe-nav {
  padding-left: 20px;
  margin-bottom: 10px;
}
div.tiefe-nav h1 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.bbcode-img {
  max-width: 640px;
}
.bbcode-img-left {
  max-width: 640px;
  margin-right: 5px;
  float: left;
}
.bbcode-img-right {
  max-width: 640px;
  float: right;
  margin-left: 5px;
}


