/* src-style.css */
/* Version: 1.1.1.1 */

/* COLOR REFERENCE
 * RED Layout
 *	#9A0000    primary color   - red
 *	#E4AF3B    secondary color - yellow
 *	#FFE993    third color (logo)    - lightyellow
 *
 * BLUE Layout
 * #0051AE primary color - darkblue
 * #3C80C8 secondary color - lightblue  
 */

/* @group §1 DEFAULTS 
 *********************************************************/

/* @group §1.1	reset
 *
 */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 			0;
	padding: 			0;
	border: 			0;
	outline: 			0;
	font-weight: 		normal;
	font-style: 		normal;
	font-size: 			100%;
	font-family: 		inherit;
}
body {
  background-color: #FFFFFF;
  border: 0 none;
  font-family: Verdana,Arial,Helvetica;
  font-size: 12px !important;
  margin: 0;
  padding: 0;
  position:relative;
}
:focus {
	outline: 			0;
}
ol, ul {
	list-style-type: 		none;
}
table {
	border-collapse: 	collapse;
	border-spacing: 	0;
}
caption, th, td {
	text-align: 		left;
	font-weight: 		normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}
img {
	vertical-align: middle;
}
a img {
  border: 0;
}
/* @end reset **/

/* @group §1.2	Tools
 */
p.ausklappen {

}
p.verkleinert, span.verkleinert {
	font-size: 10px;
}
a.readMore {
  cursor: pointer;
  float: right;
}
.hide-text {
	text-indent: 		-9999px;
}
.align-center {
	text-align: center;
}
/* Clear Floated Elements */

.clear {
	clear: both;
}
.inline {
	display: inline-block !important;
}
.float-right {
	float: right;
}

.float-left {
	float: left;
}
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* Clearen per Overflow */
.floatbox { overflow:hidden; }

/* .floatbox-Anpassung fuer IE6 */
* html .floatbox {width:100%;}
/* @end Tools **/


/* @group §1.3 typography
 */
a { 
  color:            #0051AE;
}
a:visited {
  color:            #414141;
}
a:focus,
a:hover {
  color:            #fabb00;
}
/* @end typography */


/* @end DEFAULTS ****************************************/


/* @group §2 STRUCTURE 
 *********************************************************/

#search {
  position:         absolute;
  top:              26px;
  right:            13px;
  vertical-align:   top;
}

#search label {
  position:         absolute;
  left:             -9999px;
}
#search input {
  border:           0;
  background:       #FFF;
  width:            220px;
  height:           16px;
  font-size:        12px;
  
  
  padding:          4px 3px;
  vertical-align:   top;
}

#search input.labeled {
  color:            #ccdbe5;
  
}

* html #search input {
  position:         relative;
  top:              -1px;
  left:             -4px;
}

.defaultSkin .mceMenu .mce_h1 span.mceText, h1 {
  color: #737373;
  font-size:        18px;
  line-height: 22px;
  font-weight:      bold;
  padding:          0 0 10px;
}

h1.title {
	font-size: 18px;
	line-height: 22px;
	margin-top:0px; 
	color: #737373;
	}

.defaultSkin .mceMenu .mce_h2 span.mceText, h2 {
	font-size: 14px;
	line-height: 16px; 
	color: #737373;
	font-weight: bold;
	margin-bottom: 10px;
}
.defaultSkin .mceMenu .mce_h3 span.mceText, h3 {
	font-size: 12px;
	line-height: 16px; 
	color: black;
	font-weight: bold;
	margin-bottom: 10px;
}

.defaultSkin .mceMenu .mce_h4 span.mceText, h4 {
	font-size: 12px;
	line-height: 16px; 
	color: black;
	font-weight: bold;
	margin-bottom: 10px;
}


#main #content .breadcrumbs {
  position:         absolute;
  top:              10px;
  left:             0;
  width:            100%;
  white-space:      nowrap;
  color:            #414141;
  font-size:        10px;
  
}
#sidebar {
  margin:           0 17px 0 0;
  float:            right;
  display:          inline;
  width:            210px;
  
  
  padding:          70px 0 0;
  overflow:         hidden;
}

#sidebar .box {
  padding:          6px 12px 30px;
  margin:           0 0 3px;
  
  background:       #d5ecf2;
  font-size:        10px;
}
#sidebar .box h4,
#sidebar .box img {
  font-size:        12px;
  padding:          0 0 5px;
}
#sidebar .box p {
  line-height:      13px;
}

#sidebar .box dl {
  line-height:      15px;
  
}


#canvas {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}
#head {
  height: 120px;
}
#logo {
  float: left;
  width: 520px;
}
#logo img {
  margin:10px 20px 10px 3px;
  float: left;
}
#logo span {
  color:#0051AE;
	float:right;
	font-family:"Times New Roman";
	font-size:22pt;
	margin: 60px 0 0;
  
}
#mainmenuContainer {
    background: url("../img/menubg.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 40px;
    margin-bottom: 5px;
}
#mainmenu {
	position: absolute;
}
div.body {
  background: url(../img/contentbg.png) repeat-x;
  background-position: bottom;
}
#submenuContainer {
  float: left;
  width: 200px;
  min-height: 400px;
}

#teaserLeftContainer {
  float: left;
  width: 200px;
  min-height: 400px;
  padding-top: 10px;
}

#submenu {
  margin-top: 30px;
}
#contentContainer {
  border-left: 1px solid black;
  border-right: 1px solid black;
  width: 547px;
  float: left;
  padding: 10px;
  margin-bottom: 310px;
  min-height: 400px;
}
#breadcrumbs {

}
#content {
  margin-top: 20px;
  display: block;
}
#teaserContainer {
  float: right;
  width: 200px;
  min-height: 400px;
}
#footer {
  bottom:64px;
	float:right;
	margin-left:770px;
	margin-bottom: 10px;
	position:absolute;
	width:200px;
}
#footermenu {
  float: right;
  text-align: right;
  margin-bottom: 25px;
}
#footermenu ul {
}

/* @end STRUCTURE ****************************************/



/* @group §3 MODULES 
 *********************************************************/

/* @group canvas
 */
#canvas #teasers {
  position:         absolute;
  right:            3px;
  bottom:           3px;
  width:            400px;
}
#canvas #teasers div {
  padding:          6px 6px 6px 12px;
  margin:           0 0 3px;
  
  background:       url(../img/teaser_bg.png);
  font-size:        10px;
}

#canvas #teasers div.image {
  margin-left:      263px;
  padding:          6px;
}

#canvas #teasers h3 {
  font-size:        12px;
  padding:          3px 0 5px;
}
#canvas #teasers h3 a {
  color:            #084878;
  font-weight:      bold;
  font-size:        12px;
  padding:          3px 0 5px;
}

#canvas #teasers p {
  line-height:      14px;
  
}
#canvas #teasers .image {
float:            right;
margin:           0 0 6px 6px;
}
/* @end canvas */

dl.image dt{
  padding:          0 0 5px;
}

.gallery {
  margin:           10px 0;
  position:         relative;
  font-size:        10px;
}
.gallery dt {
  width:            100%;
  overflow:         hidden;
}
.gallery dt img {
  width:            100%;
  height:           auto;
}
.gallery dd {
  padding:          5px 100px 5px 5px;
  background:       #eee;
}
.gallery .nav {
  position:         relative;
  float:            right;
  padding:          5px;
  top:              -23px;
}
.gallery .nav a {
  color:            #084878;
  
}
/* @end MODULES ****************************************/



/* Add new stuff here
 *********************************************************/

/* Newsmodul */
#main #content .date {
	font-size: 10px;
	float: right;
}
 
/* Forms */
.formModul {
	margin: 0 0 10px 0;
}

.formModul div.danke {
	font-weight: normal;
	color: #084878;
	background-color: #d2d3d5; 
	padding: 3px;
	margin-bottom: 5px;
}

ul.form li, .formModul li {
	margin-bottom: 10px;
  list-style-type: none;	
}

ul.form label, .formModul label {
	display: block;
	margin-top: 7px;
	color: grey;
	font-weight: bold;
	font-size: 12px;
}

ul.form li span {
	margin-top: 7px;
	display: inline-block;
}
div#teaser ul.form label, div#teaser .formModul label {
	font-size: 11px;
}

ul.form label.noFloat {
	float: none;
}
ul.form label.short {
	width: 30px;
}

ul.form input.text, .formModul input.text {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	height: 20px;
	padding: 2px 5px 3px;
	color: #666;
	width: 530px;
}

ul.form select, .formModul select {
    border: 1px solid #CCCCCC;
    padding: 2px 5px 3px;
    width: 250px;
}

ul.form input.middle {
	width: 263px;
}

ul.form input.short {
	width: 40px;
	margin-right: 40px;
}

div#teaser ul.form input.text, div#teaser .formModul input.text {
	border:1px solid #CCCCCC;
  color:#666666;
  font-size:10px;
  height:14px;
  padding:2px 5px 0;
  width:155px;
}

.formModul textarea.text {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	height: 20px;
	padding: 4px 5px 0;
	color: #666;
	width: 530px;
	height: 100px;
}
div#teaser .formModul textarea.text {
	width: 155px;	
}

.formModul label.alert {
	color: red;
	float: none;
	font-size: 10px;
	font-weight: bold;
	margin-left: 110px;
	width: 300px;
}
div#teaser .formModul label.alert {
	font-size: 9px;
	margin: 0;
	width: 200px;	
}

.formModul h2.alert-main {
	color: red;
	margin-bottom: 5px;
}

#content .formModul ul.radio {
	margin-top: 7px;
	padding: 0;
}
.formModul ul.radio, .formModul ul.radio li {
	width: 410px;
	float: right;
}

div#teaser .formModul ul.radio, div#teaser .formModul ul.radio li {
	width: 200px;
	float: left;
}

.formModul ul.radio input.radio, .formModul ul.radio li input.radio {
	margin: 0 7px 0 0;
}

.formModul ul.radio input.checkbox, .formModul ul.radio li input.checkbox {
	margin: 0 7px 0 0;
}

.button, .button:visited {
	border: 0;
	background: #FFE993 repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #0051AE; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	position: relative;
	cursor: pointer;
}

.button:hover {
  border: 1px solid #0051AE;
}
.button:active					{ top: 1px; }
.button, .button:visited 		{
  font-family: Verdana;
  font-size: 12px;
  line-height: 1;
}

.button.small {
	font-size: 9px;
	padding: 3px 8px 4px;
	float: right;
}

.button.margin {
	margin: 15px 0;
}


/* downloads */
.downloads {
	margin: 0 0 10px 0;
}

.downloads img {
	margin: 0 5px 8px 0;
}



/* dhonishow */

.dhonishow {
	overflow: hidden;
	/*width: 520px;*/
	font-family: Verdana, sans-serif;
}           

.dhonishow * {
	padding:  0;
	margin: 0;
	border:  none;
	list-style: none;
}                  

ul.dhonishow-image {
	overflow: hidden;
	height: 250px;
	/*width: 520px;*/
  text-align: left;
	position: relative;
	margin: 0;
	padding: 0;
}

ul.dhonishow-image img {
	/*width: 520px;*/
}  

.dhonishow-image li {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}


.dhonishow-navi {
	text-align: left;  
	margin-bottom: 2px;
	color: #272727;
	overflow: hidden;
	/*width: 520px;*/
	padding: 0 0 5px 0;
}
                  
.dhonishow-navi p.dhonishow-picture-alt {
	text-align: left;
	font-size: 11px;
	line-height: 20px;
	display: block;
	margin-bottom: 5px;
	background: #eee;
	padding: 2px 6px;
	/*width: 520px;*/
}          


.dhonishow-navi p {
	display: inline;
}

.dhonishow-navi a img{
	vertical-align: middle;
}

.dhonishow-navi a:hover {
	cursor: pointer;
}


.dhonishow-navi .paging {
	font-size: 11px;
	line-height:  20px;
	margin: 0 5px;
}


/* Events */
#main #content table.events {
	width: 520px;
	margin-bottom: 40px;
}

#main #content table.events tr th {
	font-size: 14px;
	padding: 0 0 10px;
}

#main #content table.events tr td {
	padding: 4px 0 4px;
	border-top: 1px solid #eee;
}

#main #content table.events tr th.date {
	width: 90px;
	float: none;
}
#main #content table.events tr th.time {
	width: 80px;
}

/* Twitter */

#main #content ul.tweets li {
	margin: 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

#main #content ul.tweets li.last {
	border: none;
}

#main #content ul.tweets li span.date {
	float: none;
}

#main #content ul.tweets li blockquote {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: -5px;
	font-size: 14px;
	line-height: 20px;
}

#teasers ul.tweets li,
.box ul.tweets li {
	margin-bottom: 5px;
}

#teasers ul.tweets li span.date,
.box ul.tweets li span.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 11px;
	font-style: italic;
}

#teasers ul.tweets li blockquote,
.box ul.tweets li blockquote {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: -5px;
	font-size: 10px;
	line-height: 12px;
}



/* News */

#main #content div.news {
	margin-bottom: 30px;
}


/* Suche */
#main #content ul.search {
	
}

#main #content ul.search li {
	margin-bottom: 20px;
}

#main #content ul.search li p {
	padding: 0;
}

#main #content ul.search li small {
	font-size: 10px;
	color: #aaa;
}

#main #content ul.search li h2 {
  color:            #084878;
  font-size:        18px;
}

/* END Suche */

/** facebook_likeTeaer **/
div.facebook_likeTeaser {
  margin-top: -30px;
}

div.facebook_likeTeaser_index {
  float: right;
  margin-top: -55px;
  width: 260px;
}
/** END facebook_likeTeaser **/

/* Mailchimp */
#content .item ul.mailchimp, #teaser .item ul.mailchimp {
	padding: 0;
}
span.mailchimpResponse {
  color: red;
}

span.blue, p.blue {
  color: #005AA8;
}
/* END Mailchimp */

/* Dropdown Menu */
#mainmenu_ul {
  display: block;
}
#mainmenu ul.level1 li {
	display: inline;
	margin: 0px;
	top: 3px;
	height: 24px;
	padding: 4px 12px 5px 12px;
	position: relative
}
#mainmenu ul.level1 ul.level2 li, #mainmenu ul.level1 ul.level2 li:hover {
  height:auto;
  padding: 5px 5px 5px 5px;
  display: block;
}
#mainmenu ul.level1 ul.level2 li a {
  background: none;
}
#mainmenu ul.level1 ul.level2 li a:hover {
	
}
#mainmenu ul li a {
	font-family: Verdana, Arial, helvetica;
	background: transparent;
	color: white;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	position: relative;
	padding: 1px;
}
#mainmenu ul li a.active {
	text-decoration: underline;
}
#mainmenu ul li a.home {
	background-color: #7b92ce;
	}
#mainmenu ul li a:hover {
	text-decoration: underline;
}

#mainmenu ul.level2 {
  z-index: 10;
  padding: 0 20px 20px 0;
  background-color: white;
  border: 1px solid darkgray;
}

#mainmenu ul.level2 li a {
	color: black;
}

/* END Dropdown Menu */


/*##################################################################*/


/*-- FLOATING ---------------*/
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}

/**************************************/
/* 3. CSS-Modul: NAVIGATION           */
/**************************************/


/* -- Breadcrump -----------------*/

#breadcrumbs span {
  margin-right: 8px;
  margin-left: 8px;
}
#breadcrumbs span.first {
  margin-left: 0;
}
#breadcrumbs a:link,
#breadcrumbs a:visited {
	color: black;
	text-decoration:none;

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

/* -- MACRONAVIGATION -----------------*/

div#submenu a {
  display: inline;
}
div#submenu ul.level1 {
  list-style-type: square;
  margin-left: 0px;
  padding-left: 20px;
}
div#submenu ul.level1 li a {
  text-decoration: none;
  font-size: 13px;
  line-height: 19px;
}
div#submenu ul.level1 li {
  margin: 1px 0 1px 0;
}
div#submenu ul.level1 li a {
  color: #000000;
  font-size: 12px;
  letter-spacing: 0.1em;
}
div#submenu ul.level1 li a:hover {
  text-decoration: underline;
}
div#submenu ul li.active a {
  color: #737373;
}

div#submenu ul li.active ul li a {
  color: #000000;
}

div#submenu ul.level2 {
  min-height: 10px;
  margin-left: 20px;
  list-style-type: square;
}
div#submenu ul.level2 li {
  margin: 2px 0 2px 0;
  list-style-type: square;
}
div#submenu ul.level2 li a {
}

div#submenu ul.level3 {
  min-height: 10px;
  margin-left: 20px;
  list-style-type: square;
}
div#submenu ul.level3 li {
  margin: 2px 0 2px 0;
  color: #000000;
  list-style-type: square;
}
div#submenu ul.level3 li a { 
}

/*+++++++++++
Footermenu
###########*/

#footermenu li {
  margin: 3px 0 3px 0;
}
#footermenu a {
  size: 10px;
  color: black;
  text-decoration: none;
  letter-spacing: 0.1em;
}
#footermenu a:hover {
  text-decoration: underline;
}

/* -- SEARCH ------------------------*/

.searchLabel, .searchLabel, .searchElement, .searchText {
	font-size: 10px !important; font-size: xx-small;
}

#Search {
  float: right;
	margin: 1px 0px 0px 0px;
	border: 0;
	text-align: right;
}
#Search form {
	margin: 0 0 4px 0;
	border: 0;
	background-color: #FFFFFF;
	padding: 1px 0 1px 3px;
	width: 155px;
	float: right;
}
#Search input#raw {
  background-color: #DD161D;
  border: 0 none;
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 14px;
  height: 17px;
  margin: 0;
  padding: 2px;
  vertical-align: middle;
  width: 130px;
}
#Search button {
  background: url("../img/search_go-black.png") no-repeat scroll 50% 50% transparent;
  border: 0 none;
  height: 19px;
  text-indent: -9999px;
  vertical-align: top;
  width: 10px;
  margin: 0;
  cursor: pointer;
}

span.footer {
  font-size: 10px;
}


/**************************************/
/* 4. CSS-Modul: TEXT                 */
/**************************************/

.form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
	font-family: Verdana, Arial, Helvetica;
	color : #000000;
	font-size: 13px;
	}
em {
  font-style: italic;
}

p {
  line-height: 16px;
  margin-top: 3px;
}
ol{ line-height: 15px;}

p.caption {
    font-style: italic;
    padding-top:0px;
    margin-top:0px;
    color:#000;
}
p.emphasis {
	background-color:#0059a5;
	margin-left: 20px;
	margin-right: 30px;
	line-height: 16px;
	}

p.description {
	line-height: 16px;
	font-weight:bold;
	color:#737373;
	}
p.creator  {
}

p.small {
	font-size: 10px;
	}
p.smalltext {
	font-size: 10px !important; font-size: xx-small;
}

a:link, a:visited {
	color: #0051AE;
	text-decoration : underline;
}

a:hover, a:active {
	text-decoration : underline;
	color: #3C80C8;
}


sup {
font-size: 9px;
vertical-align:top;
 }


/*--------- TEASER --------------*/

div.teaserContainer {
	padding:1px;
	background-color: #FF8418;
  width:185px;
  font-size: 12px;
  margin-bottom: 30px;
}
div.ZMSTeaserElement {
	padding:0;
}


div.teaserElement img.title {
	border: none;
}

div.teaserElement div.teaserTitle {
	font-weight:bold;
	text-decoration:none;
	color:white;
	padding: 4px 4px 2px 4px;
	display: block;
	background-color: #FF8418;
}

div.teaserElement div.teaserText{
	padding: 5px 5px 5px 5px;
	line-height:1.3em;
	background-color: #FFFFFF;
}
div.teaserElement div.text a{
 font-size: 11px;
}

/*--------------- Form --------------*/


.form {
	color: #000;
	padding: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}
	html>.form {
	font-size: x-small;
} 
	
.form-button {
	color: #000;
	background-color: #fff;
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
}
.form-small{
	margin-left: 1px;
	margin-right: 1px;
}

/*---------- Content ------------*/
#content .item ul, body#tinymce.mceContentBody  ul {
  list-style-type: square;
  padding-left: 30px;
}
#content .item ol, body#tinymce.mceContentBody ol {
  list-style-type: decimal;
  padding-left: 30px;
}

#content .item ul.form {
  list-style-type: none;
  padding: 0;
}

div.item {
	margin-top: 20px;
}

/*-------------------------------------------------------------- 
   Lightbox
--------------------------------------------------------------*/
#overlayLb { 
    background: url(../img/admin/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;

}

* html #overlayLb {
    background-color: #333;
    background-color: transparent;
    background-image: url(../img/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="../img/overlay.png", sizingMethod="scale");
}

#box {
	background: #fff;
	margin: 0;
	padding: 0;
	overflow: none;
	text-align: left;
	border: 1px solid #666;
	font-family:  inherit;
}

#box #close{
    position:absolute;
    top:6px;
    right:5px;
    cursor:pointer;
}

/*----------------------------------------------------------
  Recommendation
  ----------------------------------------------------------*/
div.recommend {
  padding: 40px;
  width: 600px;
}
div.recommend p {
  font-family: Verdana, Arial, Sans-Serif;
  margin: 10px 0 10px 0;
}
div.recommend li {
  margin-bottom: 10px;
}
div.recommend label {
  display: block;
	float: left;
	width: 180px;	
	color: #6280A4;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	margin-top: 3px;
}
div.recommend input.text {
  border: 1px solid #CCCCCC;
	font-size: 12px;
	height: 20px;
	padding: 4px 5px 0;
	color: #666;
	width: 395px;
}
div.recommend textarea.text {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	height: 20px;
	padding: 4px 5px 0;
	color: #666;
	width: 395px;
	height: 100px;
}
div.recommend span#error {
  color: red;
}

/*--------------------------------------------
  Teaser
  --------------------------------------------*/
div#teaser {
  margin: 10px 0 30px 0;
  padding: 0 5px;
}

/***************************************
 * module_imageText
 * ****************************************/ 
div.imageText-left {
  float: left;
  margin: 0 10px 5px 0;
}
div.imageText-right {
  float: right;
  margin: 0 0 5px 10px;
}

img.imageText_vertical {
  max-height: 300px;
}
img.imageText_horizontal {
  max-width: 260px;
}

div.imgSubtitle {
  position: relative;
  width: 100%;
  background-color: #d2d3d5;
  padding: 2px;
  font-size: 11px; 
}
div.imgSubtitle a.magnifier {
  float: right;
}

div.largeSubtitle {
  width: 100% - 2px;
  background-color: #d2d3d5;
  padding: 2px;
  font-size: 12px;
  font-family: "Lucida Sans Unicode", Verdana;
}
div.largeSubtitle img.close {
  float: right;
  cursor: pointer;
}

/* modules in right column */
ul#teaserModuleList div.module_html, ul#teaserLeftModuleList div.module_html {
  width:175px;
  font-size: 12px;
  margin-bottom: 30px;
	line-height:1.3em;
	background-color: #FFFFFF;
}

#content .item ul, #hotel_text ul {
	list-style-type: square;
	padding-left: 30px;
}

div.teaserContainer {
	padding:1px;
	background-color: #FF8418;
  width:185px;
  font-size: 12px;
  margin-bottom: 30px;
}

/*div.teaserElement div.teaserTitle {*/
ul#teaserModuleList div.module_html div.title {
	font-weight:bold;
	text-decoration:none;
	color:white;
	padding: 4px 4px 2px 4px;
	margin:-5px -5px 5px;
	display: block;
	background-color: #FF8418;
}
ul.moduleList_center div.module_html div.title {
  display: none;
}

/*****************************
 * imagegallery2
 **/
 
div.imagegallery2 img {
	margin: 5px;
	border: none;
}

div.imagegallery2 a {
	border: none;
	text-decoration: none;
}

/*****************************
 * imagegallery3
 **/
div.imagegallery3 {
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 10px;
  height: 250px;
}
div#teaser div.imagegallery3 {
	height: 90px;	
}
#content div.imagegallery3 ul, div.teaser div.imagegallery3 ul {
	list-style-type: none;
}
div.imagegallery3 ul {
  margin: 0;
  padding: 0;
  height: 250px;
}
div#teaser div.imagegallery3 ul {
  height: 90px;
}
div.imagegallery3 ul li {
  position: absolute;
}
div.preloadBox {
  width: 100%;
  text-align: center;
  height: 250px;
}
div#teaser div.preloadBox {
  height: 90px;
}
div.preloadBar {
  width: 0px;
  height: 15px;
  background-color: lightgrey;
}
div.preloadBarParent {
  border: 1px solid grey;
  width: 300px;
  margin-left: 123px;
  margin-bottom: 10px;
  margin-top: 50px;
}
div#teaser div.preloadBarParent {
  width: 180px;
  margin-top: 0;
  margin-left: 0;
  margin-botom: 5px;
}
span.imagegallery3_noMovie {
  font-weight: bold;
  color: grey;
}

/*********************************
 *
 * hotel navigation
 * 
 *********************************/
img#hotelsearchbutton {
  margin-top: 10px;
  margin-left: 25px;
}
div#hotelnav {
  width: 180px;
  margin: 10px 0 0 5px;
  border-top: 1px solid #3C80C8;
  border-bottom: 1px solid #3C80C8;
  position: relative;
  padding: 5px;
  /*background: url(../img/hotelnav-bg.png) no-repeat #ffffff;*/
  background-color: #fff;
  display: block;
}
div#hotelnav ul {
  list-style-type: circle;
  margin-left: 20px;
}
div#hotelnav ul li {
  min-height: 18px;
}
div#hotelnav ul li a {
  text-decoration: none;
}
div#hotelnav ul li a:hover {
  color: #0051AE;
  text-decoration: underline;
}
div#hotelnav input.text {
  border: 1px solid #0051AE;
  margin: 0 0 10px 5px;
  padding: 3px;
  width: 160px;
}

/****************************
 * hotel detail page
 ******************************/
div#hotel_data {
  float: left;
  text-align: center;
  max-width: 200px;
}
div#hotel_data img {
	margin-bottom: 5px;
	max-width: 180px;
}
div#hotel_data span {
  display: block;
  font-size: 11px;
  margin-top: 3px;
}
div#hotel_imageBottom {
	float: left;
	margin-top: 10px;
	width: 180px;
}
div#hotel_imageBottom img {
	max-width: 200px;
	max-height: 200px;
}
div#hotel_map {
  float: right;
  margin-top: 10px;
  width: 350px;
}
div#hotel_img {
  float: right;
  max-width: 300px;
  overflow: hidden;
}
div#hotel_img img {
  max-width: 300px;
}

div#hotel_table {
  margin: 0;
}
div#hotel_table img {
	margin: 1px;
}

#hotel_table ul {
	list-style-type: square;
	padding-left: 15px;
}
div#hotel_table ul li {
	font-size: 11px;
}

div#hotel_table div {
  width: 130px;
  margin: 0 3px 0 2px;
  font-size: 11px;
  float: left;
}
thisistest {  min-height: 100%; /* Mindesthöhe für moderne Browser */
  height:auto !important; /* Important Regel für moderne Browser */
  height:100%; /* Mindesthöhe für den IE */
  overflow: hidden !important; /* FF Scroll-leiste */ 
}

div#hotel_table div p {
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 13px;
}

div#hotel_table div.col1 {
  border: 1px solid #AAB0D9;
  background-color: #ffffff;
  margin-left: 0; 
}
div#hotel_table div.col2 {
  border: 1px solid #E0E2F1;
  background-color: #E0E2F1;
}
div#hotel_table div.col3 {
  border: 1px solid #C4C7E5;
  background-color: #C4C7E5;
}
div#hotel_table div.col4 {
  border: 1px solid #AAB0D9;
  background-color: #AAB0D9;
  margin-right: 0;
}

div#hotel_text {
  margin-top: 10px;
}

div#hotel_text p {
  margin-bottom: 10px;
}
div#hotel_star {
	margin: auto;
	width: 100px;
	margin-bottom: 5px;
	text-align: center;
}
div#hotel_star span {
  color: #737373;
  font-weight: bold;
}
div#hotel_star span.superior {
	color:#E9B31B;
	font-size:15px;
	font-weight:bold;
	vertical-align:middle;
}
div#hotel_offer {
  background-color: #003E9C; /*#AAB0D9;*/
  padding: 5px;
  width: 180px;
  margin-top: 62px;
}
div#hotel_offer.noSubStars {
	margin-top: 84px;	
}
div#hotel_offer.subNoStars {
	margin-top: 88px;	
}
div#hotel_offer.subStars{
	margin-top: 110px;	
}
div#hotel_offer ul {
  list-style-type: disc;
  margin-left: 20px;
}
div#hotel_offer ul li {
  color: #ffffff;
  margin-bottom: 5px;
}
div#hotel_image {
	text-align: center;
}
div#hotel_image img {
  margin-top: 10px;
  max-width: 190px;
}

/****************************
 * hotel list page
 ******************************/
div#hotellist div.hotel {
  width: 100%;
  margin-top: 15px;
  border-bottom: 1px dotted #0051AE;
  padding-bottom: 10px;
}
div.hotel div.info {
  float: left;
}
div.hotel div.info span {
  font-size: 11px;
  display: block;
  margin-bottom: 2px;
}
div.hotel div.info a {
	text-decoration: none;
}
div.hotel div.info a span {
	display: inline;
	font-weight: bold;
}
div.hotel div.info a:hover span {
	text-decoration: underline;
}
div.hotel div.info span.hotelname {
  margin-bottom: 5px;
}
div.hotel div.info span.hotelname a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
div.hotel div.info span.hotelname a:hover {
  text-decoration: underline;
}
div.hotel div.logo {
  float: right;
  text-align: right;
}
div.hotel div.logo img {
	max-height: 90px;
}

/************************************
** module_calendar
**************************************/
div.eventControl {
	margin: 10px 0;
}
div.eventControl label {
	color: grey;
	display: inline;
	font-weight: bold;
}
div.eventControl input.text {
	margin-right: 120px;
	width: 70px;
}

/************************************
** module_guestContribution
************************************/
div#module_guestContribution div.contribution {
  width: 100%;
  margin-top: 15px;
  border-bottom: 1px dotted #0051AE;
  padding-bottom: 10px;
}
div#module_guestContribution div.contribution div.name {
  float: left;
  width: 470px;
}
div#module_guestContribution div.contribution div.name span {
  font-size: 11px;
  display: block;
  margin-bottom: 2px;
}
div#module_guestContribution div.contribution div.name a {
	text-decoration: none;
}
div#module_guestContribution div.contribution div.name a span {
	display: inline;
	font-weight: bold;
}
div#module_guestContribution div.contribution div.name a:hover span {
	text-decoration: underline;
}
div#module_guestContribution div.contribution div.name span.hotelname {
  margin-bottom: 5px;
}
div#module_guestContribution div.contribution div.name span.hotelname a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
div#module_guestContribution div.contribution div.info span.hotelname a:hover {
  text-decoration: underline;
}
div#module_guestContribution div.contribution div.image {
  float: right;
  text-align: right;
}
div#module_guestContribution div.contribution div.image img {
	max-height: 90px;
	max-width: 70px;
}

/************************************
** guest contribution detail
************************************/
div.gCDetail {
	padding: 20px 0 20px 20px;
	height: 400px;
}
div.gCDetailContent {
	overflow-y: scroll;
	height: 350px;
	margin-top: 10px;
	padding-right: 10px;
}
div.gCDetail img {
	max-width: 190px;
	max-height: 270px;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
div.gCNavigation {
	width: 440px;
	/* background-color: #3C80C8; */
	margin-top: 5px;
}
div.gCNavigation img.left {
	float: left;
	cursor: pointer;
}
div.gCNavigation img.right {
	float: right;
	cursor: pointer;
}
/************************************
** guest contribution page top
*************************************/
#guestContribution {
  width: 330px;
  float: right;
  margin-top: 10px;
  height: 100px;
}
#guestContribution li {
	position: absolute;
	width: 330px;
}
#guestContribution div.image {
	width: 70px;
}
#guestContribution div.name {
	width: 240px;
}
#guestContribution img {
	max-width: 70px;
	max-height: 100px;
	margin-right: 10px;
}
#guestContribution i {
	font-size: 8pt;
}
#guestContribution a {
	text-decoration: none;
	line-height: 22pt;
}