/* PNG-Fix */

img, div {
	behavior: url("fileadmin/templates/_css/iepngfix.htc");
}

body {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #434343;
	margin: 0;
	background-color: #74532b;
}

/* Allgemeine Elemente */

a {
	text-decoration: none;
	color: #576fa0;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #434343;
	margin: 0 0 10px 0;
}

h2, h3 {
	font-size: 12px;
	font-weight: bold;
	color: #434343;
	margin: 20px 0 10px 0;
}

	.fce-top5 .point .text h3 {
		margin: 3px 0 5px 0;
	}

h4, h5, h6 {
	font-size: 11px;
}

h1 a, h2 a {
	color: #434343;
}

h3 a, h4 a, h5 a, h6 a {
	color: #434343;
}

p {
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #434343;
	line-height: 16px;
	margin: 0 0 15px 0;
}

ul {
	margin: 0 0 15px 0px;
	padding: 0 0 0 15px;
}

ul li {
	margin: 0 0 5px 0px;
	padding: 0;
}

textarea {
	height: 250px;
	width: 90%;
	padding: 2px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	border: 1px solid #545454;
}

input, select {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	border: 1px solid #545454;
	width: 90%;
}

input[type="checkbox"] {
	border-style: none;
}



/* Seitenrahmen und Menüformate */

#worldframe {
	text-align: center;
}

	#pageframe {
		margin: 0 auto 0 auto;
	}

	#headframe {
		width: 100%;
		height: 52px;
		background-color: #fff;
	}
	
		#head {
			width: 770px;
			height: 52px;
			text-align: left;
			margin: 0 auto 0 auto;
			background-color: #fff;
			background-image: url(../_gfx/head-bg.gif);
			background-repeat: no-repeat;
		}
		
			ul#mainnav {
				margin: 0;
				padding: 0 0 0 100px;
			}
			
				ul#mainnav li, ul#mainnav li ul.subnav li {
					float: left;
					position: relative;
					margin: 0;
					padding: 0;
					list-style-type: none;
					display: inline;
				}
				
				ul#mainnav li a {
					color: #fff;
				}

					ul#mainnav li ul.subnav {
						position: absolute;
						left: 0;
						top: 26px;
						float: left;
						width: 350px;
						margin: 0;
						padding: 0;
						z-index: 10;
					}
	
	#packageframe {
		width: 770px;
		text-align: left;
		margin: 0 auto 0 auto;
		position: relative;
		z-index: 20;
	}

		#packung {
			position: absolute;
			right: 13px;
			top: 7px;
			z-index: 50;
		}
		
	#topstageframe {
		width: 100%;
		background-color: #fff;
		position: relative;
		z-index: 10;
	}

		#topstage {
			width: 770px;
			text-align: left;
			margin: 0 auto 0 auto;
			position: relative;
			overflow: hidden;
		}
			
			#topstage h1 {
				width: 426px;
				height: 75px;
				margin: 14px 0 89px 29px;
				overflow: hidden;
			}
			
				#topstage h1 a {
					width: 426px;
					height: 75px;
					display: block;
					background: transparent url(../_gfx/logo.gif) no-repeat scroll top left;
				}
			
			#topstage h3 {
				position: absolute;
				left: 98px;
				top: 139px;
				width: 140px;
				height: 40px;
				margin: 0;
				overflow: hidden;
			}
			
				#topstage h3 a {
					width: 140px;
					height: 40px;
					display: block;
					background: transparent url(../_gfx/demo-button.png) no-repeat scroll top left;
				}
				
			
			#topstage h1 a, #topstage h3 a, #topstage h1 a .brand , #topstage h3 a .brand {
				text-indent: -1000px;
			}
			
			
	
	#contentframe {
		width: 100%;
		background-color: #fff;
		background-image: url(../_gfx/contentframe-bg.gif);
		background-position: center;
		background-repeat: repeat-y;
	}
	
		#content {
			position: relative;
			width: 625px;
			text-align: left;
			margin: 0 auto 0 auto;
			padding: 40px 40px 30px 105px;
			background-image: url(../_gfx/content-bg.gif);
			background-repeat: no-repeat;
		}
			#content .left-column {
				width: 380px;
				padding: 0;
			}

			#content.wide { 
				width: 690px;
				padding: 40px 40px 30px 40px;
			}
			
				#content.wide .left-column {
					width: 425px;
					padding: 0;
				}
				
					#content.wide .left-column h2 {
						margin-left: 65px;
					}
			
			#content .right-column {
				position: absolute;
				top: 53px;
				left: 530px;
				width: 200px;
				height: 300px;
				vertical-align: top;
				padding: 75px 0 0 0;
				overflow: hidden;
			}
			
				#content .right-column h3 {
					display: inline;
					position: relative;
					float: left;
					width: 140px;
					height: 40px;
					margin: 13px 0 15px 0;
					overflow: hidden;
				}
			
					#content .right-column h3 a {
						width: 140px;
						height: 40px;
						display: block;
						background: transparent url(../_gfx/tour-button.png) no-repeat scroll top left;
						text-indent: -2000px;
					}
			
				#content .right-column .kontakt {
					float: left;
					width: 179px;
					height: 32px;
					margin-bottom: 20px;
					background: transparent url('../_gfx/bt-kontakt.png') no-repeat scroll top left;
					text-indent: -1000px;
				}
				
				#content .right-column .rueckruf {
					float: left;
					width: 136px;
					height: 32px;
					margin-bottom: 20px;
					background: transparent url('../_gfx/bt-rueckruf.png') no-repeat scroll top left;
					text-indent: -1000px;
				}
				
				#content .right-column .faq {
					float: left;
					width: 173px;
					height: 32px;
					margin-bottom: 20px;
					background: transparent url('../_gfx/bt-faq.png') no-repeat scroll top left;
					text-indent: -1000px;
				}
				
				.botton {
					margin-bottom: 20px;
				}
				
				

	#footerframe {
		width: 100%;
		background-image: url(../_gfx/footerframe-bg.gif);
		background-position: center;
		background-repeat: repeat-y;
	}
	
		#footer {
			width: 581px;
			text-align: left;
			margin: 0 auto 0 auto;
			padding: 30px 80px 30px 109px;
			background-image: url(../_gfx/footer-bg.gif);
			background-repeat: no-repeat;
		}
		
			#footer a.link {
				font-weight: bold;
				color: #74532b;
			}

			#footer .csc-textpic img {
				margin-top: -13px;
			}
	
	#disclaimerframe {
		width: 100%;
		background-image: url(../_gfx/.gif);
		background-position: center;
		background-repeat: repeat-y;
	}
	
		#disclaimer {
			width: 620px;
			text-align: left;
			margin: 0 auto 0 auto;
			padding: 40px 40px 30px 110px;
			background-image: url(../_gfx/disclaimer-bg.gif);
			background-repeat: no-repeat;
		}
		
		#disclaimer p a {
			color: #fff;
		}

/* NEUE STARTSEITE */
#strandfoto {
	position: absolute;
	top: -65px;
	left: -75px;
	z-index: 200;
}

#illustration-short {
	position: relative;
	width: 425px;
	height: 415px;
	
	background: transparent url('../_gfx/schaubild-pfeile.gif') no-repeat 165px 185px;
}

	#illustration-short a {
		position: absolute;
		display: block;
		background-repeat: no-repeat;
		background-position: 0 0;
		text-indent: -2500px;
	}
	
		#illustration-short a .popup {
			position: relative;
			display: block;
			width: 175px;
			height: 115px;
			z-index: 300;
			background-color: #fff;
		}
	
		#illustration-short a.illu-proconut {
			top: 80px;
			left: 30px;
			width: 128px;
			height: 300px;
			background-image: url('../_gfx/schaubild-proconutbox.png');
		}
		
			#illustration-short a.illu-proconut:hover {
				background-position: 0 -323px;
			}
		
		#illustration-short a.illu-screen {
			top: 20px;
			left: 210px;
			width: 174px;
			height: 153px;
			background-image: url('../_gfx/schaubild-screen.png');
		}
		
			#illustration-short a.illu-screen:hover {
				background-position: 0 -153px;
			}

		#illustration-short a.illu-print {
			top: 210px;
			left: 235px;
			width: 210px;
			height: 179px;
			background-image: url('../_gfx/schaubild-katalog.png');
		}
		
			#illustration-short a.illu-print:hover {
				background-position: 0 -182px;
			}
		
	#illustration-short h3 {
		position: absolute;
		left: 60px;
		top: 345px;
		width: 140px;
		height: 40px;
		margin: 0;
		overflow: hidden;
	}
	
		#illustration-short h3 a.demo {
			width: 140px;
			height: 40px;
			display: block;
			background: transparent url(../_gfx/demo-button.png) no-repeat scroll top left;
		}

/* FCE Top 5*/

.fce-clear {
	clear: both;
}

	.fce-top5 h1 {
		padding-left: 68px;
	}

	.point {
		float: left;
		width: 445px;
	}
	
		.number {
			float: left;
			width: 57px;
			text-align: right;
			padding: 0 10px 0 0;
		}

		.text {
			float: left;
			width: 378px;
			line-height: 18px;
		}
		
		.text a {
			color: #434343;
		}
		
		.text a:hover {
			text-decoration: none;
		}

/* FCE Slider */

#slider {
	position: relative;
	height: 320px;
}

	#slider ul.navigation {
		margin: 0;
		padding: 0 0 0 60px;
	}

		#slider ul.navigation li {
			margin: 0 10px 0 0;
			padding: 0;
			list-style-type: none;
			line-height: none;
		}
		
			#slider ul.navigation li a {
				margin: 0;
				padding: 0;
			}
		
			#slider ul.navigation li a.active img {
				filter: alpha(opacity=50);
				opacity: 0.5;
			}
		
	#arrowleft {
		position: absolute;
		width: 18px;
		left: 28px;
		top: 93px;
	}
	
	.scroll {
		float: left;

	}
	
	#arrowright {
		position: absolute;
		width: 18px;
		left: 28px;
		top: 120px;
	}

/* Kontaktformular / Powermail */

.tx-powermail-pi1 fieldset legend {
	display: none;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.tx-powermail-pi1 label {
	width: 90%;
	display: block;
	padding: 3px 0;
}

.tx-powermail-pi1 input {
	width: 90%;
	padding: 2px;
}

.tx-powermail-pi1 textarea {
	height: 200px;
	width: 90%;
	padding: 2px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
}


.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_check {
	float: right;
	width: 100%;
}

.tx-powermail-pi1 .powermail_check_inner {
	float: right;
	width: 100%;
}

.tx-powermail-pi1 .powermail_check_inner label {
	width: 395px;
	float: right;
}

.tx-powermail-pi1 .powermail_check_inner input {
	width: 20px;
	float: right;
	border-style: none;
}

.tx-powermail-pi1 .powermail_submit {
	width: auto;
	margin: 15px 0;
}

.tx-powermail-pi1 .powermail_mandatory_js {
	color: #ff0000;
	margin: 2px 0 4px 0;
	_margin: 2px 0 4px 0;
	font-size: 10px;
}

#powermaildiv_uid1 {
	float: left;
}

#powermaildiv_uid1 .powermail_check_inner {
	float: left;
	width: 100% !important;
}

#powermaildiv_uid1 .powermail_check_inner label {
	float: right;
	width: 380px;
}

#powermaildiv_uid1 .powermail_check_inner input {
	float: right;
}


/* Tabelle Packages */
.packages {
}

.packages .td-0 {
	text-align: center;
	vertical-align: top;
	background-color: #e2e2e2;
}

	.packages .tr-0 .td-0,
	.packages .tr-0 .td-1 {
		background: none;
	}
	
	.packages .tr-0 {
		font-weight: bold;
		font-size: 13px;
	}

.packages .td-1 {
	padding: 3px 0 4px 5px;
	text-align: left;
	background-color: #e2e2e2;
}

.packages .td-2 {
	width: 15px;
	background-color: #576FA0;
	color: #ffffff;
	text-align: center;
}

.packages .td-3 {
	width: 15px;
	background-color: #576FA0;
	color: #ffffff;
	text-align: center;
}
.packages .td-4 {
	width: 15px;
	background-color: #576FA0;
	color: #ffffff;
	text-align: center;
}

/* Sonstige Formate */

.brand {
	color: #76552c;
}

	a .brand {
		color: #576fa0;
	}
	
	#disclaimer a .brand {
		color: #FFFFFF;
	}
	
.csc-frame-rulerBefore {
	clear: both;
	height: 3px;
	overflow: hidden;
	background-color: #dcdcdc;
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 0;
}

.csc-frame-rulerAfter {
	clear: both;
	height: 1px;
	overflow: hidden;
	border-width: 0 0 3px 0;
	border-style: solid;
	border-color: #dcdcdc;
	margin: 0 0 10px 0;
	padding: 9px 0 0 0;
	line-height: 0;
}

.csc-textpic-image {
	padding-top: 3px;
}

.csc-textpic-caption {
	font-size: 10px;
	color: #76552c;
	line-height: 13px;
	margin-right: -4px;
	padding: 5px 0 5px 0;
}

.csc-textpic-above .csc-textpic-imagewrap {
	padding: 0 0 10px 0;
}

.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid #dcdcdc !important;
}

.csc-frame-indent {
	padding: 0 0 0 65px;
}

ul.csc-menu {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

ul.csc-menu li {
	margin-bottom: 5px;
}



