@charset "utf-8";

body {
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
a {
	text-decoration:none;
	color:#000;
}
a img{
	border:0px;
}
input, textarea{
	width:250px;
}
input#btn_submit{
	width:150px;
	border: 1px  #666 solid;
	background-color: #CCC;
	color:#000;
	margin-top:10px;
	display:none;
}
input.button{
	width:80px;
	border: 1px  #666 solid;
	background-color: #CCC;
	color:#000;
	display:none;
}
input.smalltext{
	width:50px;
}
input.checker{
	width:auto;
	margin: 0px 3px 0px 0px;
}

td.spacer{
	border-bottom:1px #CCC solid;
	padding:0px 0px 0px 5px;
	width: 100%
}
td.nopadding{
	padding:0px 5px 0px 0px;
	color:#CCC;
}
td{
	padding:10px 0px 0px 10px;
}
h1{
	margin:0px;
	padding:15px 0px 0px 0px;
	height: 43px;
	font-size:24px;
	font-weight:100;
	color:#FFF;
}
#back_to_home_img{
	visibility:hidden;
}
#mainframe {
	min-width:920px;
}
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	padding-bottom:60px;
	width:100%;
	display:none;
}
#header_logo {
	background-image:url(../images/header_Logo.jpg);
	height: 108px;
	width: 352px;
	float:left;
}
#menu {
	float:right;
}
.menu_item_flughafenfransfer {
	color:#FFF;
	text-align:center;
	padding: 65px 0px 28px 9px;
	width:120px;
	float:right;
}
.menu_item_krankenfahrten {
	color:#FFF;
	text-align:center;
	padding: 65px 0px 28px 5px;
	width:120px;
	float:right;
}
.menu_item_feiern {
	color:#FFF;
	text-align:center;
	padding: 65px 0px 28px 6px;
	width:120px;
	float:right;
}
.menu_item_buchung {
	color:#FFF;
	text-align:left;
	padding: 65px 0px 28px 25px;
	width:118px;
	float:right;
}
#content {
	padding: 0px 0px 60px 0px;
	min-width:700px;
}
#footer {
	text-align: center;
	display:none;
}
#content_left {
	text-align:right;
	width:55%;
	float: left;
	background-image:url(../images/title_bg.jpg);
	background-repeat:repeat-x;
}
#content_right {
	padding-left:5%;
	float: left;
	display:none;
}
#content_left_text {
	padding: 15px 10px 0px 20%;
	text-align:right;
}
#content_spacer_left {
	background-image: url(../images/title_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 5%;
	height: 58px;
}
