/* GENERAL */
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
}

a {
	text-decoration: none;
}

img {
	border: 0px;
}

table {
	width: 100%;
}

td {
	vertical-align: top;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 20px;
}

/* GENERAL */
body {
	background: url('../images/back.gif') repeat-y top left white;
}

div#container {
	height: 100%;
	width: 793px;
	margin: 0px 0px 0px 12px;
}

/* HEAD */
div#header {
	background: url('../images/header.jpg') no-repeat top left;
	height: 92px;
	position: relative;
}

a#logo {
	position: absolute;
	top: 18px;
	left: 13px;
	height: 60px;
	width: 350px;
}

a#logo span {
	display: none;
}

div#logoSubline {
	position: absolute;
	left: 402px;
	top: 40px;
	height: 30px;
	color: #356e8d;
	font-size: 14px;
}

a#headerSpecial {
	/*background: url('../images/headerSpecial.jpg') no-repeat top left;*/
	position: absolute;
	left: 607px;
	height: 92px;
	width: 127px;
}

a#headerSpecial span {
	display: none;
}

a#login {
	background: url('../images/login.gif') no-repeat top left;
	position: absolute;
	left: 738px;
	top: 0px;
	height: 20px;
	width: 55px;
}

#logout {
	background: url('../images/button.logout.gif') no-repeat top left;
	position: absolute;
	right:0px;
	top:0px;
	height:20px;
	width:64px;
}


a#login	span,
#logout span {
	display: none;
}


/* HEAD */ /* MAINNAVI */

#navi {

	background: no-repeat bottom center;
}
#navi ul {


}
#navi li {
	float: left;
	list-style-type: none;
	position: relative;

}

#navi li a {
	display: block;
	color: #fff;
}
li, ul {margin: 0; padding: 0;}

#navi li a:link,
#navi li a:visited,
#navi li a:hover,
#navi li a:active {
	color: #000;
	text-decoration: none;
	color: #fff;
}
#navi li a:hover {
	color: #fff;
}
#navi li li { padding: 3px; padding-left: 0px;margin-left: -15px; clear: left; }
#navi li ul {
	width: 160px;
	background-color: #366f8d;
	display: none;
	padding: 3px;
	left: 15px;
	position: absolute;
}
#navi li:hover ul {
	display: block;
}
#navi li li a {

}
#navi li li a:hover {


}


ul#navi {
	width: 100%;
	vertical-align: bottom;
	background-color: #366f8d;
	padding: 4px 0px 4px 0px;
	color: #FFF;

	height: 15px;
}

ul#navi a {
	color: #FFF;
	margin: 0px 18px 0px 18px;

}

ul#navi a.aktiv {
	color: #FFF;
}

/* MAINNAVI */ /* CONTENT */
div#content {
	background: url('../images/contentBack.gif') repeat-x top left;
	padding: 10px 0px 20px 0px;
}

/* REISEFILTER */
div#reisefilter {
	background-color: #d7dfe3;
	color: #356e8d;
}

div#reisefilter a.rfButton {
	display: block;
	background: url('../images/reisefilterButton.gif') no-repeat top left;
	height: 22px;
	width: 13px;
}

div#reisefilter a.rfButton span {
	display: none;
}

/* DROPDOWN */
div#reisefilter td {
	vertical-align: top;
}

html>body	div#reisefilter div.clipper {
	width: 140px;
	height: 22px;
	border: 0px solid #98c0fd;
	overflow: visible;
	font-size: 12px;
}

html>body	div#reisefilter div.clipper	select {
	padding: 0px 0px 0px 2px;
	display: block;
	width: 160px;
	height: 18px;
	border: none;
	font-size: 12px;
}

html>body	div#reisefilter div.clipper	option {
	font-size: 12px;
}

/* DROPDOWN */ /* REISEFILTER */
table.layoutTable {
	width: 773px;
}

div.breit {
	background-color: #fff;
	color: #356e8d;
	margin: 10px 0px 0px 0px;
}

div.text {
	padding: 0px 5px 5px 5px;
}

div.text a, div.text a:visited {
	color: #356e8d;
}

div.textB {
	padding: 5px;
}

div.textC {
	padding: 5px;
}

#content a,
.textC a {
	color:#356E8D;
	text-decoration:underline;
}

#content a:hover,
.textC a:hover {
	text-decoration:none;
}

div.textC p {
	margin: 15px 0px 0px 0px;
}

div.textB	h2 {
	margin: 5px 0px 0px 0px;
}

h1.reise {
	color: #ff8800;
}

img.floater {
	margin: 0px 20px 0px 0px;
}

a.detailsBreit {
	float: right;
	margin: 0px 0px 5px 5px;
	color: #356e8d;
	text-decoration: underline;
}

a.detailsRechts {
	color: #356e8d;
	text-decoration: underline;
}

div#rechteSpalte {
	color: #356e8d;
	padding: 0px 10px 0px 10px;
}

div#rechteSpalte h2 {
	margin-top: 5px;
}

div#rechteSpalte a.karte {
	display: block;
	color: #356e8d;
	text-decoration: underline;
}

.region {
	padding-left:10px;
}

div#reiseRechts {
	color: #356e8d;
	padding: 10px 0px 0px 10px;
}

table#reiseKopf td {
	color: #356e8d;
}

#reiseKopf {
	background:#FFFFFF;
}

a.photo {
	width: 49px;
	height: 60px;
	display: block;
	float: left;
	overflow: hidden;
	margin: 0px 2px 0px 0px;
}

a.reise {
	color: #fff;
	text-decoration: none;
	display: block;
	background: url('../images/button.right.back.gif') repeat-y top left;
	margin: 0px 0px 4px 0px;
}

a.reise span {
	color: #fff;
	text-decoration: none;
	display: block;
	background: url('../images/pfeil.gif') no-repeat 192px 4px;
	padding: 3px 0px 3px 10px;
}

a.reiseB {
	color: #fff;
	text-decoration: none;
	display: block;
	background: url('../images/button.oben.back.gif') repeat-y top left;
	margin: 0px 0px 4px 0px;
	width: 253px;
}

a.reiseB span {
	color: #fff;
	text-decoration: none;
	display: block;
	background: url('../images/pfeilB.gif') no-repeat 232px 6px;
	padding: 3px 0px 3px 10px;
}

a.reiseC {
	color: #fff;
	text-decoration: none;
	display: block;
	background: url('../images/button.unten.back.gif') repeat-y top left;
	margin: 0px 0px 4px 0px;
	width: 253px;
}

a.reiseC span {
	color: #fff;
	text-decoration: none;
	display: block;
	background: url('../images/pfeilB.gif') no-repeat 232px 6px;
	padding: 3px 0px 3px 10px;
}

/* CONTENT */ /* WERBUNG */
div#werbungRechts {
	position: absolute;
	left: 820px;
	top: 0px;
}

/* WERBUNG */ /* REISE DETAIL SEITE */
#detailSelect select {
	width: 250px;
}

.reiseunterseite .image {
	width: 150px;
}

.reiseunterseite h2 {
	font-size: 14px;
}

.reiseunterseite td {
	padding: 10px 0px 10px 0px;
	vertical-align:top;
}

.reiseunterseite .picrow {
	width:70px;
}

#inhalt {
	padding: 10px 120px 30px 25px;
}

#inhalt2 {
	padding: 10px 0px 30px 10px;
}
#inhalt2 H1 {
	padding-left: 15px;
}

.pageListing {
	/*width: 95%;*/
	text-align:center;
}

.pageListing a {
	/*display:block;*/
}

/*
.pageListing a {
	width: 30px;
}
*/

.error {
	color: #f00;
}

#standardForm {
	width: 450px;
}
#standardForm td {
	padding-bottom: 2px;
}

#inhalt li {
	margin-left:15px;
	padding:3px 0px 3px 0px;
}

body.popup {
	background:none;
}

body.popup div {
	padding:10px 0px 10px 0px;
}

body.gallery {
	background:none;
}

.suggest {
	margin:10px 0px 0px 0px;
	padding:10px;
	background:#fff;
}


#anreise table { width: 80%; border: 0px; padding: 0px; }
#anreise td { width: 33.3%; border: 0px; padding: 0px; }


.aktion .breit a {
	color:#356E8D;
}

#tellafriend {
	padding:20px 0px 0px 0px;
	display:inline;
}

#tellafriend input,
#tellafriend textarea {
	width:250px;
}

.error {
	color:#d00;
	padding:10px 0px;
}

hr {
	color:#356E8D;
	height: 1px;
}

.topright {
	position:absolute;
	top:0px;
	right:0px;
}

.toprigth2 {
	position:absolute;
	top:0px;
	right:35px;
}

.relative {
	position:relative;
}

#content .aktion a {
	text-decoration:none;
}

#content .textB a {
	text-decoration:none;
}

#rechteSpalte a {
	text-decoration:none;
}

.hinweis {
	padding:8px 0px;
}

#subPageButtons td {
	width:33%;
	padding:1px;
}

#subPageButtons a {
	text-align:center;
	background-color:#366F8D;
	color:#fff;
	display:block;
	padding:2px 0px;
}

#subPageButtons a.active {
	background-color:#FF8800;
}