@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 23px;
	text-align: justify;
	color: #333333;
}

.clear {
	clear: both;
}

a:link, a:visited, a:active {
	color: #888888;
	text-decoration: none;
}

a:hover {
	color: #333333;
}

a:focus {
	outline: none;
}

h1 {
	font-weight: bold;
	font-size: 14px;
}

li {
	list-style-type: none;
}

img {
	border: none;
}

#pagewrap, #contentwrap {
	width: 900px;
	margin: 10px auto;
}

#footerwrap {
	width: 900px;
	margin: 25px auto;
	height: 40px;
	background: url('../img/date.gif') no-repeat left;
	background-position: 99px 0;
}


#nav_main {
	float: right;
	padding-top: 35px;
	height: 580px;
	overflow: hidden;
}

#content {
	background: url('../img/head.gif') no-repeat top left;
	clear: left;
	float: left;
	width: 600px;
	min-height: 440px;
	padding: 155px 10px 10px 100px;
	position: relative;
	}
	#content a.homelink {
		position: absolute;
		display: block;
		text-indent: -9999px;
		width: 500px;
		height: 153px;
		left: 0px;
		top: 0px;
	}
	#content img.img_main {
		float: left;
		margin: 0 15px 15px 0;
	}
	#content img.logo {
		float:right;
		margin: 0 0 15px 105px;
	}
	#content p {
		margin: 0 0 10px 0;
	}
	#content p.align-right {
		margin: 0 30px 10px 0;
		text-align: right;
	}
	#content a {
		float: right;
	}

#footer {
	clear: both;
	background: url('../img/footer.gif') no-repeat center;
	height: 94px;
	text-indent: -9999px;
}

#rhine {
	clear: both;
	background: url('../img/wellen.gif') repeat-x center;
	height: 94px;
	text-indent: -9999px;
}

#nav_main li a {
	background-repeat:no-repeat; 
	display:block; 
	overflow:hidden;
	text-indent: -9999px;
	white-space:nowrap; 
	height:25px;
}

#nav_main li a:hover, #nav_main li.current a {
	background-position:0px -25px;
}

#nav_main ul#main_menu {
	margin: 20px 0 0 0;
}

#nav_main ul#main_menu li {
	margin: -10px 0;
}

#nav_meta {
	width: 300px;
	float: right;
	}
	#nav_meta ul {
		float: right;
	}
	#nav_meta ul li {
		font-size: 12px;
		float: left;
		margin: 2px 10px;
	}
	
	
#content img.introtext {
	margin: 250px 0 0 0;
}

.hidden {
	display: none !important;
}

/* carousel for image gallery*/

#myCarousel
{
    text-align: center;
    margin: 0 auto;
    /* float: left; Same as your gallery is set to */
    width:570px; /* Adjust this to your picture width + 2 */
    height:116px;
    overflow:hidden;
    background: #FFFFFF;
}

/*------------ Powermail --------------*/

div.tx-powermail-pi1 {
	width: 600px;
	/*margin: 0 auto;*/
	text-align: left;
}
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	background-color: red;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 150px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: none;
	background-color: #fff;
	width: 600px;
	padding: 10px;
	/*margin: 0 auto;*/
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
	display: none;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 150px;
	float: left;
	clear: both;
	padding-right: 10px;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 260px;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 150px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 150px;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

/*----Contact Form----*/
fieldset.csc-mailform {
	width: 550px;
	margin: 0 auto;
	border: none;
}

.csc-mailform-field {
	clear: both;
	padding: 10px 0;
}

.csc-mailform-field label {
	width: 270px;
	text-align: right;
	display: block;
	float: left;
	margin-right: 15px;
}

.csc-mailform-field textarea {
	width: 250px;
}


.csc-mailform-field input {
	width: 250px;
}

input.csc-mailform-submit {
	margin-left: 285px;
	width: auto;
}

.error {
	background: #FFEEEE;
}

label.error {
	color: red;
	background: none;
	margin-left: 275px;
	text-align: left;
	float: none;
}

/* Social Media */
#nav_meta ul li.socialMedia {
	margin: 2px;
}

/* Programm */

dl {
	margin: 20px 0;
}
dt {
	display: block;
	float: left;
	width: 75px;
	font-style: italic;
	font-size: 20px;
	color: #888888;
	clear: left;
}

dd {
	font-size: 10px;
	padding: 0 0 20px 15px;
	color: #AAA;
	display: block;
	float: left;
	text-align: right;
	width: 440px;
}

dd h4 {
	font-size: 15px;
	color: #666;
}


/*Special Offers*/

.specialOffers dt, .specialOffers dd {
	font-size: 13px;
	width: 200px;
}

.specialOffers dd {
	text-align: left;
}

ul.aboutList {

}

.aboutList li {
	float: left;
	margin: 0 10px;
	color: #888888;
}

/* person menu */

#person_menu_wrap {
	clear: both;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 900px;
}

#person_menu {
/*	position: absolute;*/
	clear: both;
	margin: 10px auto;
	display: block;
	height: 70px;
	visibility: hidden;
}

#person_menu li {
	position: relative;
	float: right;
	margin: 0 71px 10px 0;
}

#person_menu li a {
	display: block;
	opacity: 0.4;
	overflow: visible;
}

#person_menu li a:hover {
	opacity: 1;
}

#person_menu li span {
	position: absolute;
	z-index: 100;
	bottom: -30px;
	/*opacity: 0;*/
	border: 1px solid #DDD;
	background: #FFF;
	padding: 0 6px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	white-space: nowrap;
}

