body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin: 0;
 padding:0;
}
blockquote {
    border: none;
    
    margin: 0 0 20px;
    padding: 10px 20px;
    text-align: center;
}
input,textarea,select {
	border: 1px solid #000099;
	border-radius: 4px;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input[type="checkbox"] {
 border: none;
}
textarea {
	
	font-size: 12px;
}
area {
	outline:none;
}
button{
	color: white !important;
	padding: 5px 15px;
	text-decoration: none !important;
	border-radius: 0.3em;
	background: rgb(109,179,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(0,0,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(51%,rgba(54,144,240,1)), color-stop(100%,rgba(0,0,153,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(0,0,153,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(0,0,153,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(0,0,153,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(0,0,153,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#000099',GradientType=0 )  !important; /* IE6-9 */
} 

.bluegrad {
	color: white !important;
	padding: 5px 15px;
	text-decoration: none !important;
	border-radius: 0.3em;
	background: rgb(109,179,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(0,0,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(51%,rgba(54,144,240,1)), color-stop(100%,rgba(0,0,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(0,0,153,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(0,0,153,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(0,0,153,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(0,0,153,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#000099',GradientType=0 ); /* IE6-9 */
}

.yellowgrad {
	background: rgb(252,234,187); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,234,187,1) 0%, rgba(252,205,77,1) 47%, rgba(248,181,0,1) 50%, rgba(255,204,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,234,187,1)), color-stop(47%,rgba(252,205,77,1)), color-stop(50%,rgba(248,181,0,1)), color-stop(100%,rgba(255,204,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 47%,rgba(248,181,0,1) 50%,rgba(255,204,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 47%,rgba(248,181,0,1) 50%,rgba(255,204,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 47%,rgba(248,181,0,1) 50%,rgba(255,204,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 47%,rgba(248,181,0,1) 50%,rgba(255,204,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#ffcc00',GradientType=0 ); /* IE6-9 */
	color: #333333 !important;
	border: 1px solid #FFCC00;
	border-radius: 0.3em;
}
.navbar-default {
    background-color: #ffcc00;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
#ui-datepicker-div {
	max-width: 712px !important;
}
#mlregtable p {
	padding:0;
	margin:0;
	height: 1px;
}
#mlregtable td {
	width: 33%; 
}
ul {
	margin:0;
	padding: 0;
}
li {
	list-style-type: none;
}
td,th {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 vertical-align: top;

}

.ui-widget .ui-widget {
    font-size: inherit !important;
}

/*
.ui-widget-content {
    background: none;
    border: 1px solid #aaaaaa;
    color: #222222;
}
*/
.row {
    margin-left: 0px;
    margin-right: 0px;
}
h3 {color: #000099;}


a {
 text-decoration: none;
 color: #000099;
}


.csc-default {
	clear: both;
}
#body {
	max-width: 1003px;
	margin-left: auto;
    margin-right: auto;
	overflow: hidden;	
	background-color: #FFFFFF;
}


#header {
 position: relative;
 width: 100%;
 display: block;
 height: auto;
 /*max-width: 1024px;*/
 
 margin-left: auto;
 margin-right: auto;
 text-align: left; 
 overflow: hidden;
}
#header_iframe {
 position: absolute;
 width: 100%;
 left:0;
 top:0;

 display: block;
 height: 60px;
 /*max-width: 1024px;*/
 
 margin-left: 0;
 margin-right: 0;
 text-align: left; 
 overflow: hidden;
  background-color:  #FFCC00;
 padding-top: 8px;
 
}
#header_iframe[id] {
 position: absolute;
 width: 100%;
 left:0;
 top:0;

 display: block;
 height: 60px;
 /*max-width: 1024px;*/
 
 margin-left: 0;
 margin-right: 0;
 text-align: left; 
 overflow: hidden;
  background-color:  #FFCC00;
 padding-top: 8px;
 
}
#ifr_host {
	float: left;
	padding-left: 25px;
	padding-right: 20px;
	padding-top: 0px;
	font-weight: bold;
	font-size: 15px;
	color:#000099; 
	height: 100%;
}
#logo {
	
 height: auto;
 width: 100%; 
 /*float: left;*/ 
 
 }
 
 


#submenu {

   /*max-width: 1003px;*/
   /*height: 1.3em;*/
   text-align: right;
   padding-right: 0px;  
   padding-top: 0.2em;
   padding-bottom: 0.1em;
   background-color: #FFCC00;
   font-size: 12px;
}
#submenucategories {

   /*max-width: 1003px;*/
   /*height: 1.3em;*/
   text-align: center;
   padding-right: 0px;  
   padding-top: 0.2em;
   padding-bottom: 0.1em;
   background-color: #FFCC00;
   font-size: 12px;
}

.normalSubMenu {
   padding-left: 1em;
   padding-right: 1em;
   
   font-weight: bold;
   
}
.normalSubMenuACT {
   padding-left: 1em;
   padding-right: 1em;

   
   font-weight: bold;
   background:url("arrow.gif") no-repeat 0em center ;   
}

.normalSubMenu.link {
   text-decoration: none;
}

/*NEW*/
.spacerMainMenu {
  padding-left: 0.5em;
  padding-top: 0.2em;
  padding-bottom: 10px;
  padding-right: 0.3em;
  color: white;
  font-size: 14px;
  font-weight: bold;
	/* lo ro ru lu*/
  border-radius: 8px 8px 0 0;
  background-color: #000099;
}

#pathlang {
   float: left;
   max-width: 1024px;
   width: 100%;
   border-bottom: 1px solid #000099;

  /*height: 20px !important;*/
  height: auto;
  /*overflow: hidden;*/
}


#path {
  
  font-size: 11px;
  font-weight: normal;
  padding-top: 3px;

}

#path[id] {
  float: left;
  font-size: 11px;
  font-weight: normal;
  padding-top: 2px;
  height: 16px;
}

#path_iframe {
  float: left;
  font-size: 11px;
  font-weight: normal;
  padding-top: 2px;
  padding-left: 0px;
  
}
#header_iframe div.cwdmrootline-pi1 {position: absolute; left: 0;top: 25px;padding-top:2px;margin-left:25px; font-size: 11px;  }
#path_iframe {padding-top:4px;}
#path_iframe .cwdmrootline-pi1  .rootlineItemLink a:link {font-size: 11px; background-color:transparent; color:#000099; text-decoration:none; font-weight: normal;}
#path_iframe .cwdmrootline-pi1  .rootlineItemLink a:visited {font-size: 11px; background-color:transparent; color:#000099;  text-decoration:none; font-weight: normal;}
#path_iframe .cwdmrootline-pi1  .rootlineItemLink a:hover {font-size: 11px; background-color:transparent; color:#0000ff; text-decoration:none; font-weight: normal;}
#path_iframe .cwdmrootline-pi1  .rootlineItemLink a:active {font-size: 11px; background-color:transparent; color:#0000ff;  text-decoration:none; font-weight: normal;}

#path_iframe .cwdmrootline-pi1  .rootlineItemLink {font-size: 11px; font-weight: normal; }
/*#header_iframe .user-cwdmobj-pi1-submit {position: absolute; right: 20px;top: 12px;font-size: 12px;   font-family:Verdana; background-color:#000099; color:white; font-weight:bold; }*/
#header_iframe .user-cwdmobj-pi1-submit {padding-left:0;margin-top: 0px;margin-right: 10px;float:right;font-size: 10px;   font-family:Verdana; background-color:#000099; color:white; font-weight:bold; }


#maincontent_iframe {
 /*
 position: absolute;
  height:1024px;
 top: 60px;
 left:0;
 width: 100%;
*/
}
#maincontent_iframe[id] {
 /*position: absolute;
 
 top: 60px;
 left:0;
 right: 0;


 height: auto;
 bottom: 0px;
 width: 100%;
*/
} 
.tx-sriframe-pi1 {
	position: absolute;
	top: 60px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	
    width: 100%;
}  
#lang {
  /*display: none;*/
  float: right;
  text-align: right;
  padding-top: 0px;
  margin-right: 2px;
  width: 80px;
}
#lang a img {
	max-height: 17px;
	max-width: 27px;
}
.pointer{
        padding: 0px;
        margin-top: -5px;        
}
.pointer[class]{
        padding: 0px;
        padding-bottom: 9px;
}
#maincontent {
   display: block;
   width: 100%;
   max-width: 1024px;

   float: left;

}

#mainmenu {
  display: block;
  margin-top: 5px;
  
  padding-left: 0em;
  padding-right: 5px;
  text-align: left; 
  float: left;

  width: 18%;
font-size: 16px;
}

#leftAdvert {
  display: block;
  margin-top: 0.2em;
  padding-left: 0;
  padding-right: 0.2em;
  text-align: center; 
  
  width: 11em;
}
#content {

  display: block;
  margin-top: 5px;
  margin-left: 0px;
  padding: 5px; 

  
  float: left;
  text-align: left; 

  min-height: 55em;
  width: 58%;
}

#footer {
 margin-left:auto;
 margin-right: auto;
 width: 100%;
 background-color: #aaa;
}

.mainmenu1 {
  border: 1px solid white;
  margin-bottom: 1em;
}


/* MainMenu Classes*/

.mainmenuItemTop {
  padding-left: 0; 
  padding-right: 0.3em; 
  padding-top: 0.3em; 
  padding-bottom: 0.3em;  
	/* lo ro ru lu*/
  border-radius: 8px 8px 0 0 ;
  background-color: #FFCC00; 
  margin-top: -5px;
}

.mainmenuItemBott {
  padding-left: 0; 
  padding-right: 0.3em; 
  padding-top: 0.3em; 
  padding-bottom: 0.3em;  
	/* lo ro ru lu*/
  border-radius:  0 0 8px 8px;
  background-color: #FFCC00;
  margin-top: 1px;  
}
/* Angebote */
.mainmenuItemTopBott {
  padding-left: 0; 
  padding-right: 0.3em; 
  padding-top: 0.3em; 
  padding-bottom: 0.3em;  
	/* lo ro ru lu*/
  border-radius: 8px 8px 8px 8px;
  background-color: #FFCC00; 
  margin-top: -5px;
}



.normalMainMenuLink{
  padding-left: 0.8em; 
  color: #000099;
  font-size: 0.8em;
  font-weight: bold;
  
  display: block;
  
}
.normalMainMenuLinkAct{
	padding-left: 0.8em; 
  color: #000099;
  font-size: 0.8em;
  font-weight: bold;
  
  display: block;
  background:url("arrow.gif") no-repeat 3px 5px ;
}

.mainmenuItemMiddle {
  padding-left: 0em; 
  padding-right: 0.3em; 
  padding-top: 0.3em; 
  padding-bottom: 0.3em;  

   background-color: #FFCC00;    
margin-top: 1px;
}




.inhaltMainMenu {
	margin:0;
	padding:0.5em 0.5em 0.5em 0.5em;
}

/* Main Menu Classes for FIRST subitem (Yellow)*/



.mainmenuItemMiddleSub {
  padding-left: 1.7em; 
  padding-right: 0.3em; 
  padding-top: 0.3em; 
  padding-bottom: 0.3em;  
   background-color: #FFCC00;    
   font-size: 90%;
}
.mainmenuItemMiddleSubHide {
  display: none;
}



/** ADVERTS Dom. of the Week**/

.adv_item {
    background-color: #EEEEEE;
    display: block;
    margin-bottom: 5px;
    padding: 4px;
    position: relative;
}
/* ************************* */
.user-cw3adv-pi1 div {
	text-align: center;
}
.user-cw3adv-pi1 div div ul li a p {
	text-align: left;
	margin: 5px;
}
.user-cw3adv-pi1 div div ul {
	float: left;
	margin: 0 auto;
}
.user-cw3adv-pi1 div div ul li {
	width: 32.7%;
	float: left;
	margin: 0.3%;
}

/** RATING REG begin **/
.user-cwrating-pi1 {
  float: right;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 0px;
  text-align: left; 
  /*width: 238px;*/
}

.user-cwrating-pi1 .rightAdvert {
  float: left;
  display: block;
  margin-top: 5px;
  text-align: center; 
  width: auto;
  max-width: none;
}


.user-cwrating-pi1  a:link {font-size: 10px; background-color:transparent; color:#000099; text-decoration:none; font-weight:bold;}
.user-cwrating-pi1  a:visited {font-size: 10px; background-color:transparent; color:#000099;  text-decoration:underline; font-weight:bold;}
.user-cwrating-pi1  a:hover {font-size: 10px; background-color:transparent; color:#0000ff; text-decoration:none; font-weight:bold;}
.user-cwrating-pi1  a:active {font-size: 10px; background-color:transparent; color:#0000ff;  text-decoration:none; font-weight:bold;}

div  .starcont {
  	float: left;
    font-size: 12px;
    font-weight: bold;
    width: 20%;
}

div.user-cwrating-pi1 div  div.rate_item p.ratingslink span.frate_text {
	float: left;
    width: 80%;
    font-size: 11px;
	font-weight: bold;
}
div  div.rate_item p.ratingslink span.starcont span.rating span.frate {
	width: 100%;
}
div  div.rate_item p.ratingslink span.starcont span.rating span.frate span.average {
	float: left;
	width: 100%;
	padding-left: 5px;
	padding-top:  7px;
	margin-bottom: 10px;
}
div  div.rate_item p.ratingslink span.starcont span.rating span.fmaxval_text {
	float: left;
	width: 100%;

}





.user-cwrating-pi1 .adv_item {
	display: block;  
	position: relative;
	margin-top: 5px;
	padding: 4px;
  	background-color: #eeeeee;
  	margin-bottom: 5px;
  	font-size: 10px;
	
}
.user-cwrating-pi1 .adv_location {
	font-size: 10px;
	padding-top: 3px;
	clear: both;
}
.user-cwrating-pi1 .adv_descr {  

	left: 95px;
	font-size: 10px;
  	vertical-align: top;
	
}
.user-cwrating-pi1 .adv_descr p { 
	vertical-align: top;
	margin: 0px;
	padding: 2px;
} 
.user-cwrating-pi1 .adv_img { position: relative; height: 72px;width: 90px; float: left; padding-right:3px; }

.user-cwrating-pi1 .rate_item  {
 	
 	margin-top: 5px;
 	padding-top: 4px;
 	padding-bottom: 10px;
 	padding-left: 4px;
 	padding-right: 4px;
	background: url("../../typo3conf/ext/ve_guestbook/pi1/res/img/starsingle_top1s.png") no-repeat scroll 0px 0px transparent;	
	
	width: 99%;

	min-height: 55px;	
	
 }


.user-cwrating-pi1 div.rate_item a.ratingslink span.frate_text {
	text-align: left;
	padding-right: 0px;
	padding-left: 50px;
	padding-top: 0px;
	color: #000099;
	font-weight: bold;
	font-size: 11px;
	display: block;
}

.user-cwrating-pi1 div.rate_item a.ratingslink span.frate {
	
	float: left;
	padding-top: 8px;
	padding-left:7px;
	width: 100%;
}

.user-cwrating-pi1 div.rate_item a.ratingslink span.fmaxval_text {
	font-size:10px;
	float: left;
	padding-top: 15px;

}

.user-cwrating-pi1 p.rateP {
	/*margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 11px;
	border-top: 1px solid #000099;*/
	
	padding-top:4px;
	padding-bottom: 3px;
	padding-left:4px;
	padding-right: 4px;
	line-height: 20px;
	
}
.user-cwrating-pi1 div  div.rate_item a.ratingslink span span.rating {
	display: block;
	float: left;
}
.mainmenuItemTopBottGrey {
  padding-left: 0; 
  padding-right: 0.3em; 
  padding-top: 0.3em; 
  padding-bottom: 0.3em;  
	/* lo ro ru lu*/
  border-radius: 8px 8px 0px 0px;
  background-color: #EEEEEE; 
  margin-top: -5px;
  height: 1px;
}
.mainmenuItemTopBottWhite {
  padding-left: 0; 
  padding-right: 0.3em; 
  padding-top: 0.3em; 
  padding-bottom: 0.3em;  
	/* lo ro ru lu*/
  border-radius: 8px 8px 0px 0px;
  background-color: white; 
  margin-top: -5px;
  height: 1px;
}

/******** RATING (REG) end *****************/





/** ADVERTS begin **/
.user-cwdmadverts-pi1 {
  float: right;
  display: block;
  margin-top: 4px;
  margin-right: 0px;
  text-align: left; 
  /*width: 238px;*/
}

.rightAdvert {
  float: right;
  display: block;
  margin-top: 5px;
  text-align: center; 
  /*width: 231px;*/
  width: 23%;


}
.rightAdvert img {
	width: auto;
	height: auto;
}




.user-cwdmadverts-pi1  a:link {font-size: 10px; background-color:transparent; color:#000099; text-decoration:underline; font-weight:bold;}
.user-cwdmadverts-pi1  a:visited {font-size: 10px; background-color:transparent; color:#000099;  text-decoration:underline; font-weight:bold;}
.user-cwdmadverts-pi1  a:hover {font-size: 10px; background-color:transparent; color:#0000ff; text-decoration:none; font-weight:bold;}
.user-cwdmadverts-pi1  a:active {font-size: 10px; background-color:transparent; color:#0000ff;  text-decoration:none; font-weight:bold;}


.adv_location {
	font-size: 10px;
	padding-top: 3px;
	clear: both;
}

.adv_descr p { 
	vertical-align: top;
	margin: 0px;
	padding: 2px;
	font-size: 10px;
} 
.adv_img { position: relative; height: 72px;width: 90px; float: left; padding-right:3px; }
.adv_head_ro {
  position: relative;
	background:url("boxMainMenu_ro.gif") no-repeat top right ;
	margin:0;
	padding:0;
	width: 100%;
}
.adv_head_lo {
  position: relative;

	background:url("boxMainMenu_lo.gif") no-repeat top left ;
	margin:0;
	padding:0;
	width: 100%;	
}
.adv_head {
 position: relative;
	padding-left: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.3em;
	color: white;
	font-size: 0.8em;
	font-weight: bold;
	
	width: 100%;
}
/** ADVERTS end **/






.csc-header  h1{text-align: left; font-size: 17px; color:#000099;  background-color: transparent; padding-left: 3px;padding-top:3px;padding-bottom: 2px;font-weight: bold;}

.csc-header  h2{text-align: left; font-size: 16px; color:#000099;  background-color: transparent; padding-left: 3px;padding-top:3px;padding-bottom: 2px;font-weight: bold;}
.csc-header  h3{line-height: 1em; text-align: center; font-size: 15px; color:#000099;  background-color: transparent; padding-left: 3px;padding-top:3px;padding-bottom: 2px;font-weight: bold;}
.csc-header  h4{margin-top: 3px; margin-bottom: 3px; line-height: 1em; text-align: left; font-size: 13px; color:#000099;  background-color: transparent; padding-left: 3px;padding-top:3px;padding-bottom: 2px;font-weight: bold;}
.csc-mailform {font-size: 12px; }
.csc-form-label {}
fieldset.csc-mailform {font-size: 12px; border: none;}

/*.bodytext { font-size: 12px;  line-height:125%;  margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px; }*/
.bodytext  a:link {font-size: 12px; background-color:transparent; color:#000099; text-decoration:underline; font-weight:bold;}
.bodytext  a:visited {font-size: 12px; background-color:transparent; color:#000099;  text-decoration:underline; font-weight:bold;}
.bodytext  a:hover {font-size: 12px; background-color:transparent; color:#0000ff; text-decoration:none; font-weight:bold;}
.bodytext  a:active {font-size: 12px; background-color:transparent; color:#0000ff;  text-decoration:none; font-weight:bold;}

.rightalign { text-align: right;}



/*cwdm-pi1_STYLES  **************************************************** */
.cwdm-pi1 {  color:black; margin-bottom: 1.5em;}


  /* td extra !*/
.cwdm-pi1  td { font-size: 12px;  color:black;  vertical-align: top; }

.cwdm-pi1 .divContinent { border-bottom: 1px solid #000099; margin-bottom: 1em; padding: 5px; }
.cwdm-pi1 .divContinent p { font-size: 14px; }

.cwdm-pi1 .divCountry {border-bottom: 1px solid #000099;  margin-bottom: 1em;}
.cwdm-pi1 .pcontinent {  color:#000099; font-weight:bold;}
.cwdm-pi1 .pcontinentRes { font-size: 12px;  margin-left: 2em}

.cwdm-pi1 .pcountry { font-size: 14px;  color:#000099; font-weight:bold;}
.cwdm-pi1 .pcountryRes { font-size: 12px;  }

.cwdm-pi1 .pzone { font-size: 12px;  color:#000099; font-weight:bold; margin-left: 2em}
.cwdm-pi1 .pzoneRes { font-size: 12px; margin-left: 3em }


.cwdm-pi1  a:link {    background-color:transparent; color:#000099; text-decoration:none; }
.cwdm-pi1  a:visited { background-color:transparent; color:#000099; text-decoration:none;}
.cwdm-pi1  a:hover {   background-color: #ffcc00;      color:#0000ff;      text-decoration:none; }
.cwdm-pi1  a:active {  background-color:transparent; color:#0000ff; text-decoration:none; }



.cwdm-pi1  a {margin-right: 2px;}


.cwdmrootline-pi1 {font-size: 11px; color:black; width: auto; float:left; overflow: hidden; padding-top: 1px;}
.cwdmrootline-pi1  .rootlineItemLink a:link {font-size: 11px; background-color:transparent; color:#000099; text-decoration:none; font-weight: normal;}
.cwdmrootline-pi1  .rootlineItemLink a:visited {font-size: 11px; background-color:transparent; color:#000099;  text-decoration:none; font-weight: normal;}
.cwdmrootline-pi1  .rootlineItemLink a:hover {font-size: 11px; background-color:transparent; color:#0000ff; text-decoration:none; font-weight: normal;}
.cwdmrootline-pi1  .rootlineItemLink a:active {font-size: 11px; background-color:transparent; color:#0000ff;  text-decoration:none; font-weight: normal;}

.cwdmrootline-pi1  .rootlineItemLink {font-size: 11px; font-weight: normal; line-height: 17px;}
.user-cwdmobjlangsel-pi1 {float: right; width: 85px;padding-top: 0px; padding-bottom: 1px;}

.cwdm-pi1  .pzoneRes a:link {font-size: 12px; background-color:transparent; color:#000099; text-decoration:underline; font-weight:normal;}
.cwdm-pi1  .pzoneRes a:visited {font-size: 12px; background-color:transparent; color:#000099;  text-decoration:underline;  font-weight:normal;}
.cwdm-pi1  .pzoneRes a:hover {font-size: 12px; background-color:transparent; color:#0000ff; text-decoration:none; font-weight:normal; }
.cwdm-pi1  .pzoneRes a:active {font-size: 12px; background-color:transparent; color:#0000ff;  text-decoration:none;  font-weight:normal;}

 .listTableHeader .section{font-size: 12px;height: 1.25em; text-align: left;}

.cwdm-pi1  .listTableHeader a:link {font-size: 12px; background-color:transparent; color:#000099; text-decoration:underline; font-weight:bold;}
.cwdm-pi1  .listTableHeader a:visited {font-size: 12px; background-color:transparent; color:#000099;  text-decoration:underline; font-weight:bold;}
.cwdm-pi1  .listTableHeader a:hover {font-size: 12px; background-color:transparent; color:#0000ff; text-decoration:none; font-weight:bold;}
.cwdm-pi1  .listTableHeader a:active {font-size: 12px; background-color:transparent; color:#0000ff;  text-decoration:none; font-weight:bold;}



table  .listvbottTable td { font-size: 16px; background-color:#eee; color: #000099; border-right: 2px solid #fff;vertical-align: middle;}



div .bottomcell a.enqu_button {
		font-size: 16px;
		/*font-weight: bold;*/
        padding: 5px 3px; 
        float: right;      
}
div .bottomcell a.enqu_button:hover {

}

.td_enqub {
	background-color: transparent !important;
	border: none !important;
	padding-right: 0px !important;
	width: 19%;
}
/*cwdm-pi1_STYLES  **************************************************** */

/* tx-fesearchintable-pi1 _STYLES  **************************************************** */
	.tx-fesearchintable-pi1 .cal {vertical-align: bottom;margin-left: 2px;}
	.tx-fesearchintable-pi1 p { font-size: 12px;    line-height:125%; color:#000099; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px; }
	.tx-fesearchintable-pi1 p.value {  font-size: 12px;   line-height:125%; color:black; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px; }
        /* Bild Untertitel */
	.tx-fesearchintable-pi1 p.img_descr {font-size:0.9em;  text-align: left;   line-height:110%; color:black; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:10px; text-indent:0px; }
	.tx-fesearchintable-pi1 imgTable {border: 0;}
	.tx-fesearchintable-pi1 .imgThumbBackgr { background-color: #eeeeee; border: 0;}

	.tx-fesearchintable-pi1 p span.value {font-size: 12px;     line-height:125%; color:black; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px; }

	.tx-fesearchintable-pi1 label.value { font-size: 12px;    line-height:125%; color:black; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px; }
	.tx-fesearchintable-pi1 a:link {font-size: 12px; background-color:transparent; color:#000099; }
	.tx-fesearchintable-pi1 a:visited {font-size: 12px; background-color:transparent; color:#000099; font-weight:bold; text-decoration:underline; }
	.tx-fesearchintable-pi1 a:hover {font-size: 12px; background-color:transparent; color:#0000ff; text-decoration:none; }
	.tx-fesearchintable-pi1 a:active {font-size: 12px; background-color:transparent; color:#0000ff;  text-decoration:none; }
	.tx-fesearchintable-pi1 td {font-size: 12px; ;vertical-align:top;       color:#000099; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:10px; padding-left:0px; text-indent:0px;}
	.tx-fesearchintable-pi1 input { font-size: 14px; font-family:Verdana; background-color:white; color:black; }
	.tx-fesearchintable-pi1 input[type=radio] {font-size: 12px; vertical-align: middle; margin-left: 10px; margin-right: 5px; }
 
	.tx-fesearchintable-pi1 input.user-cwdmobj-pi1-uploader {font-size: 12px; width: 150px;  font-family:Verdana; background-color:white; color:black; font-weight:bold; }
	.tx-fesearchintable-pi1 input.user-cwdmobj-pi1-icon {font-size: 12px;   font-family:Verdana; background-color:transparent;}
	.tx-fesearchintable-pi1 select { font-size: 12px; font-family:Verdana; background-color:white; color:black; }
	.tx-fesearchintable-pi1 textarea { font-size: 12px; font-family:Verdana; background-color:white; color:black; }
	.tx-fesearchintable-pi1 .user-cwdmobj-pi1-radio input  { font-size: 12px;  font-family:Verdana; background-color:transparent; color:black; font-weight:bold; vertical-align:middle; }
	
	.tx-fesearchintable-pi1 .user-cwdmobj-pi1-checkbox input  { font-size: 12px;  font-family:Verdana; background-color:transparent; color:black; font-weight:bold; vertical-align:middle; }
	.tx-fesearchintable-pi1 ul.user_cwdmobj-multiple-checkboxes { font-size: 12px;list-style-type: none; list-style-image: none; list-style-position: inside; margin: 0 0 0 .5em;   color: black;}
	.tx-fesearchintable-pi1 ul.user_cwdmobj-multiple-checkboxes li {font-size: 12px; list-style-type: none;margin: 0 0 .4em 0;color: black; }
	.tx-fesearchintable-pi1 ul.user_cwdmobj-multiple-checkboxes label {font-size: 12px;list-style-type: none; margin: 0; padding: 0 0 0 .5em;   color: black;}
	.tx-fesearchintable-pi1 p.user_cwdmobj-multiple-checked-values {font-size: 12px;color: black; margin: 0;   }
	.tx-fesearchintable-pi1 ul.user_cwdmobj-multiple-checked-values li {font-size: 12px;list-style-type: none; float: left; margin: 0 2em 0 0;}


	

	.tx-fesearchintable-pi1 .divleft { font-size: 12px;    line-height:125%; color:#000099; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px; } 
	.tx-fesearchintable-pi1 .divleftlabel {font-size: 12px;float:left;     line-height:125%; color:#000099; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px; } 
	.tx-fesearchintable-pi1 .divleftvalue {font-size: 12px;float:left;     line-height:125%; color:black; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px; } 
	
	.tx-fesearchintable-pi1 .section, th {font-size: 12px; background-color: #eeeeee; padding-left: 3px;padding-top:3px;padding-bottom: 2px;font-weight: bold;}
	.tx-fesearchintable-pi1 .sectionTable {font-size: 12px;border-bottom: 1px solid #cccccc;}

/*.tx-fesearchintable-pi1 .titel_top {font-size: 12px; background-color: #000099; color: white; padding-left: 3px;padding-top:3px;padding-bottom: 2px;font-weight: bold;}*/
 
	.tx-fesearchintable-pi1 .list-table-right {font-size: 12px;text-align: right; padding-right: 2em;}
	
	.tx-fesearchintable-pi1 .season_objects_table { font-size: 12px; text-align: left; margin-top: 0px;padding-top:0px;padding-bottom: 0px; margin-bottom: 0px;}

input.tx-fesearchintable-pi1-submit {font-size: 14px;   font-family:Verdana; background-color:#000099; color:white; font-weight:bold; }
/* .listTableHeader {font-size: 12px;height: 1.25em; text-align: right;}*/

.bottomcell {font-size: 16px;padding-right: 0 !important;}


 .fail { font-size: 12px;color: red;  }
/* tx-fesearchintable-pi1 _STYLES  **************************************************** */


/* NEWLOGINBOX_STYLES  **************************************************** */
	.tx-newloginbox-pi1-listrow TD {font-size: 12px;  line-height:125%; background-color:#eeeeee; padding-left: 3px; padding-right: 3px; }
	.tx-newloginbox-pi1-listrow TR.tx-newloginbox-pi3-listrow-header TD {font-size: 12px;  line-height:125%; background-color:#cccccc; }
	.tx-newloginbox-pi1-listrow TR.tx-newloginbox-pi3-listrow-header TD P {font-size: 12px;  line-height:125%; font-weight:bold; }
	.tx-newloginbox-pi1-listrow TR.tx-newloginbox-pi3-listrow-odd TD { font-size: 12px; line-height:125%; background-color:#f6f6f6; }
	.tx-newloginbox-pi1 a:link {font-size: 12px; background-color:transparent; color:#000099; text-decoration:underline; font-weight:bold;}
	.tx-newloginbox-pi1 a:visited {font-size: 12px; background-color:transparent; color:#000099; font-weight:bold; text-decoration:underline; }
	.tx-newloginbox-pi1 a:hover {font-size: 12px; background-color:transparent; color:#0000ff; text-decoration:none; }
	.tx-newloginbox-pi1 a:active {font-size: 12px; background-color:transparent; color:#0000ff; font-weight:bold; text-decoration:none; }
	.tx-newloginbox-pi1 p {font-size: 12px;  line-height:125%; background-color:#eeeeee; padding-left: 3px; padding-right: 3px; }
	.tx-newloginbox-pi1 h3 {font-size: 12px;  line-height:125%; background-color:#eeeeee; padding-left: 3px; padding-right: 3px; }

	.tx-newloginbox-pi3-listrow TD {font-size: 12px;  line-height:125%; background-color:#eeeeee; padding-left: 3px; padding-right: 3px; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD {font-size: 12px;  line-height:125%; background-color:#cccccc; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD P {font-size: 12px;  line-height:125%; font-weight:bold; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-odd TD { font-size: 12px; line-height:125%; background-color:#f6f6f6; }
	.tx-newloginbox-pi3 a:link {font-size: 12px; background-color:transparent; color:#000099; text-decoration:underline; font-weight:bold;}
	.tx-newloginbox-pi3 a:visited {font-size: 12px; background-color:transparent; color:#000099; font-weight:bold; text-decoration:underline; }
	.tx-newloginbox-pi3 a:hover {font-size: 12px; background-color:transparent; color:#0000ff; text-decoration:none; }
	.tx-newloginbox-pi3 a:active {font-size: 12px; background-color:transparent; color:#0000ff; font-weight:bold; text-decoration:none; }
	
/* NEWLOGINBOX_STYLES  **************************************************** */

/* USER_CWDMOBJ_STYLES  **************************************************** */
	.user-cwdmobj-pi1 .cal {vertical-align: bottom;margin-left: 2px;}
		.user-cwdmobj-pi1 p.fail {  font-size: 12px;color: #ff0000;}
	.user-cwdmobj-pi1 {font-size: 12px;}
	.user-cwdmobj-pi1 p { font-size: 12px;    line-height:125%; color:#000099; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px; }
	.user-cwdmobj-pi1 p.value { font-size: 12px;    line-height:125%; color:black; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px; }
	.user-cwdmobj-pi1 p.valueRightAlign { font-size: 12px; text-align: right;   line-height:125%; color:black; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px; }		
.user-cwdmobj-pi1 p.valuedist {width: 70px; text-align:right; font-size: 12px; line-height:125%; color:black; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px; }

        /* Bild Untertitel */
	.user-cwdmobj-pi1 p.img_descr { text-align: left; font-size:11px; line-height:110%; color:black; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:10px; text-indent:0px; }
	.user-cwdmobj-pi1 imgTable {border: 0;}
	.user-cwdmobj-pi1 .imgThumbBackgr { background-color: #eeeeee; border: 0;}

	.user-cwdmobj-pi1 p span.value { font-size: 12px;    line-height:125%; color:black; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px; }

	.user-cwdmobj-pi1 label.value { font-size: 12px;    line-height:125%; color:black; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px; }
	.user-cwdmobj-pi1 a:link {font-size: 12px; background-color:transparent; color:#000099; text-decoration:underline; font-weight:bold;}
	.user-cwdmobj-pi1 a:visited { font-size: 12px;background-color:transparent; color:#000099; font-weight:bold; text-decoration:underline; }
	.user-cwdmobj-pi1 a:hover {font-size: 12px; background-color:transparent; color:#0000ff; text-decoration:none; }
	.user-cwdmobj-pi1 a:active {font-size: 12px; background-color:transparent; color:#0000ff; font-weight:bold; text-decoration:none; }
	.user-cwdmobj-pi1 td {width: auto; font-size: 12px; line-height:125%;vertical-align:top;       color:#000099; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px;}

	.user-cwdmobj-pi1 input[type=radio] {font-size: 12px; vertical-align: middle; margin-left: 10px; margin-right: 5px; }
	

 input.user-cwdmobj-pi1-submit {
 	font-size: 12px;   
 	font-family:Verdana; 
 	background-color:#000099; 
 	color:white; 
 	font-weight:bold; 
	 
	border-radius: 0.3em;
	border: 1px solid #000099;
	width: 100%;	
	
 }
 

 
	.user-cwdmobj-pi1 input.user-cwdmobj-pi1-uploader {font-size: 12px; width: 150px;  font-family:Verdana; background-color:white; color:black; font-weight:bold; }
	.user-cwdmobj-pi1 input.user-cwdmobj-pi1-icon {font-size: 12px;   font-family:Verdana; background-color:transparent;}
	.user-cwdmobj-pi1 select {font-size: 12px;   font-family:Verdana; background-color:white; color:black; font-weight:bold; }
	.user-cwdmobj-pi1 textarea {
		font-size: 12px;   
		font-family:Verdana; 
		background-color:white; 
		color:black;
		border: 1px solid #999999;
		
	}
	.user-cwdmobj-pi1 .user-cwdmobj-pi1-radio input  {font-size: 12px;   font-family:Verdana; background-color:transparent; color:black; font-weight:bold; vertical-align:middle; }
	
	.user-cwdmobj-pi1 .user-cwdmobj-pi1-checkbox input  {font-size: 12px;   font-family:Verdana; background-color:transparent; color:black; font-weight:bold; vertical-align:middle; }
	.user-cwdmobj-pi1 ul.user_cwdmobj-multiple-checkboxes {font-size: 12px; list-style-type: none; list-style-image: none; list-style-position: inside; margin: 0 0 0 .5em;   color: black;}
	.user-cwdmobj-pi1 ul.user_cwdmobj-multiple-checkboxes li { font-size: 12px;list-style-type: none;margin: 0 0 .4em 0;color: black; }
	.user-cwdmobj-pi1 ul.user_cwdmobj-multiple-checkboxes label {font-size: 12px;list-style-type: none; margin: 0; padding: 0 0 0 .5em;   color: black;}
	.user-cwdmobj-pi1 p.user_cwdmobj-multiple-checked-values {font-size: 12px;color: black; margin: 0;   }
	.user-cwdmobj-pi1 ul.user_cwdmobj-multiple-checked-values li {font-size: 12px;list-style-type: none; float: left; margin: 0 2em 0 0;}


	

	.user-cwdmobj-pi1 .divleft {  font-size: 12px;   line-height:125%; color:#000099; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px; } 
	.user-cwdmobj-pi1 .divleftlabel {font-size: 12px;float:left;     line-height:125%; color:#000099; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px; } 
	.user-cwdmobj-pi1 .divleftvalue {font-size: 12px;float:left;     line-height:125%; color:black; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px; } 
	
	.user-cwdmobj-pi1 .section, th {font-size: 12px; background-color: #eeeeee; padding: 10px;font-weight: bold;}
	.user-cwdmobj-pi1 .sectionTable {font-size: 12px;border-bottom: 1px solid #cccccc;width: 100%;}





/*### RATING topcell... end*/

  td.topcelltd  {
  	font-size: 11px; 
  	background-color: #000099; 
  	color: white; 
  	padding-left: 3px;
  	padding-top:3px;
  	padding-bottom: 2px;
  	font-weight: bold;
  }
 .topcell {
 	float: left; 
 	font-size: 11px; 
 	background-color: #000099; 
 	color: white; 

 	font-weight: bold;
 	margin-bottom: 10px;
 	width: 100%;
 }
 
 .topcell div { 
 	font-size: 9px;
 	font-weight: normal;
	padding: 4px;
 }
table tbody tr td.topcelltd div {
	font-size: 9px;
 	font-weight: normal;
 	padding-left: 0px;
 	padding-right: 5px;
 	padding-top: 5px;
}
 .topcell h2 {
   font-size: 12px;  
   color: white; 
   
   	font-weight: bold;
   	margin: 0px;
	padding: 4px;
	line-height: 2em;
 }
 
table tbody tr td.topcelltd h2 {
   font-size: 11px;  
   color: white; 
   
   font-weight: bold;
   margin: 0px;	
}
 
 
 .topcell .rating {
 	float: right;
 	margin-top: -15px;
	background: url("../../typo3conf/ext/ve_guestbook/pi1/res/img/starsingle_top1s.png") no-repeat scroll center 0px transparent;	
 }
table tbody tr td.topcelltd div.rating {
 	float: right;
 	margin-top: -25px;
	background: url("../../typo3conf/ext/ve_guestbook/pi1/res/img/starsingle_top1s.png") no-repeat scroll center 0px transparent;	
 }
.user-cwdmobj-pi1 h2.topcell_ratings {
   font-size: 11px;  
   color: white; 
  
   font-weight: bold;
   background-color: #000099;
   padding-left: 3px;
   padding-top:3px;
   padding-bottom: 2px;
}
.user-cwdmobj-pi1 div.topcell div.rating a	{
	
	color: #FFff00 !important;
	font-size: 11px;  
	font-weight: normal;
	text-decoration: none;
}
table tbody tr td.topcelltd div.rating a	{
	display: block;
	color: #FFff00 !important;
	font-size: 11px;  
	font-weight: normal;
	text-decoration: underline;
}

.user-cwdmobj-pi1 div.topcell div.rating a	img {
	float: right;
	
}
.user-cwdmobj-pi1 div.topcell div.rating a	div.crate {
	float: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	text-align: center;
}
table tbody tr td.topcelltd   div.rating a	span.crate {
	float: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	text-align: center;
	display: block;
	font-size: 9px; 
}
.user-cwdmobj-pi1 div.topcell div.rating a	div.frate {
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	 padding-top: 8px;
	color: #000099;
	font-weight: bold;
}
table tbody tr td.topcelltd  div.rating a	span.frate {
	text-align: center;
	padding-right: 0px;
	padding-left: 3px;
	padding-top: 8px;
	color: #000099;
	font-weight: bold;
	display: block;
	font-size: 10px; 
}

/*### RATING topcell... end*/

.user-cwdmobj-pi1 .list-table-right {font-size: 12px;text-align: right; padding-right: 2em;}
	
.user-cwdmobj-pi1 .season_objects_table { font-size: 12px; text-align: left; margin-top: 0px;padding-top:0px;padding-bottom: 0px; margin-bottom: 0px;}
/*.user-cwdmobj-pi1 td p {border:1xp solid black; } */

/* 2 col divs (dist) */
.user-cwdmobj-pi1 .div_col2	{
   float: left;
   padding: 5px 5% 5px 5px;
   width: 48%;
}

.user-cwdmobj-pi1 .value_col2 {float: right;}
.user-cwdmobj-pi1 .label_col2 {float: left; color: #000099;}

/*linkbar internal*/

.linkbar_int,.linkbar_int-fx {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	
}

.linkbar_int a,.linkbar_int-fx a {
	
	font-size: 12px !important;
	font-family: arial !important;
	font-weight: normal !important;
	text-decoration: none !important;
	
	
 	padding-top: 0.2em;
 	padding-bottom: 0.2em;
 	padding-left: 6px;
 	padding-right: 6px;
 	margin-left: 2px;
 	margin-right: 2px;
 	margin-bottom: 8px;
 	
 	text-decoration: none;
 	background-color: white !important;

 
	float: left;
	width: auto;
	min-width: 100%;
}
.linkbar_int a.lb_contactf {
	width: 98%;
	padding-top: 5px;
	padding-bottom: 3px; 
	font-weight: bold !important;
}

div.linkbar_int a.lb_totop {
	background: rgb(252,234,187); /* Old browsers */
	background: url("../images/totop_fd.png") no-repeat center center, -moz-linear-gradient(top,  rgba(252,234,187,1) 0%, rgba(252,205,77,1) 47%, rgba(248,181,0,1) 50%, rgba(255,204,0,1) 100%); /* FF3.6+ */
	background: url("../images/totop_fd.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,234,187,1)), color-stop(47%,rgba(252,205,77,1)), color-stop(50%,rgba(248,181,0,1)), color-stop(100%,rgba(255,204,0,1))); /* Chrome,Safari4+ */
	background: url("../images/totop_fd.png") no-repeat center center, -webkit-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 47%,rgba(248,181,0,1) 50%,rgba(255,204,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url("../images/totop_fd.png") no-repeat center center, -o-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 47%,rgba(248,181,0,1) 50%,rgba(255,204,0,1) 100%); /* Opera 11.10+ */
	background: url("../images/totop_fd.png") no-repeat center center, -ms-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 47%,rgba(248,181,0,1) 50%,rgba(255,204,0,1) 100%); /* IE10+ */
	background: url("../images/totop_fd.png") no-repeat center center, linear-gradient(to bottom,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 47%,rgba(248,181,0,1) 50%,rgba(255,204,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#ffcc00',GradientType=0 ); /* IE6-9 */

}
div.linkbar_int-fx a.lb_totop {
	

	background: rgb(252,234,187); /* Old browsers */
	background: url("../images/totop_fd.png") no-repeat center center, -moz-linear-gradient(top,  rgba(252,234,187,1) 0%, rgba(252,205,77,1) 47%, rgba(248,181,0,1) 50%, rgba(255,204,0,1) 100%); /* FF3.6+ */
	background: url("../images/totop_fd.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,234,187,1)), color-stop(47%,rgba(252,205,77,1)), color-stop(50%,rgba(248,181,0,1)), color-stop(100%,rgba(255,204,0,1))); /* Chrome,Safari4+ */
	background: url("../images/totop_fd.png") no-repeat center center, -webkit-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 47%,rgba(248,181,0,1) 50%,rgba(255,204,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url("../images/totop_fd.png") no-repeat center center, -o-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 47%,rgba(248,181,0,1) 50%,rgba(255,204,0,1) 100%); /* Opera 11.10+ */
	background: url("../images/totop_fd.png") no-repeat center center, -ms-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 47%,rgba(248,181,0,1) 50%,rgba(255,204,0,1) 100%); /* IE10+ */
	background: url("../images/totop_fd.png") no-repeat center center, linear-gradient(to bottom,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 47%,rgba(248,181,0,1) 50%,rgba(255,204,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#ffcc00',GradientType=0 ); /* IE6-9 */

	width: 100%;
	
}


	
/* USER_CWDMOBJ_STYLES  **************************************************** */

/* srfeuserregister_STYLES  **************************************************** */
	.tx-srfeuserregister-pi1 p { font-size: 12px;    line-height:125%; color:#000099; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px; }
	.tx-srfeuserregister-pi1 a:link {font-size: 12px; background-color:transparent; color:#000099; text-decoration:underline; font-weight:bold;}
	.tx-srfeuserregister-pi1 a:visited {font-size: 12px; background-color:transparent; color:#000099; font-weight:bold; text-decoration:underline; }

	.tx-srfeuserregister-pi1 a:hover {font-size: 12px; background-color:transparent; color:#0000ff; text-decoration:none; }
	.tx-srfeuserregister-pi1 a:active { font-size: 12px;background-color:transparent; color:#0000ff; font-weight:bold; text-decoration:none; }
	.tx-srfeuserregister-pi1 td {font-size: 12px; vertical-align:top;      line-height:125%; color:#000099; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px;}
	.tx-srfeuserregister-pi1 input {font-size: 12px;   font-family:Verdana; background-color:white; color:black; font-weight:bold; }
	.tx-srfeuserregister-pi1 input[type=radio] {font-size: 12px; vertical-align: middle; margin-left: 10px; margin-right: 5px; }
	.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-submit {font-size: 12px;   font-family:Verdana; background-color:#000099; color:white; font-weight:bold; }
	.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-uploader { font-size: 12px;  font-family:Verdana; background-color:white; color:black; font-weight:bold; }
	.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-icon {font-size: 12px;   font-family:Verdana; background-color:transparent;}
	.tx-srfeuserregister-pi1 select { font-size: 12px;  font-family:Verdana; background-color:white; color:black; font-weight:bold; }
	.tx-srfeuserregister-pi1 textarea {font-size: 12px;   font-family:Verdana; background-color:white; color:black; font-weight:bold; }
	.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-radio input  {   font-family:Verdana; background-color:transparent; color:black; font-weight:bold; vertical-align:middle; }
	
	.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-checkbox input  {font-size: 12px;   font-family:Verdana; background-color:transparent; color:black; font-weight:bold; vertical-align:middle; }
	.tx-srfeuserregister-pi1 ul.user_cwdmobj-multiple-checkboxes {font-size: 12px; list-style-type: none; list-style-image: none; list-style-position: inside; margin: 0 0 0 .5em;   }
	.tx-srfeuserregister-pi1 ul.user_cwdmobj-multiple-checkboxes li {font-size: 12px; margin: 0 0 .4em 0; }
	.tx-srfeuserregister-pi1 ul.user_cwdmobj-multiple-checkboxes li label {font-size: 12px; margin: 0; padding: 0 0 0 .5em;   }
	.tx-srfeuserregister-pi1 ul.user_cwdmobj-multiple-checked-values {font-size: 12px; list-style-type: square; list-style-image: none; list-style-position: inside; margin: 0;   }
	.tx-srfeuserregister-pi1 ul.user_cwdmobj-multiple-checked-values li {font-size: 12px; float: left; margin: 0 2em 0 0;}
	/* srfeuserregister_STYLES  **************************************************** */
	
.contenttable .contenttable-0 tr, td	{font-size: 12px; }
 .td-0	   { color: #000099; width: 30%;}
.imgtext-table {
	width: 100%;
}

.imgtext-table td{
	text-align:  center;
}
p.lastminute_overview { color: red; padding-top:3px;padding-bottom: 2px; }
td.lastm_listview {color: red; font-size: 10px; }

.small {font-size: 8px !important;font-weight: normal !important;}

.csc-textpic-caption {font-size: 12px;padding-top: 3px;}

/* new 24-07-07 */
.searchCritBorder td{ border-bottom: 1px solid #000099; padding-top: 1em;}
.lablesearchcrit { font-size: 11px; }
.searchLabCol { width: 30%;}
.searchLabCol p{  padding-left: 30px;}
.selectOpt {font-style: italic;}
/* new 24-07-07 */

.tx-irfaq-pi1 dl dt {text-decoration: underline; color: #000099;font-size: 11px;}

.tx-lumogooglemaps-pi1 noscript {
	font-size: 12px;
	margin: 10px;
	color: red;
}
.tx-lumogooglemaps-pi1{

	margin: 10px;
	margin-left: 12px;
}
#info_frm {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#info_frm h3.section {
	font-size: 11px;
}
#info_frm table tr td {
	font-size: 10px;
}
#info_frm table tr td a {
	font-size: 10px;
	font-weight: normal;
	color: black;
}
#info_frm p {
	font-size: 10px;
	font-weight: normal;
}
#info_frm p a{
	font-size: 10px;
	font-weight: normal;
	color: black;
}
#info_frm .label_info {
		
		text-align: left;

}

#info_frm .value_info {
		color: black;
		text-align: left;
		

}
.user-cwdmobjcal-pi1 {
	float: left;
	width: 100%;
	margin-bottom: 30px;	
}
.user-cwdmobjcal-pi1 p{
	font-size: 11px;
}
.user-cwdmobjcal-pi1 a {
	font-size: 11px;
}
.user-cwdmobjcal-pi1 .topcell {
	font-size: 11px;
	/*padding: 5px;*/
}
.tx-timtabsociable-pi1 {
	text-align: center;
}
.tx-timtabsociable-pi1 a{
	margin-right: 1em;
}
.tx-timtabsociable-pi1 strong {
	display: none;
}
/*image gallary part*/
/*.user-cwdmobj-pi1 div .navimg {text-align: center;padding: 10px;}*/
.user-cwdmobj-pi1 div .single {text-align: center;}
.user-cwdmobj-pi1  .navimg {padding-bottom: 10px;padding-top: 10px;}

.clear {
	clear: both;	
	
}

/*****search2****************/
.tx-fesearchintable-pi1 div.s_leftcol {
	width: 59%;
	float: left;
}
.tx-fesearchintable-pi1 div.s_rightcol {
	width: 40%;
	float: right;

}
.tx-fesearchintable-pi1 div.s_rightcol .lb_fld_cat {	
	padding-bottom: 28px;
}
.tx-fesearchintable-pi1 div.s_resultrow {
	width: 100%;
	
}
.s_resultrow_listview_hide{
	width: 100%;
	display: none;
}

.lb_fld_cat {
	border-radius:0.4em; 
	border:1px solid #FF9900;

	padding: 4px;
	margin-bottom: 5px;
}
.lb_fld_cat select{
	border-radius:4px; 
	width: 180px;	
	border:1px solid #999999;
}
.lb_fld_cat .inputcal{
	border-radius:4px; 
	
	border:1px solid #999999;
}
/*Label for objects found*/
.lb_fld {
	margin-top: 2px;
	margin-bottom: 8px;
	float: left;

}
.tx-fesearchintable-pi1 div label {
	font-size: 14px;
	font-weight: normal;
	width: 9em;
	display: block;
	float: left;
	padding-left: 0.5em;
	
	vertical-align:baseline;
}
.tx-fesearchintable-pi1 div.s_rightcol label {
	font-size: 12px;
	width: 13em;
	display: block;
	float: left;
	padding-left: 0.5em;	
}
.tx-fesearchintable-pi1 .s_lastm {
	width: auto;
	margin-right: 4em;
}
.tx-fesearchintable-pi1 .lb_fld_period {
	text-align: right;
}
#counterrecords {
	color: #000099;
	font-size: 1.4em;
	padding-right: 2em;
	padding-top: 4px;
	float: right;	
}
#counterrecords img {
	margin-top: 8px;
}
 .subm_left {	
	line-height: 30px;
	vertical-align:bottom;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	color: #000099;
	
}
 .subm_right {
	line-height: 30px;
	padding-top: 6px;
	float: right;
}
.tx-fesearchintable-pi1 legend {
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	
}
.tx-fesearchintable-pi1 .subm_placeh {
	visibility: hidden;	
}
.tx-fesearchintable-pi1 .selwrap {
	display: inline;
}
.searchFormShow {
	display: block;
}
.searchFormHide {
	display: none;
}


#showsingle {
	margin-top: 1.5em;
		
}
input.detailed-search-button {
	
 	font-size: 12px;   
 	font-family: Verdana; 
 	background-color:  white; 
 	border: 1px solid #000099;
 	color: #000099; 
 	padding: 3px;
 	
 	height: 23px;
 	text-decoration: none;
 	background-color: white;
 	
	border-radius: 4px;
	cursor: pointer;
	 	
	border-radius:3px; 	
 } 
 .subm_left_listview {	
	float: left;
			
	font-size: 13px;
	color: #000099;	
 	padding: 0.3em;
 	margin-top: 0em;

}
.subm_right_listview {
	float: right;

	font-size: 13px;
	color: #000099;	
 	padding: 0.3em;
 	margin-top: 0em;	
}
#new_search_button {


}
 a.detailed-search-button {
 	font-size: 12px;   
 	font-family:Verdana; 
 	background-color:white; 
 	border: 1px solid #000099;
 	color: #000099; 
 	padding-top: 4px;
 	padding-bottom: 4px;
 	padding-left: 4px;
 	padding-right: 4px;
 	height: 13px;
 	margin: 0em !important;
 	display: block;
 	text-decoration: none !important;
 	background-color: white !important;
 	font-weight: normal !important;
 	border-radius: 4px;
 	
	border-radius:3px; 	
 } 
 
 /* Page  browser */
 .page_brows_misc {

 	
 }
 .page_brows_p {
	border: none !important; 
   	max-width: 20px;
    min-width: 20px !important;
	
 }
 .page_brows_act {

 	color: white;	
 	background-color: #000099 !important; 


 }
 .page_link {
 	display: block;
 	float: left;


 	font-size: 17px !important;
 	/*font-weight: bold !important;*/
 	text-align: center;
 	text-decoration: none !important;
 	padding: 3px 6px;
 	margin-right: 6px !important;
 	
 	border: 1px solid #000099;
 	border-radius: 5px;
 	min-width: 35px;
 	
 }

.pages_label {
	display: none;
	float: left;
	font-size: 11px;
	padding-top: 2px;
}


.c_link {
	margin-bottom: 5px;
	height: 30px;
}
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG, DIV.csc-textpic-border DIV.csc-textpic-single-image IMG {
    border: 1px solid black;
    padding: 0;
}
div.tx-fesearchintable-pi1 form table tbody tr td input[type=submit] {	
		padding: 3px 7px 3px 7px;
}
div.tx-fesearchintable-pi1 form table tbody tr td input[type=text] {	
	padding: 4px;
}
#mailformwt_calculating_captcha {
	margin-bottom: 50px;
	
}
#captimg {
	float: right;
	margin-top: -90px;
	margin-right: 25px;
}

.backtolist_link {
			
	float: left;
	width: auto;
	margin-bottom: 20px !important;
}

.tx-fesearchintable-pi1 table tbody tr td.listTableHeader a{
	font-weight: bold;
}


/*****************************************************/
.tx-autositemap-pi1 {
    font-size: 92%;
    
    background-color: #aaa;
	margin-top: 20px;
    padding-top: 20px;
    
    max-width: 1003px;
    margin-left:auto;
    margin-right: auto;
}
.tx-autositemap-pi1 h1 {
    display: none;
}
.tx-autositemap-pi1 .right {
    padding-top: 0px;
}
.tx-autositemap-pi1 a {
    color: white !important;
}

/*****************************************************/





.nav > li {
 border-bottom: 1px solid #eeeeee;
}




/* Responsive */

img,
audio,
video,
embed {
	max-width:100%;
	width:100%;
	height:auto;
}

/* TYPO3 Anpassung für Responsive */
DIV.csc-textpic-above DIV.csc-textpic-imagewrap,
DIV.csc-textpic-below DIV.csc-textpic-imagewrap,
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI,
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {
        /*float: none;*/
}




.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    background-color: #ffcc00;

}
.ui-datepicker-inline{
         width: 100% !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: 0.5em !important;
}
.ui-menu .ui-menu-item a {

    padding: 8px 0.4em !important;

}
input[type="radio"], input[type="checkbox"] {
   
    margin: 10px 0 0;
}



.linkbar-fixed-container {
	display: none;
/*	position: fixed;
	left:71%;
	right: 0;
	top: 156px;
	
	padding: 0px 5px 10px 5px;
	background-color: transparent;
	margin: 5px 0px 0px 0px;
	
*/
	width: 250px;
}

.linkbar-fixed-container-sm {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 47px;
	z-index: 2;
	padding: 10px 5px 10px 5px;
	background-color: rgba(230, 230, 230, 0.9);
	margin: 5px 0px 0px 0px;
	
	
}
.linkbar-fixed-container-sm a.backtolist_link.bluegrad {
	padding: 6px;
}
 div.linkbar-fixed-container div.linkbar_int-fx a{
 	font-size: 16px !important;
 	
 }
/******/

/* social links */
#footersocial {
	background-color: #aaa;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.sociallinks {

    font-size: 92%;
    margin-left: auto;
    margin-right: auto;
    
    max-width: 1003px;
    padding-top: 20px;
    padding-left: 20px;
   height: 80px;
}
.sociallinks li {
	float: left;
	margin-right:  30px;
	
	
}
.sociallinks  a {
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 4px;
}
.facebook {
	background: url(/fileadmin/images/piktogr/fb_tw_g+.png) no-repeat 8px 3px #2c6eb0 !important;
	
}
.twitter {
	background: url(/fileadmin/images/piktogr/fb_tw_g+.png) no-repeat 6px -45px #6CC1E2 !important;
}
.googleplus {
	background: url(/fileadmin/images/piktogr/fb_tw_g+.png) no-repeat 6px -88px #DD4B39 !important;
}



 

.affix {
	position: fixed; 
	top: 50px;
}
.affix-top {
	position: static;
	
}
.affix-bottom {
	position: absolute;
}



/* Mögliche Aufteilungen im CSS */

/* Smaller than standard 960 (devices and browsers) */
/*@media only screen and (max-width: 959px) {*/
	
	#mainmenu {
	  display: none;
	}
	.navbar {
		display: block;
	}
	#submenu {
		display: none;
	}
	#content {
		width: 71%;
		
	}
	.rightAdvert {
	  float: right;
	  display: block;
	  margin-top: 5px;
	  text-align: center; 
	  width: 28%;
	}
	
	div.linkbar_int {
		display: none;
	}
	.linkbar-fixed-container {
		display: block;

	}
	.linkbar_int-fx {display: block; width: 100%;}
	.linkbar_int-fx a.lb_contactf {
    	width: 98%;
	}
	
	
/* 	input:focus { font-size: 14px!important}
	textarea:focus { font-size: 14px!important} */
	
	.container-fluid {
		width: 1024px;
	}
	

}
		
/*}*/
 
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}
 
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}
 
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.container-fluid {
		width: auto;
	}
	.rightAdvert {display: none;}
	
	/*#pathlang {display: none;}*/
	#content {width: 100%;border: none;}
	.linkbar_int-fx {display: none;}

/* 	input:focus { font-size: 14px!important}
	textarea:focus { font-size: 14px!important}	 */
	
	.linkbar-fixed-container-sm {
		display: block;	
	}
	
	.lb_contactf {
		
		float: right;
		width: auto;
		min-width: 40%;
		padding: 5px;
		color: white !important;
		text-align: center;
		text-decoration: none !important;
	}
	#contactform {
		position: relative;
    	top: -100px;
	}
	.cwdmrootline-pi1 {display: none;}
	#lang {
	   left: 60%;
	    margin-right: 2px;
	    padding-top: 1em;
	    position: fixed;
	    text-align: left;
	    top: 0;
	    width: 80px;
	    z-index: 5000;
	}	
}
 
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.container-fluid {
		width: auto;
	}	
	.rightAdvert {display: none;}
	#content {width: 100%;border: none;}
	.linkbar_int-fx {display: none;}
	/*#pathlang {display: none;}*/
	.lb_contactf {
		float: right;
		width: auto;
		min-width: 40%;
		padding: 5px;
		color: white !important;
		text-align: center;
		text-decoration: none !important;
	}
	#contactform {
		position: relative;
    	top: -100px;
	}	
	.ui-datepicker-group-first {
		width: 100% !important;
	}
		.ui-datepicker-group-last {
		width: 100% !important;
	}
	div#footer div.tx-autositemap-pi1 div.ym-grid.ym-equalize div.ym-g25.ym-gl {
		display: none;
	}
	.linkbar-fixed-container-sm {
		display: block;	
	}
	.user-cwdmobj-pi1 .div_col2 {
	    float: left;
	    padding: 5px 20% 5px 5px;
	    width: 100%;
	}	
	.cwdmrootline-pi1 {display: none;}
	#lang {
	   left: 60%;
	    margin-right: 2px;
	    padding-top: 1em;
	    position: fixed;
	    text-align: left;
	    top: 0;
	    width: 80px;
	    z-index: 5000;
	}
}
 
 
/* highres devices */
@media screen and (-moz-min-device-pixel-ratio:1.5),
	screen and (-o-min-device-pixel-ratio:3/2),
	screen and (-webkit-min-device-pixel-ratio:1.5),
	screen and (min-device-pixel-ratio:1.5){}
	


/*.calendar_table { 	BORDER-RIGHT: #666666 1px solid;	BORDER-TOP: #666666 1px solid;	MARGIN: 0px;	BORDER-LEFT: #666666 1px solid;	WIDTH: 150px;	BORDER-BOTTOM: #666666 1px solid;	HEIGHT: 110px;	BACKGROUND-COLOR: white;	padding: 0px; }*/

.user-cwdmobjcal-pi1 .calendar_table {  border: 1px solid black;	WIDTH: 170px;	HEIGHT: 100px; padding: 0px;}
.user-cwdmobjcal-pi1 .calendar_table tr td {padding-top: 3px; border-right: 1px solid white; border-bottom: 1px solid white;}

.user-cwdmobjcal-pi1 .cal_head, .user-cwdmobjcal-pi1 A.cal_head, .user-cwdmobjcal-pi1 .cal_head:visited { 	FONT-WEIGHT: bold; 	FONT-SIZE: 12px; 	COLOR: #003366; 	FONT-STYLE: normal; 	FONT-FAMILY: Arial, Helvetica, sans-serif; 	BACKGROUND-COLOR: #CCCCFF; 	text-align: center; 	margin: 0px; 	padding: 0px;  height: 20px; 	text-decoration: none}


.user-cwdmobjcal-pi1 A.cal_head:hover, .cal_head:visited:hover { 	text-decoration: underline; }

.user-cwdmobjcal-pi1 .cal_days td{ 	FONT-WEIGHT: bold; 	FONT-SIZE: 10px; COLOR: #FFFFFF; FONT-FAMILY: Arial, Helvetica, sans-serif;	BACKGROUND-COLOR: #999999;	text-align: center;	width: 24px; height: 20px;	margin: 0px;	padding: 0px; BORDER-BOTTOM: #666666 1px solid; BORDER-TOP: #666666 1px solid;}

.user-cwdmobjcal-pi1 .cal_content { 	FONT-WEIGHT: normal;	FONT-SIZE: 11px;	COLOR: #666666;	FONT-STYLE: normal;	FONT-FAMILY: arial;	BACKGROUND-COLOR: white;	margin: 0px;	padding: 0px;	text-align: center;	height: 14px;	width: 20px; }

.user-cwdmobjcal-pi1 .cal_sunday { 	FONT-WEIGHT: normal;	FONT-SIZE: 11px;	COLOR: #666666;	FONT-STYLE: normal;	FONT-FAMILY: arial;	margin: 0px;	padding: 0px;	text-align: center;	height: 14px;	width: 20px;  background-color: #FFDFDF}

.user-cwdmobjcal-pi1 .cal_saturday { 	FONT-WEIGHT: normal;	FONT-SIZE: 11px;	COLOR: #666666;	FONT-STYLE: normal;	FONT-FAMILY: arial;	margin: 0px;	padding: 0px;	text-align: center;	height: 14px;	width: 20px;  background-color: #D9F2FF}

.user-cwdmobjcal-pi1 .cal_empty { BACKGROUND-COLOR: #fff7d6;	FONT-WEIGHT: normal;	FONT-SIZE: 11px;	COLOR: #666666;	FONT-STYLE: normal;	FONT-FAMILY: arial;	margin: 0px;	padding: 0px;	text-align: center;	height: 14px;	width: 20px;  }

.user-cwdmobjcal-pi1 .cal_legend {float: left; FONT-WEIGHT: normal;	FONT-SIZE: 11px;	COLOR: black;	FONT-STYLE: normal;	FONT-FAMILY: arial; PADDING: 5px;	}

.user-cwdmobjcal-pi1 .cal_legend_alloc {margin-left: 5px;float: left;  BACKGROUND-COLOR: #ff0000; opacity: 0.35; display: inline; width: 20px;height: 20px;border: 1px solid #aaaaaa;}

.user-cwdmobjcal-pi1 .cal_event, .user-cwdmobjcal-pi1 A.cal_event { 	FONT-WEIGHT: bolder; FONT-SIZE: 11px; COLOR: #003366; FONT-STYLE: normal; FONT-FAMILY: arial; TEXT-DECORATION: none  ; 	padding: 0px;	MARGIN: 0px;}

.user-cwdmobjcal-pi1 A.cal_event:hover, .user-cwdmobjcal-pi1 .cal_event:visited:hover { FONT-WEIGHT: bolder; FONT-SIZE: 11px; COLOR: #666666; FONT-STYLE: normal; FONT-FAMILY: arial; TEXT-DECORATION: underline }

.user-cwdmobjcal-pi1 .cal_free { 	FONT-WEIGHT: normal; FONT-SIZE: 11px; BACKGROUND-COLOR: transparent; COLOR: black; FONT-STYLE: normal; FONT-FAMILY: arial; TEXT-DECORATION: none  ; 	padding: 0px;	MARGIN: 0px;height: 14px;	width: 20px; }

.user-cwdmobjcal-pi1 .cal_free_legend {margin-left: 15px; float: left;  BACKGROUND-COLOR: #dddddd; display: inline; width: 20px;height: 20px;border: 1px solid #aaaaaa;}


.user-cwdmobjcal-pi1 .cal_alloc { FONT-WEIGHT: normal; FONT-SIZE: 11px; BACKGROUND-COLOR: #cccccc; COLOR: #666666; FONT-STYLE: normal; FONT-FAMILY: arial;  	padding: 0px;	MARGIN: 0px;}
.user-cwdmobjcal-pi1 .cal_alloc_b {background-image: url(cal_b_all.png); FONT-SIZE: 11px;BACKGROUND-COLOR: transparent; COLOR: #666666; FONT-STYLE: normal; FONT-FAMILY: arial; TEXT-DECORATION: none ; 	padding: 0px;	MARGIN: 0px;}
.user-cwdmobjcal-pi1 .cal_alloc_e {background-image: url(cal_e_all.png); FONT-SIZE: 11px; BACKGROUND-COLOR: transparent; COLOR: #666666; FONT-STYLE: normal; FONT-FAMILY: arial; TEXT-DECORATION: none ; 	padding: 0px;	MARGIN: 0px;}


.user-cwdmobjcal-pi1 .cal_alloc_both { 
	background-image: url(/typo3conf/ext/xajaxkalender/pi1/includes/both.gif);
    color: #666666;
    font-family: arial;
    font-size: 11px;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;	
}

/* pictogramme */
.pictogr {
	height: 21px;
	width: 21px;
	
	margin-right: 5px;
}
.vid_avial img {max-width: 25px;}


/* tx_desimplecalendar_stylesheet.css stuff*/
.user-cwdmobjcal-pi1 .cal_event:visited { 	FONT-WEIGHT: bolder; FONT-SIZE: 11px; COLOR: navy; FONT-STYLE: normal; FONT-FAMILY: arial;TEXT-DECORATION: none }

.user-cwdmobjcal-pi1 .cal_today { 	BORDER-RIGHT: #ff0000 1px solid;	BORDER-TOP: #ff0000 1px solid;	FONT-WEIGHT: normal;	FONT-SIZE: 10px;	BORDER-LEFT: #ff0000 1px solid;	COLOR: red;	BORDER-BOTTOM: #ff0000 1px solid;	FONT-STYLE: normal;	FONT-FAMILY: Arial, Helvetica, sans-serif;	text-align: center;	height: 14px;	width: 20px;	margin: 0px;	padding: 0px; }

.user-cwdmobjcal-pi1 .cal_today_event, .user-cwdmobjcal-pi1 A.cal_today_event { 	FONT-WEIGHT: bolder; FONT-SIZE: 11px; COLOR: red; FONT-STYLE: normal; FONT-FAMILY: arial;  TEXT-DECORATION: none; height: 14px; width:20px;	padding: 0px;	MARGIN: 0px; }

.user-cwdmobjcal-pi1 A.cal_today_event:hover, .user-cwdmobjcal-pi1 .cal_today_event:visited:hover { 	FONT-WEIGHT: bolder; FONT-SIZE: 11px; COLOR: #CC0000; FONT-STYLE: normal; FONT-FAMILY: arial; TEXT-DECORATION: underline; 	padding: 0px;	MARGIN: 0px; }

.user-cwdmobjcal-pi1 .cal_today_event:visited {	FONT-WEIGHT: bolder; FONT-SIZE: 11px; COLOR: #990000; FONT-STYLE: normal; FONT-FAMILY: arial;  TEXT-DECORATION: none; 	padding: 0px;	MARGIN: 0px; }

.user-cwdmobjcal-pi1 .eventdetail_wraptable { 	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FLOAT: none; PADDING-BOTTOM: 2px; MARGIN: 2px; WIDTH: 100%; PADDING-TOP: 2px; FONT-FAMILY: Arial, Helvetica, sans-serif }

.user-cwdmobjcal-pi1 .eventdetail_date { FONT-SIZE: xx-small; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif }

.user-cwdmobjcal-pi1 .eventdetail_time { 	FONT-WEIGHT: normal; FONT-SIZE: xx-small; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif }

.user-cwdmobjcal-pi1 .eventdetail_title { 	FONT-WEIGHT: bold; FONT-SIZE: x-small; COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif }

.user-cwdmobjcal-pi1 .eventdetail_shortdescription { FONT-WEIGHT: bold;	FONT-SIZE: xx-small; COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif; PADDING-BOTTOM: 100px}
.user-cwdmobjcal-pi1 .eventdetail_description { 	FONT-SIZE: x-small; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif  }
.user-cwdmobjcal-pi1 .eventdetail_imagetable { 	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: auto; PADDING-TOP: 0px; HEIGHT: auto }
.user-cwdmobjcal-pi1 .eventdetail_backlink { PADDING-LEFT: 10px; FONT-SIZE: xx-small; MARGIN: 20px; COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-ALIGN: center; TEXT-DECORATION: underline }
.user-cwdmobjcal-pi1 .list_item_tablewrap, .user-cwdmobjcal-pi1 .event_teaser_tablewrap { 	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; MARGIN: 2px; WIDTH: 100%; PADDING-TOP: 2px; BORDER-BOTTOM: #669999 1px dotted } 
.user-cwdmobjcal-pi1 .list_item_date,.user-cwdmobjcal-pi1  .event_teaser_date { 	FONT-SIZE: xx-small; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif }


.list_item_time, .event_teaser_time { 	FONT-SIZE: xx-small; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif }
.list_item_title, A.list_item_title, .event_teaser_title, A.event_teaser_title { 	FONT-WEIGHT: bold; FONT-SIZE: x-small; COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif }
A.list_item_title:hover, .list_item_title:visited:hover, .event_teaser_title:visited:hover, A.event_teaser_title:hover{ 	FONT-WEIGHT: bold; FONT-SIZE: x-small; COLOR: #990000; FONT-FAMILY: Arial, Helvetica, sans-serif }
.list_item_title:visited, .event_teaser_title:visited { 	FONT-WEIGHT: bold; FONT-SIZE: x-small; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif }
.list_item_shortdescription, .event_teaser_shortdescription { 	FONT-SIZE: x-small; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif }
.list_item_imagetable, .event_teaser_imagetable { 	BORDER-RIGHT: medium none; BORDER-TOP: medium none; FLOAT: left; MARGIN: 2px 4px 2px 0px; BORDER-LEFT: medium none; WIDTH: 40px; BORDER-BOTTOM: medium none; HEIGHT: 40px }

.tool_link, A.tool_link, .tool_link:visited { 	FONT-WEIGHT: bold; FONT-SIZE: xx-small; COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif }
A.tool_link:hover, .tool_link:visited:hover { 	FONT-WEIGHT: bold; FONT-SIZE: xx-small; COLOR: #990000; FONT-FAMILY: Arial, Helvetica, sans-serif }



.list_item_link, A.list_item_link { 	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline }
A.list_item_link:hover, .list_item_link:visited:hover { 	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #990000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline }
.list_item_link:visited { 	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline }
.tx-desimplecalendar-pi1-browsebox { 	TEXT-ALIGN: center }
.tx-desimplecalendar-pi1-browsebox-SCell { FONT-SIZE: xx-small; MARGIN: 20px; COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-ALIGN: center; TEXT-DECORATION: none }
.tx-desimplecalendar-pi1-browsebox-strong { 	FONT-WEIGHT: bold }



.navbar-default .navbar-nav > li > a {
    color: #000;
}

.video-js {
	width: 100% !important;
}

