/****** FILE: themes/dasseminarhotel/css/layout.css *****/
/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background:#fff;
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Arial,Verdana,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	margin:0px auto;
	width:960px;
}
#Header {
	position: relative;
	width:960px;
	height:300px;
	overflow: hidden;
}
	#Header .theme {
		width:100%;
		height:100%;
		display:block;
		position: relative;
	}
	#Header h1 {
		color:#fff;
		font-size:1.5em;
		line-height:4.5em;
		padding-left:20px;
	}

	#Header .theme img {
		position:absolute;
		left:0px;
		top:0px;
	}

	#Header .Logo {
		position:absolute;
		left:0px;
		bottom:0px;
		z-index: 10;
		width:481px;;
		height:146px;
		background:url(../images/logo.png) no-repeat left bottom;
	}
	#Header .Logo2 {
		position:absolute;
		left:0px;
		bottom:0px;
		z-index: 10;
		width:481px;;
		height:146px;
		background:url(../images/logo2.png) no-repeat left bottom;
	}


	*html #Header .Logo {
		background:url(../images/logo.gif) no-repeat left bottom;
	}
		*html #Header .Logo2 {
		background:url(../images/logo.png) no-repeat left bottom;
	}
	#Header .Servicenavigation {
		background:url(../images/servicenav_bg.png) no-repeat right top;
		position:absolute;
		right:0px;
		top:0px;
		height:30px;
		width:550px;
		text-align:right;
		padding-top: 6px;
		padding-right:10px;
		z-index: 10;
		color:#0089E0;
	}

	*html #Header .Servicenavigation {
		background:url(../images/servicenav_bg.gif) no-repeat right top;
	}


	#Header .Servicenavigation a {
		padding: 0px;
		text-decoration: none;
		font-size: 12px;
		color:#0089E0;
	}
	
		#Header .Servicenavigation a:hover {
		text-decoration: underline;
	}

#Header .Servicenavigation div.slashes {
		display: inline;
		padding: 0 10px 0 10px;
		font-size: 15px;
}



		#Menu1 {
			position: absolute;
			bottom:0px;
			left:30px;
			height:100%;
			padding-left:1px;
			background:url(../images/menu1_separator.png) no-repeat 0px bottom;
		}
			#Menu1 li {
				float:left;
				margin-left:0px;
				background:url(../images/menu1_separator.png) no-repeat right bottom;
				display:inline;
			}
				#Menu1 li.current,
				#Menu1 li.section {
				}
				#Menu1 li a {
					display:inline-block;
					color:#222;
					height:22px;
					font-weight:bold;
					font-size:1.5em;
					text-decoration:none;
					padding:14px 20px 6px 20px;
				
				}
					#Menu1 li a:hover {
						color:#000;
						background:url(../images/menu1_hover.png) no-repeat right top;
						opacity: 0.6;
					}
					#Menu1 li a.current,
					#Menu1 li a.section {
						color:#0089e0;
						background:url(../images/menu1_hover.png) no-repeat right top;
					}
#searchbox {
			background:transparent url(../images/suche.png) no-repeat scroll left top;
			position:absolute;
			top:12px;
			right:5px;
			width:141px;
			height:25px;
}


#NavigationContainer fieldset {
			border:0px;
}

#NavigationContainer input#SearchForm_SearchForm_Search {
			position: absolute;
			width: 120px;
			height: 18px;
			bottom:4px;
			right:18px;
			border:0px;
}

#NavigationContainer input#SearchForm_SearchForm_action_results {
			position: absolute;
			width: 18px;
			height: 18px;
			bottom:4px;
			right:0px;
			border:0px;
			background:transparent none repeat scroll 0 0;
			border: none;
			clear:none;
			cursor:pointer;
}

div#links ul.Menu2 {
	margin:0px;
	padding:0 0 20px 10px;
	font-size:1.35em;
	line-height:1.5em;
}

	div#links ul.Menu2 li {
		margin:0px;
		padding:0px;
		list-style:none;
		display: block;
	}

*html div#links ul.Menu2 li {
		height:20px;
}
		div#links ul.Menu2 li a {
			display:block;
			color:#0089E0;
			text-decoration:none;
			padding:0px;
			padding-left: 10px;
		}

		div#links ul.Menu2 li a:hover {
			color:#00477a;
			background: url(../images/menu2hover.png) no-repeat;
			background-position:0px 6px;
			text-decoration:none;

		}

		div#links ul.Menu2 li a.current,
		div#links ul.Menu2 li a.section {
			color:#00477a;
			background: url(../images/menu2hover.png) no-repeat; 
			background-position:0px 5px;
			text-decoration:none;
		}

div#links ul.Menu3 {
	margin: 0 0 5px 20px;
}

div#links ul.Menu3 li a {
	font-size: 0.85em;
}

#NavigationContainer {
	position: relative;
	width:960px;
	height:42px;
	overflow: hidden;
	background-color:#b7dfef;
}

#ContentContainer {
	padding-top:20px;
	padding-bottom:20px;
	background-color: #fff;
	min-height:320px;
	overflow: auto;
}

#Content {

}

#links {
	width: 220px;
	padding: 0 10px;
	overflow-x: hidden;
	float: left;
}

#rechts {
	width: 230px;
	padding: 0;
	overflow-x: hidden;
	text-align: right;
	float: right;
}

*html #rechts,
*html #links {
	width: 215px;
}

/* this one doesn't work in f'ing IE -> so it's inline in iframe as well */
#rechts iframe {
	background-color: #e5e5e5;
}

#mitte {
	padding: 0 10px;
	margin: 0 240px;
}

*html #mitte {
	width: 454px;
}

/* ----------------------------start startseite ---------------------------*/

.Teasers .Teaser {
	width:200px;
	height:410px;
	position:relative;
	padding: 0 15px;
	margin: 0 5px;
	float:left;
	overflow:hidden;
}
#rechts .Teasers .Teaser {
	margin:0 0 10px 0;
	height:245px;
	float:left;
	text-align:left;
}
*html div.Teaser {
	width:198px;
}

.Teasers  .Teaser img.Teaserbild {
	position:absolute;
	top: 15px;
	left:15px;
}
.Teasers a {
	text-decoration: none;
	outline: none;
}
.Teasers .Teaser .overlay {
	position:absolute;
	height:38px;
	width: 190px;
	padding:2px 5px 0 5px;
	left:15px;
	top:95px;
	z-index:99;
}
.Teasers .Pos1 .overlay {
	background-image:url(../images/startseite_teaser/gruen_trans.png);
}
.Teasers .Pos2 .overlay {
	background-image:url(../images/startseite_teaser/purpur_trans.png);
}
.Teasers .Pos3 .overlay {
	background-image:url(../images/startseite_teaser/bronze_trans.png);
}
.Teasers .Pos4 .overlay {
	background-image:url(../images/startseite_teaser/orange_trans.png);
}


.Teasers .Teaser h2 {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

.Teasers .Teaser p.detail {
	color: #eee;
	font-size: 15px;
	font-weight: 400;
}

.Teasers .Teaser h1 {
	position:absolute;
	top:188px;
	left:20px;
	color: #eee;
	opacity: .4;
	font-size: 47px;
	font-weight: 580;
}

.Teasers .Teaser p.claim {
	position:absolute;
	top:145px;
	left:20px;
	color: #fff;
	font-size: 22px;
	line-height:22px;
	font-weight: 550;
}

.Teasers .Teaser div.Content {
	position:absolute;
	top:265px;
	left:20px;
	width:200px;
	line-height: 18.1875px;
	color: #444;
	font-size: 13px;
}

.Teaser a p {
	font-size: 1em;
}


.Pos1 {
	background: url(../images/startseite_teaser/gruen_hg.png) no-repeat;
}
div.Pos1:hover {
	background: url(../images/startseite_teaser/gruen_hg.png) no-repeat scroll -230px 0;
}
.Teasers .Pos2 {
	background: url(../images/startseite_teaser/purpur_hg.png) no-repeat;
}
.Teasers .Pos2:hover {
	background: url(../images/startseite_teaser/purpur_hg.png) no-repeat scroll -230px 0;
}
.Teasers .Pos3 {
	background: url(../images/startseite_teaser/bronze_hg.png) no-repeat scroll left top;
}
.Teasers .Pos3:hover {
	background: url(../images/startseite_teaser/bronze_hg.png) no-repeat scroll -230px 0;
}
.Teasers .Pos4 {
	background: url(../images/startseite_teaser/orange_hg.png) no-repeat;
}
.Teasers .Pos4:hover {
	background: url(../images/startseite_teaser/orange_hg.png) no-repeat scroll -230px 0;
}

/* ---------------------------- onlineshop ---------------------------*/

.feedupproduct {
	padding:4px 0;
	border:1px solid #fff;
	height:110px;
	width:450px;
	display:block;
}

.feedupproduct:hover {
	border:1px solid #bbb;
	cursor:pointer;
}

.feedupproduct a p,
.feedupproduct a h5 {
	text-decoration:none;
}

.feedupproduct .txt {
}

/* ---------------------------- end onlineshop ---------------------------*/

#Footer {
	border-top: 1px solid #8a8a8a;
	padding: 10px 0 30px 0;
	color:#4a4a4a;
	font-size: 12px;
	line-height: 20px;
	clear:both;
}
#Footer span {
	padding:0 12px 0 0;
}
#Footer span a {
	color:#0089E0;
	text-decoration:none;
	border-bottom: 1px dotted;
}

#Footer span a:hover {
	text-decoration:none;
	border-bottom: 1px solid #0089E0;
}
#Footer .footest {
	padding:0 0 20px 12px;
}
#Footer .facebook {
	width:275px;
	height:150px;
	float:left;
	padding-right: 40px;
}
#Footer .Lables {
	float: left;
	width:600px;
	height:150px;;
	margin:0 auto;
}
#Footer .Lables .Lable {
	width:130px;
	height:auto;
	float:left;
	padding:0 20px 0 0;
}
#scalecontrol {
display:none;
}

img.leftAlone {
display:block;
}

.typography ul#SearchResults li {
	font-size:1em;
}

a#WeitereDaten {
	display:block;
}

/* stop audio captch from showing up since it does not seam to work */
form span.mollom-audio-captcha {
	display:none;
}


form div.mollom-captcha span {
	padding-left:130px;
}


#map {
	width:100%;
	height:350px;
	margin-bottom:10px;
}


.resbutton {position: absolute;z-index:50;margin-top:-100px;margin-left:600px;}

/****** FILE: themes/dasseminarhotel/css/typography.css *****/
/**
 * This typography file is included in the WYSIWYG editor
 */
.typography {
	width: 460px;
}
.typography * {
	font-family:Arial,Verdana,sans-serif;
	font-size:1.0em;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li {
	color:#333;
	line-height:1.4em;
	font-size:1.3em;
}

.typography ul#SearchResults {
	margin-left:0px;
}

.typography ul#SearchResults li {
	list-style:none;
}

.typography ul#SearchResults h1 {
	font-size: 1.6em;
	line-height:1.4em;
}

.typography ul#SearchResults h2 {
	font-size: 1em;
}

.typography ul#SearchResults h3 {
	font-size: 1em;
}

.typography ul#SearchResults p {
	margin:0em;
}

.typography p {
	margin-bottom:1em;
}

.typography a {
	color:#333;
}

/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
}
	.typography ul li,
	.typography ol li {
		margin:4px 10px;
		line-height:1.4em;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom:14px;
	color:#0083C8;
}
.typography h1,
.typography h4 {
	font-weight:bold;
}
.typography h2,
.typography h3 {
	font-weight:normal;
}
	.typography h1 {
		font-size:2.2em;
	}
	.typography h2 {
		font-size:2.2em;
	}
	.typography h3 {
		font-size:1.6em;
	}
	.typography h4 {
		font-size:1.4em;
	}

/* LINK STYLES */
#links a {
	color:#0083C8;
	font-size:1em;
	text-decoration:none;
}

#mitte a {
	color:#0083C8;
	font-size:1em;
	text-decoration:none;
}

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

#rechts a {
	color:#0083C8;
	font-size:1em;
	text-decoration:none;
}

.typography table {
	font-size:1.1em;
}
	.typography table tr td {
		padding:3px 5px;
	}

	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

/****** FILE: themes/dasseminarhotel/css/form.css *****/
/* GENERIC FORM STYLING */
#Content form {
	width:378px;
}
	#Content form fieldset {
		border:0;
		padding:0 0 12px 0;
	}
		#Content .message {
			color:red;
			background:#ddd;
			border:1px solid #ccc;
			padding:5px;
			margin:5px;
		}
		#Content span.message {
			width: 300px;
		}
		#Content form div {
			margin-top:10px;
			width:100%;
		}
		#Content form label {
			font-size:1.1em;
			color:#333;
		}
			#Content form label.left {
				float:left;
				width:12em;
			}
			#Content form label.FormHeading {
				font-size:1.3em;
				color:#ff7200;
				font-weight:bold;
			}
		#Content form input.text,
		#Content form textarea,
		#Content form select {
			width:200px;
			color:#000;
			background:#f8f8f8;
			border:1px solid #aaa;
			padding:3px;
		}
		
		#Content form input.numeric {
			width:20px;
			background:#f0f0f0;
			border:1px solid #aaa;
			padding:3px;
			color:#000;
			margin-right:4px;
		}
		#Content form input.year {
			width:35px;
		}
		#Content form p.Actions {
			text-align:right;
			padding:0 22px 15px 0;
		}
			#Content form p.Actions input {
				padding:2px;
			}
#Content label.required {
	color:red;
}


div.fieldgroupField label {
	padding-left:5px;
}


ul#Form_Form_Themes li {
	list-style:none;
}

ul#Form_Form_Themes li label {
	font-size:.78em;
}


/****** FILE: visionaer/css/jquery.fancybox.css *****/
html ul.gallery {
	margin:0;
	display:block;
	height:auto;
}
html ul.gallery li {
	list-style:none !important;
	margin:0;
	float:left;
	padding:3px;
}
html ul.gallery li:hover {
	background:#ccc;
}
html ul.gallery li a,
html ul.gallery li a img {
	float:left;
}


/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/visionaer/images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/visionaer/images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('/visionaer/images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/****** FILE: visionaer/css/documents.css *****/
ul.doc {
	margin:0 0 20px 0;
}
ul.doc li {
	background:#e8e8e8 url(../images/pdfIcon_30px.png) 6px 2px no-repeat;
	display:block;
	height:30px;
	width:100%;
	line-height:30px;
	list-style:none outside none;
	overflow:hidden;
	padding:2px 0 2px 7px;
	margin:8px 0 0 0;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
ul.doc li:hover {
	background-color:#eee;
	border-bottom: 1px dotted #bbb;
	border-top: 1px dotted #bbb;
}
ul.doc li.title {
	background:transparent;
	display:block;
	height:30px;
	line-height:30px;
	border: none;
}
ul.doc li.title:hover {
	background:transparent;
	border: none;
}
ul.doc li.title h4 {
	margin:10px 0 0 0;
	font-size:14px;
}

ul.doc li.title h4 {
	margin-top:16px;
	height:30px;
	line-height:30px;
	display:block;
}
ul.doc li a,
ul.doc li a:hover {
	text-decoration:none;
	line-height:30px;
	font-size:14px;
	padding-left: 20px;
	width:90%;
	height:100%;
	display:block;
	outline:none;
}
/* LINK ICONS - shows type of file
------------------------------------ */
ul.doc li a[href$=".pdf"],
ul.doc li a[href$=".PDF"],
ul.doc li a.pdf {
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}
ul.doc li a[href$=".doc"],
ul.doc li a[href$=".DOC"],
ul.doc li a.doc {
	background: url(../images/icons/page_word.png) no-repeat left center;
}
ul.doc li a[href$=".xls"],
ul.doc li a[href$=".XLS"],
ul.doc li a.xls {
	background: url(../images/icons/page_excel.png) no-repeat left center;
}
ul.doc li a[href$=".gz"],
ul.doc li a[href$=".GZ"],
ul.doc li a[href$=".gzip"],
ul.doc li a[href$=".GZIP"],
ul.doc li a[href$=".zip"],
ul.doc li a[href$=".ZIP"],
ul.doc li a.archive {
	background: url(../images/icons/page_white_zip.png) no-repeat left center;
}
ul.doc li a[href$=".exe"],
ul.doc li a[href$=".EXE"],
ul.doc li a.application {
	background: url(../images/icons/application.png) no-repeat left center;
}

/****** FILE: visionaer/css/required.css *****/
/* Required and overwrite defaults
---------------------------------------- */
form#Form_Form {
		padding:10px 0;
}
.middleColumn {
	background: none;
}
.typography label {
	color: #383232;
}
#Form_Form label.required {
	display:none !important;
}
html #Form_Form input.required,
#Form_Form textarea.required {
	background:#fea5a5;
}
.textarea textarea {
	font-size: 12px;
}
/*
#Form_NachrichtForm span.required {
	display:block;
	background:#fea5a5;
	border:1px solid red;
	color:#383232;
}
*/
.field {
}
form .right {
	float:none;
}

