body {
	background-color: #ddd;
	background-image: url(../bilder/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a:focus {
	outline: 0;
}

#wrap {
	position: relative;
	left: 50%;
	margin-left: -480px;
	top: 50px;
	width: 961px;
}

#lastminute {
	cursor: pointer;
}

/***************************** Menu *****************************/

#menu {
	margin-left: -21px;
	overflow: hidden;
	clear:both;
}

#menu ul {
	list-style: none;
	height: 32px;
}

#menu li {
	float: left;
	margin: 21px 9px 0px 0px;
	padding-right: 2px;
	/*width: auto;*/
}

#menu li img {
	padding: 10px 0px 0px 5px;
}

/************************** Menu Hover **************************/

#menu_start, #menu_start_act {
	background-position: center;
	background-repeat: no-repeat;
	width: 82px;
	height: 32px;
}

#menu_start:hover, #menu_start_act {
	background-image: url(../bilder/act_start.png);
}

#menu_buchung, #menu_buchung_act {
	background-position: center;
	background-repeat: no-repeat;
	width: 235px;
	height: 32px;
}

#menu_buchung:hover, #menu_buchung_act {
	background-image: url(../bilder/act_buchung.png);
}

#menu_last, #menu_last_act {
	background-position: center;
	background-repeat: no-repeat;
	width: 176px;
	height: 32px;
}

#menu_last:hover, #menu_last_act {
	background-image: url(../bilder/act_last.png);
}

#menu_imp, #menu_imp_act {
	background-position: center;
	background-repeat: no-repeat;
	width: 72px;
	height: 32px;
}

#menu_imp:hover, #menu_imp_act {
	background-image: url(../bilder/act_imp.png);
}

#tel img {
	width: 159px;
	height: 18px;
	/*margin: -3px 0px 0px 128px;*/
	margin: -3px 0px 0px 81px;
}

#flaggen img {
	margin-left: -5px;
	margin-top: -5px;
}

/*************************** Schatten ***************************/

#shadow_top {
	width: 960px;
	height: 5px;
	margin-top: -5px;
	background-image: url(../bilder/shad_top.png);
	background-repeat: no-repeat;
}

#shadow_left {
	width: 5px;
	height: 533px;
	background-image: url(../bilder/shad_left.png);
	background-repeat: no-repeat;
	float: left;
}

#shadow_rigth {
	width: 6px;
	height: 533px;
	background-image: url(../bilder/shad_right.png);
	background-repeat: no-repeat;
	float: left;
}

#shadow_bottom {
	width: 960px;
	height: 5px;
	background-image: url(../bilder/shad_bott.png);
	background-repeat: no-repeat;
	float: left;
}

/**************************** Inhalt ****************************/

#contentbox {
	width: 961px;
}

#content {
	width: 950px;
	height: 533px;
	background-color: #fff;
	background-image: url(../bilder/gradient.gif);
	background-repeat: repeat-x;
	float: left;
}

#header {
	width: 950px;
	height: 314px;
	background-image: url(../bilder/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#header_small {
	width: 950px;
	height: 119px;
	background-image: url(../bilder/header_small.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

/************************* Kategorien **************************/

#kats div {
	position: absolute;
	left: 0px;
}

#inclusive {
	margin-left: -35px;
	width: 277px;
	height: 182px;
	background-image: url(../bilder/inclusive_k.png);
	background-position: center;
	background-repeat: no-repeat;
}

#inclusive:hover {
	width: 277px;
	height: 182px;
	background-image: url(../bilder/inclusive.png);
	z-index: 1;
	background-color: transparent;
}

#rundreisen {
	margin-left: 153px;
	width: 277px;
	height: 182px;
	background-image: url(../bilder/rundreisen_k.png);
	background-position: center;
	background-repeat: no-repeat;
}

#rundreisen:hover {
	width: 277px;
	height: 182px;
	background-image: url(../bilder/rundreisen.png);	
	z-index: 1;
	background-color: transparent;
}

#kreuzfahrten {
	margin-left: 341px;
	width: 277px;
	height: 182px;
	background-image: url(../bilder/kreuzfahrten_k.png);
	background-position: center;
	background-repeat: no-repeat;
}

#kreuzfahrten:hover {
	width: 277px;
	height: 182px;
	background-image: url(../bilder/kreuzfahrten.png);
	z-index: 1;
	background-color: transparent;
}

#staedtereisen {
	margin-left: 529px;
	width: 277px;
	height: 182px;
	background-image: url(../bilder/staedtereisen_k.png);
	background-position: center;
	background-repeat: no-repeat;
}

#staedtereisen:hover {
	width: 277px;
	height: 182px;
	background-image: url(../bilder/staedtereisen.png);
	z-index: 1;
	background-color: transparent;
}

#lastminute {
	margin-left: 718px;
	width: 277px;
	height: 182px;
	background-image: url(../bilder/lastminute_k.png);
	background-position: center;
	background-repeat: no-repeat;
}

#lastminute:hover {
	width: 277px;
	height: 182px;
	background-image: url(../bilder/lastminute.png);
	z-index: 1;
	background-color: transparent;
}

.preload {
	visibility: hidden;
	width: 0px;
	height: 0px;
}

/************************** Andere ***************************/

#magnet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #fff;
	text-align: right;
	margin-right: 6px;
	margin-top: -14px;
}

#magnet a, #imp a {
	color: #fff;
	text-decoration: none;
}

#magnet a:hover, #imp a:hover {
	text-decoration: underline;
}

#imp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #fff;
	text-align: left;
	margin-left: 6px;
}

/************************* Formular **************************/

form, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
}

form {
	margin: -13px 0px 0px 15px;
	padding: 0;
}

input {
	margin: 4px 0px 0px 0px;
}

select {
	margin: 4px 0px 0px 0px;
	width: 147px;
	/*height: 21px;
	background-color: transparent;
	border: 0;
	background-image: url(../bilder/input.png);
	background-repeat: no-repeat;*/
}

option {
	background-color: #fff;
}

textarea {
	width: 234px;
	height: 84px;
	margin-bottom: 10px;
	/*background-color: transparent;
	border: 0;
	background-image: url(../bilder/textarea.png);*/
}

form p {
	font-weight: bold;
	/*margin: 20px 0px 0px 0px;*/
	margin-bottom: 6px;
}

#buchung_a {
	float: left;
	width: 242px;
	height: 413px;
	background-color: #eaedee;
}

#buchung_b {
	float: left;
	width: 242px;
	height: 413px;
	background-color: #dadfe2;
}

#buchung_c {
	position: relative;
	float: left;
	width: 244px;
	height: 413px;
	/*background-color: red;*/
}

#buchung_bild {
	float: left;
	width: 192px;
	height: 413px;
}

#formular_a, #formular_b, #formular_c {
	/*padding-left: 35px;*/
	padding: 10px 0px 0px 32px;
}

.formular_button {
	background-color: transparent;
	background-image: url(../bilder/button.png);
	background-repeat: no-repeat;
	color: #fff;
	border: 0;
	width: 100px;
	height: 20px;
	padding-bottom: 4px;
	cursor: pointer;
}

/*.formular_felder {
	width: 147px;
	height: 20px;
	background-color: transparent;
	background-image: url(../bilder/input.png);
	background-repeat: no-repeat;
	border: 0;
}*/

input {
	color: #999;
}

/************************ Impressum *************************/

#impressum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
}

.anschrift {
	padding: 0;
	margin: 0;
	float: left;
	font-size: 10pt;
}

.text_fett {
	padding: 0;
	margin: 0;
	font-weight: bold;
	float: left;
}

#impressum_karte {
	position: absolute;
	top: 230px;
	margin-left: 55px;
}

#anschrift {
	position: absolute;
	width: 300px;
	top: 220px;
	margin-left: 82px;
	font-size: 11pt;
}

.anschrift_text {
	padding: 0;
	margin: 0;
}

.anschrift_text_fett {
	font-weight: bold;
}

#impressum_text {
	position: absolute;
	top: 220px;
	margin-left: 310px;
	width: 550px;
}

#impressum a {
	text-decoration: none;
	color: #000;
}

#impressum a:hover {
	text-decoration: underline;
}

/************************ Kontakt *************************/

#kontakt_text {
	margin-left: 15px;
	background: #dadfe2;
	width: 255px;
	padding: 10px;
	border-radius: 5px;
}

#map_canvas {
	position: absolute;
	margin-left: 305px;
	top: 190px;
}

#kontakt_text p {
	margin-bottom: 15px;
}

#kontakt_text h1 {
}

#fbalternativ {
	position: absolute;
	top: 10px;
	left: 10px;
}



input.error {
	border: 1px dotted red;
	background: #fdf7f7;
	color: #ff6464 !important;
}

.radioerror {
	color: red;
}

label {
	visibility: hidden !important;
	display: none !important;
}

#summary {
	position: absolute;
	top: 105px;
	left: 40px;
	height: 50px;
	width: auto;
	padding: 0 15px 0 15px;
	border-radius: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	color: red;
}

.summary-color {
	background: #fcdede;
	border: 1px solid red;
}