@charset "utf-8";

/* CSS Document by Mader Andreas(anm@gmx.at), all rights reserved */
body {
	background-color: #FFE37C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

.floating_left {
	float: left;
}

.floating_right {
	float: right;
}

img.floating_left {
	float: left;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

img.floating_right {
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#border_left_right {
	width: 950px; /*+padding*/
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 0px; /*bottom seperat - andere Grafik*/
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	overflow: auto;
	background-image: url(../images/design/background.jpg);
	background-repeat: repeat-y;
	visibility: visible;
}

#border_bottom {
	width: 975px; /* +padding */
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background-image: url(../images/design/background_bottom.jpg);
	background-repeat: no-repeat;
	font-size: small;
	color: white;
	padding-top: 0;
	padding-right: 25px;
	text-align: right;
	line-height: 0.9em;
}

#border_top {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	background-image: url(../images/design/background_top.jpg);
	background-repeat: no-repeat;
	visibility: visible;
}

#inner {
	width: 950px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	visibility: visible;
	background-color: #FFFFFF;
}

#header {
	margin: 0;
	padding: 0;
	height: 165px;
	width: 950px;
}

#menu {
	width: 184px; /*+padding*/
	height: 449px;
	float: left;
	padding: 0;
	margin: 0;
	background-image: url(../images/design/menu.jpg);
}

div.menueintrag {
	font-weight: bold;
	font-size: 12px;
	display: block;
	color: white;
	line-height: 17px;
	margin-left: 10px;
}

div.menueintrag:hover {
	text-decoration: underline;
}

div.menueintrag a:link {
	color: white;
	text-decoration: none;
}

div.menueintrag a:active {
	color: white;
	text-decoration: none;
}

div.menueintrag a:visited {
	color: white;
	text-decoration: none;
}

#content {
	background-color: white;
	width: 760px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

/*Reise-Layout*/
div.travellistitem {
	width: 750px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #FFF1C0;
}

div.travellist_header {
	color: #FF6600;
	font-weight: bold;
	border-bottom: medium solid #FF982F;
	margin: 0px;
}

span.travellist_header_small {
	color: inherit;
	font-size: small;
}

div.travellist_body {
	color: black;
	margin: 0px;
	border: none;
	margin-top: 5px;
	font-size: smaller;
}

div.travellist_date {
	color: #FF6600;
	margin: 0px;
	border: none;
	font-size: smaller;
	font-weight: bolder;
}

div.travellist_price {
	color: #D86C01;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 6px;
}

div.travellist_more {
	color: #FF6600;
	font-weight: bolder;
	margin-top: 5px;
	font-size: smaller;
}

div.travellist_more a:link {
	color: #FF6600;
}

div.travellist_more a:visited {
	color: #FF6600;
}

div.travellist_image {
	float: right;
	padding: 3px;
}

div.travellist_clearer {
	clear: both;
	line-height: 0.1em;
}

/*show_tour*/
div.show_tour_info {
	width: 200px;
	float: right;
	background-color: #FFF1C0;
	border: #FF6600 thin solid;
	padding: 8px;
	color: black;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.show_tour_info h2 {
	font-weight: bold;
	font-variant: small-caps;
	color: #FF6600;
	font-size: medium;
	margin-top: 5px;
}

div.show_tour_info ul {
	margin: 0px;
	padding: 0px;
}

div.show_tour_info li {
	margin-left: 15px;
	line-height: 1.2em;
	font-size: small;
	margin-bottom: 4px;
	list-style: url(../images/arrow.png);
}

div.show_tour_info div.date {
	padding-left: 5px;
	font-size: small;
	font-weight: bold;
}

div.show_tour_info div.price {
	font-size: medium;
	color: #D86C01;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 6px;
}

div.show_tour_info div.info {
	font-size: x-small;
	margin-top: 6px;
}

div.header_tour {
	width: 530px;
	color: #FF6600;
	font-weight: bold;
	border-bottom: medium solid #FF982F;
	margin: 0px;
}

div.content_tour {
	color: black;
	padding: 5px;
	font-size: 1em;
}

/*Styles for the self-editing region*/
div.content_tour h1 {
	color: #FF6600;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 5px;
	margin-top: 5px;
}

div.content_tour h2 {
	color: #FF6600;
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 5px;
	margin-top: 5px;
}

div.content_tour h3 {
	color: #FF6600;
	font-size: small;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 5px;
	margin-top: 5px;
}

div.content_tour ul{
	list-style-position: inside;
	margin-left: 10px;
}

a.back:link {
	color: #FF6600;
	font-size: 1em;
	font-weight: bold;
	line-height: 2em;
}

a.back:visited {
	color: #FF6600;
	font-size: 1em;
	font-weight: bold;
	line-height: 2em;
}

div.previewpicture_tour {
	float: left;
	margin: 5px;
}

div.imagelist_tour {
	float: left;
	width: 170px;
	height: 155px;
	text-align: center;
}

div.imagelist_tour a {
	display: table-cell;
	vertical-align: middle;
	height: 170px;
	width: 150px;
}

/*other designs*/
div #content h1 {
	color: #FF6600;
	font-variant: small-caps;
	font-weight: bold;
	font-size: x-large;
}

div #content h2 {
	color: #FF6600;
	font-variant: small-caps;
	font-weight: bold;
	font-size: large;
}

div #content h3 {
	color: #FF6600;
	font-variant: small-caps;
	font-weight: bold;
	font-size: medium;
}

div #content h4 {
	color: #FF6600;
	font-variant: small-caps;
	font-weight: bold;
	font-size: small;
}

#content {
	font-size: 12px;
}

#content a:link {
	color: #FF6600;
}

#content a:visited {
	color: #FF6600;
}

#content .linklist {
	float: left;
	border-right: thin black solid;
	margin-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content .haftung {
	font-size: x-small;
}

div #content div.header {
	width: 760x;
	color: #FDAE5F;
	font-weight: bold;
	border-bottom: thin solid #FC7F01;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 5px;
	font-size: medium;
}

/*Formulare:*/
div.formular br, div.formular p {
	/* Alle Zeilenumbrche in Formularen auswhlen */
	clear: left; /* das floating der labels und inputs aufheben */
}

div.formular label {
	padding-right: 1em;
	font-weight: bold;
	float: left;
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.formular input,select {
	display: block;
	float: left;
	width: 150px; /* Breite*/
	margin-top: 5px;
	margin-bottom: 5px;
}

div.formular textarea { /*for WYSIWYG im settings-file*/
	width: 350px;
	height: 200px;
}

div.formular input.button {
	width: 150px;
	margin-top: 20px;
	margin-right: 20px;
}

#content .korrekt {
	font-weight: bold;
	color: #00CC00;
}

#content .hinweis {
	font-weight: bold;
	color: #CC0000;
}

/*calendar*/
legend.calendar_legend {
	color: black;
	font-size: medium;
	font-weight: bold;
	line-height: 2em;
}

table#calendar {
	border-collapse: collapse;
	border: 1px solid black;
	width: 100%;
}

table#calendar th {
	width: 14%;
	font-size: small;
	border: 1px solid black;
}

table#calendar tr {
	height: 7em;
	border: 1px solid black;
}

table#calendar tr.header {
	height: 1em;
	border: 1px solid black;
}

table#calendar td {
	border: 1px solid black;
	vertical-align: top;
	font-weight: bold;
}

table#calendar td.not_used {
	border: 1px solid black;
	vertical-align: top;
	background-color: #999999;
	font-weight: bold;
}

div.calendar_date {
	font-size: x-small;
	color: #FF6600;
	border-bottom: 2px solid #00CC00;
	background-color: #FFF1C0;
	font-weight: normal;
	padding-bottom: 3px;
	padding-top: 3px;
}

img.cal_arrow{
	float: left; 
	margin: 5px;
}
