/* General Settings */
* {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

a {
	color: #0d3d76;
	text-decoration:none;
  
}
a:hover {
	text-decoration: underline;
}

body {
	text-align: center;
	background-color: #5d7ea7;
	background-image: url(pics/pagebackground.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* Page settings  */
#page {
	margin: 0 auto;
	width: 758px;
	position: relative;
}

/* Styles for the header */
#page #header #title{
	background-image: url(pics/header.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 99px;
	display: block;
}
#page #header #title-one{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	position: relative;
	top: 54px;
	left: 1px;
	color: #ffffff;
}
#page #header #title-two{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	position: relative;
	top: 54px;
	left: 236px;	
	color: #ffffff;
}

/* Image and Navigation Settings */
#page #header #imageandnavi {
	padding: 8px;
	padding-right: 16px;
	background-color: #ffffff;
	background-image: url(pics/shadowtop.gif);
	background-repeat: no-repeat;
	background-position: right top;

}
#page #header #imageandnavi #navi {
	background-color: #5d7ea7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c4c4c4;
	height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	display: block;
	color: #ffffff;
}
#page #header #imageandnavi #navi #naviitems {
	margin-top: 5px;	
}
#page #header #imageandnavi #navi #language {
	margin-top: 5px;
	
	float: right;
}
#page #header #imageandnavi #navi #language img {
	
	margin-right: 5px;
	
}


#page #header #imageandnavi #navi #naviitems a{
	text-decoration: none;
	padding-left: 16px;
	padding-right: 16px;
	color: #ffffff;
}


#page #header #imageandnavi #navi #naviitems a:hover{
	text-decoration: underline;
}

/* The Contentarea */
#page #contentarea {
	background-color: white;
	padding: 8px;
	padding-right: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(pics/shadow.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

/* All the tags in the text content - like lists and headings */
#page #contentarea #content {
	margin-left: 160px;
	width: 550px;
}
#page #contentarea #content p a {
	color: #0d3d76;
	text-decoration: underline;  
}
#page #contentarea #content p a:hover {
	text-decoration: none;
}


#page #contentarea #content h1 {
	color: #0d3d76;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

#page #contentarea #content h2 {
	color: #0d3d76;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	display: block;
	font-weight: bolder;
}

#page #contentarea #content p {
	color: #5d5d5d;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	line-height: 16px;
}
#page #contentarea #content b {
	font-weight: bold;
}
#page #contentarea #content strong {
	font-weight: bold;
}
#page #contentarea #content ol {
	list-style:outside decimal;
	color: #0d3d76;
	padding-left: 40px;
	margin-top: 15px;

}
#page #contentarea #content ul {
	list-style:outside disc;
	color: #0d3d76;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 30px;

}
#page #contentarea #content li {
	color: #5d5d5d;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	line-height: 14px;
}
#page #contentarea #content table {
	border-collapse:collapse;
}

#page #contentarea #content td {
	padding: 3px;
	border: 1px solid #c4c4c4;
}
#page #contentarea #content #verkehr table {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}

#page #contentarea #content #verkehr td {
	padding: 1px;
	margin: 0;
}
/* The contextual Menue on the left side */
#page #contentarea #leftmenue {
	float: left;
	width: 140px;
}

#page #contentarea #leftmenue ul {
	list-style-image: none;
	list-style-type: none;
	font-size: 12px;
	color: #0d3d76;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-right: 1px solid #c4c4c4;
}

#page #contentarea #leftmenue li {
	border-top: 1px solid #c4c4c4;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}
/* the first item in the left menue */
#page #contentarea #leftmenue .top{
	border-top: none;
	padding-top: 14px;
}
/* the lastitem in the left menue */
#page #contentarea #leftmenue .bottom{
	padding-bottom: 130px;
}

#page #contentarea #leftmenue a {
	color: #0d3d76;
	text-decoration:none;
}

#page #contentarea #leftmenue a:hover {
	text-decoration:underline;
}

/* The Footer - nothing special except the shadow background */
#footer {
	text-align: center;
	height: 20px;
	background-image: url(pics/shadowbottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/* Other Classes */
/* Used to maintain standard height in #contentare */
.prop {
	float: right;
	height: 380px;
	width: 1px;
	padding: 0;
	margin: 0;
}

.cleaner {
	clear:both;
	height:1px;
	overflow:hidden;
}


/* Mailform */

.csc-mailform { /* Table */
	text-align: left;
	border: none;
	margin-left: 50px;
}

.csc-mailform-field {
	padding: 4px 0;
}
.csc-mailform-field label{
	font-size: 12px;
	color: #5d5d5d;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-weight: bold;
	display: block;
	float: left;
	width: 130px;
	text-align: right;
	margin-right: 10px;
}
.csc-mailform-field input, .csc-mailform-field option, .csc-mailform-field select, .csc-mailform-field textarea {
	font-size: 12px;
	color: #5d5d5d;
	font-family: Georgia, "Times New Roman", Times, serif;	
	border: 1px solid #c4c4c4;
	background-color: #ffffff;
	width: 300px;
}
#mailformformtype_mail {
	width: 100px;
	background-color: #5d7ea7;
	color: #ffffff;
	text-align: center;
	margin-left: 343px;
}
/* Mailform End */

/* Event CSS */
#page #contentarea #content .user-eventcalendar-pi1 td {
	border: none;
	border-bottom: 1px solid #c4c4c4;
}

	.user-eventcalendar-pi1-monthbox {
		border: 1px solid #c4c4c4;
		display: block;
		margin-right: 5px;
		background-color: #5d7ea7;
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
float: left;
	color: #ffffff;
	width: 40px;
	height: 40px;
	text-align: center;
	text-decoration: none;

	}
	.user-eventcalendar-pi1-monthbox:hover {
		background-color: #ffffff;
		color: black;
		text-decoration: none;
	}
	.spacer {
		float: left;
		width: 200px;
		height: 50px;

	}
	.user-eventcalendar-pi1-monthbox-active {
		border: 1px solid #c4c4c4;
		
		margin-right: 5px;
		background-color: white;
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
display: block;
float: left;
	color: black;
	width: 40px;
	height: 40px;
	text-align: center;
	text-decoration: none;

	}
	.user-eventcalendar-pi1-monthbox-active:hover {
	text-decoration: none;
	}
	.user-eventcalendar-pi1 h5 {
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: bold;
text-align: center;
	
	margin-top: 3px;
	}
	.user-eventcalendar-pi1-monthcontrol {
		border: 1px solid #c4c4c4;
		float: right;
		margin-left: 5px;
		background-color: #5d7ea7;
		color: #ffffff;
	width: 60px;
	height: 40px;
	text-align:center;
	}
	.user-eventcalendar-pi1-monthcontrol:hover {
		
		background-color: #ffffff;
		color: #000000;
		text-decoration: none;
	}
		.user-eventcalendar-pi1-monthcontrol span {
		margin: 0;
	font-weight: normal;
	margin-top: 4px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
font-weight: normal;
	
		text-align:center;
			display: block;
	}
	
	

	.user-eventcalendar-pi1-events {
		margin-top: 20px;
		font-size: 12px;
		color: #5d5d5d;
		font-family: Georgia, "Times New Roman", Times, serif;
		
	}
	
	.user-eventcalendar-pi1-event {
	margin-bottom: 5px;
	
}
.user-eventcalendar-pi1-event_date {
	text-align: right;
	width: 80px;
	border: none;
	padding: 6px;
	padding-right: 8px;
	vertical-align: top;
}
.user-eventcalendar-pi1-event_description {
	vertical-align: top;
	padding: 6px;
}

.user-eventcalendar-pi1-events-table {
	margin-top: 10px;
	text-align: left;
	font-size: 12px;
	color: #5d5d5d;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-collapse:collapse;
	width: 550px;
}
/* Event End */

/* Booking */
.user-bookingsystem-pi1 span {
	padding: 4px;
display: block;
}
.user-bookingsystem-pi1 label{
	font-size: 12px;
	color: #5d5d5d;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-weight: bold;
	display: block;
	float: left;
	width: 130px;
	text-align: right;
	margin-right: 10px;
}
.user-bookingsystem-pi1 input{
	font-size: 12px;
	color: #5d5d5d;
	font-family: Georgia, "Times New Roman", Times, serif;	
	border: 1px solid #c4c4c4;
	background-color: #ffffff;
	width: 300px;
}
.user-bookingsystem-pi1 select {
	font-size: 12px;
	color: #5d5d5d;
	font-family: Georgia, "Times New Roman", Times, serif;	
	border: 1px solid #c4c4c4;
	background-color: #ffffff;
}
.user-bookingsystem-pi1 input.smalli  {
	width: 30px;
}
.user-bookingsystem-pi1 input.smalli2  {
	width: 60px;
}

#booking_submit {
	width: 100px;
	background-color: #5d7ea7;
	color: #ffffff;
	text-align: center;
	margin-left: 180px;
}
#booking_submit_back {
	width: 100px;
	background-color: #5d7ea7;
	color: #ffffff;
	text-align: center;
	margin-left: 120px;
}
#booking_submit_next {
	width: 100px;
	background-color: #5d7ea7;
	color: #ffffff;
	text-align: center;
	margin-left: 20px;
	position: relative;
}
#booking_submit_final {
	width: 250px;
	background-color: #5d7ea7;
	color: #ffffff;
	text-align: center;

	margin-left: 150px;

}
#perschange {
	border: none;
	background-color: #ffffff;
	
	color: #0d3d76;
	text-decoration: underline;
	text-align: left;
	cursor: pointer;
	width: 50px;
	position: relative;
	top: 1px;
	
}
#buchchange {
	border: none;
	background-color: #ffffff;
	
	color: #0d3d76;
	text-decoration: underline;
	text-align: left;
	cursor: pointer;
	width: 50px;
	position: relative;
	top: 1px;
}
/* Booking End */
/* Textpic */
.csc-textpic {
	margin-left: 10px;
}
.csc-textpic-image {
	float: left;
	margin-right: 27px !important;
	margin-right: 10px;
}
.csc-textpic-image dt {
	width: 158px;
	height: 118px;
	background-image: url(/fileadmin/images/galerie_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.csc-textpic-image dt img {
	position: relative;
	top: 9px;
	left: 9px;
}
.csc-textpic-clear {
	clear: left;
	margin-bottom: 15px;
}
.csc-textpic-caption {
	text-align: center;
	color: #939393;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	display: block;
	
}
/* End Textpic */
.adresstext {
	color:#0d3d76;
	font-size:0.7em;
	position:relative;
	text-align:center;
	top:-20px;
}
.adresstext a {
	color:#0d3d76;
	text-align:center;
}
span.important {
	font-weight: bold;
	
}