/* begin Page */
body
{
  margin: 0 auto;
  padding: 0;
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  background-color: #CA0606;
  color: #000000;
}
h2
{
    margin-top: 0px;
    padding-top: 0px;
    font-size: 18px;
}

.Main
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
table, th, td
{
  font-size: 1em; 
  padding: 0; 
  border-collapse: collapse;
}
a img
{ 
  border: 0; 
}
a
{
  color: #265273;
}
a:link
{
  color: #265273;
}
a:visited
{
  color: #183449;
}
a:hover
{
  color: #000090;
}
/* end Page */
/* begin Box, Sheet */
.Sheet 
{
  min-width:41px;
  min-height:41px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 950px;
  
  
}

.Sheet-body 
{
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 9px;
  text-align: left;
}


.Sheet-tl 
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tr 
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}

.Sheet-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -20px;
  width: 40px;
  height: 40px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-bl 
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.Sheet-bl div
{
  position: absolute;
  z-index: -1;
  top: -20px;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-br 
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
}

.Sheet-br div 
{
  position: absolute;
  z-index: -1;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tc 
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 20px;
  right: 20px;
  height: 20px;
}

.Sheet-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-bc 
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 20px;
}

.Sheet-bc div 
{
  position: absolute;
  z-index: -1;
  top: -20px;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-cl 
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 20px;
  left: 0;
  width: 20px;
  bottom: 20px;
}

.Sheet-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.Sheet-cr 
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 20px;
  right: 0;
  width: 20px;
  bottom: 20px;
}

.Sheet-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -20px;
  width: 40px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.Sheet-cc 
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-color: #FEE6E6;
}
.Sheet
{
  margin-top: 10px !important;
  margin-bottom: 3em;
  padding: 0 0 1em 0;
}
/* end Box, Sheet */
/* begin Header */
div.Header 
{
  margin: 0 auto;
  position: relative;
  width: 932px;
  height: 175px;
  background-image: url('images/Header.png');
  background-repeat: no-repeat;
  background-position: left top;
}
div.Header  div
{
  width: 100%;
  height: 100%;
  background-image: url('images/Header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}
/* end Header */
/* begin Logo */
.logo
{
  position: relative;
  left: 635px;
  top: 33px;
}
.logo td
{
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.logo-name
{
  font-size: 12px;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
}
.logo-name a
{
  text-decoration: none;
  color: #FFFFFF !important;
}
.logo-text
{
  font-size: 10px;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  color: #EEF3F6 !important;
}
/* end Logo */
/* begin Menu */
.menu, .menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}
.menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
}
.menu li:hover
{
  z-index: 10000;
  white-space: normal;
}
.menu li li
{
  float: none;
}
.menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}
.menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}
.menu li li:hover>ul
{
  top: 0;
  left: 100%;
}
.menu:after, .menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.menu, .menu ul
{
  min-height: 0;
}
.menu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}
.menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}
.nav
{
  position: relative;
  margin: 0  auto;
  width: 932px;
  height: 46px;
  z-index: 100;
}
.menu 
{
  padding: 12px 6px 0px 6px;
}

.nav .l, .nav .r, .nav .r div 
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 46px;
}

.nav .l 
{
  left: 0;
  right: 0px;
}

.nav .r 
{
  right: 0;
  width: 0px;
}

.nav .r div
{
  width: 932px;
  right: 0;
}

.nav .l, .nav .r div 
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/nav.png');
}
/* begin MenuItem */
.menu ul li
{
  clear: both;
}
.menu a , .menu a span
{
  height: 34px;
  display: block;
}
.menu a
{
  cursor: pointer;
  text-decoration: none;
  margin-right: 2px;
  margin-left: 2px;
  
}
.menu a
{
  background-image: url('images/item-left.png');
  background-position: left top;
  background-repeat: no-repeat;
}
.menu a span
{
  background-image: url('images/item-right.png');
  background-position: right top;
  background-repeat: no-repeat;
}
.menu a span span
{
  font-family: 'Arial';
  font-size: 18px;
  font-weight: Bold;
  font-style: normal;
  text-decoration: none;
  color: #D20404;
  padding: 0 12px;
  margin: 0 11px;
  line-height: 34px;
  text-align: center;
  background-image: url('images/item-center.png');
  background-position: left top;
  background-repeat: repeat-x;
  
}
.menu a:hover
{
  background-position: left -34px;
}
.menu li:hover>a
{
  background-position: left -34px;
}
.menu li:hover a span
{
  background-position: right -34px;
}

.menu a:hover span
{
  background-position: right -34px;
}

.menu a:hover span span
{
  color: #FFFFFF;
  background-position: left -34px;
}
.menu li:hover a span span
{
  color: #FFFFFF;
  background-position: left -34px;
}
.menu a.active
{
  background-position: left -68px;
}
.menu a.active span
{
  background-position: right -68px;
}
.menu a.active span span
{
  color: #D20404;
  background-position: left -68px;
}
/* end MenuItem */
/* begin ContentLayout */
.contentLayout
{
	margin-bottom: 6px;
	width: 100%;
	position: relative;
}/* end ContentLayout */
/* begin Button */
button.Button, a.Button
{
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  display: inline-block;
  overflow: visible;
  width: auto;
  cursor: default;
  white-space: normal;
  text-decoration: none;
}
.Button .btn 
{
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  z-index: 0;
  height: 29px;
  color: #265273;
}
.Button .t
{
  height: 29px;
  line-height: 29px;
  padding: 0 14px;
  text-align: left;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
.Button .active
{
  color: #FFFFFF;
}
.Button .hover 
{
  color: #F8FAFB;
}
.Button .active .r 
{
  top: -58px;
}
.Button .hover .r 
{
  top: -29px;
}
.Button .r 
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 6px;
  height: 87px;
}

.Button .r span
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width:409px;
  height: 87px;
}
.Button .active .l 
{
  top: -58px;
}
.Button .hover .l 
{
  top: -29px;
}
.Button .l 
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 6px;
  height: 87px;
}

.Button .l, .Button .r span  
{
  background-image: url('images/Button.png');
}
/* begin Box, Block */
.Block 
{
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
  
  
}

.Block-body 
{
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 0px;
  text-align: left;
}


.Block
{
  margin: 7px;
}
.Block table.table
{
  border-collapse: collapse;
  margin: 1px;
}
.Block table.table th, .Block table.table td
{
  padding: 2px;
  border: solid 1px #183449;
}
/* end Box, Block */
/* begin BlockHeader */
.BlockHeader
{
  position: relative;
  overflow: hidden;
  height: 30px;
  z-index: 0;
  line-height: 30px;
  padding: 0 10px;
  margin-bottom: 7px;
  text-align: left;
  color: #FFFFFF;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: Bold;
  font-style: normal;  
  text-decoration: none;
}
.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div 
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 30px;
}
.BlockHeader .l 
{
  left: 0;
  right: 6px;
}
.BlockHeader .r 
{
  right: 0;
  width: 6px;
}
.BlockHeader .r div
{
  width: 932px;
  right: 0;
}
.BlockHeader .l, .BlockHeader .r div 
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/BlockHeader.png');
}
/* begin Box, BlockContent */
.BlockContent 
{
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
  
  
}

.BlockContent-body 
{
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 10px;
  text-align: left;
  color: #000000;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;  
  text-decoration: none;
}
.BlockContent a
{
  color: #000000;
}
.BlockContent a:link
{
  color: #000000; 
}
.BlockContent a:hover
{
  color: #D20404;
}
.BlockContent a:hover:visited
{
  color: #D20404;
}
.BlockContent a:visited
{
  color: #A45656;
}
/* end Box, BlockContent */
/* begin LayoutCell */
.contentLayout .content
{
	position: relative;
	margin:0;
	padding:0;
	border:0;
	float: left;
	overflow: hidden;
	width: 79%;
}
/* end LayoutCell */
/* begin LayoutCell */
.contentLayout .sidebar1
{
	position: relative;
	margin:0;
	padding:0;
	border:0;
	float: left;
	overflow: hidden;
	width: 20%;
}
/* end LayoutCell */

.sidebar1 ul, .sidebar2 ul, .sidebar3 ul
{
   list-style: none;
   padding:0;
   margin:0;
}
.sidebar1 ul ul, .sidebar2 ul ul, .sidebar3 ul ul
{
   padding:0 0 0 10px;
}
#footer
{
	text-align: center;
}
.post h2 a 
{
	text-decoration: none;
}
.aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.commentlist li .avatar
{
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
#commentform textarea
{
	width: 100%;
	padding: 2px;
}
.hidden
{
	display: none;
}

.navigation
{
	display: block;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 3em;
}
/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

/* Add Styles */
input,textarea {border: 1px solid #d2b8b8;}
html{height:100%;margin-bottom:1px;}
#searchform input {width:180px;margin-bottom: 5px;}
.produkt-tabelle th{border-bottom:2px solid;padding:10px 8px;}
.produkt-tabelle td{border-bottom:1px solid;padding:6px 8px;}
.tabelle-1 td{padding:10px 10px;}
.tabelle-1 tr{vertical-align:top;text-align:left;}
.tabelle-2 td{padding:5px 5px;}
.tabelle-2 tr{vertical-align:top;text-align:left;}
.tabelle-3 td{padding-left:0px;}
.tabelle-3 td{padding-right:10px;}
.tabelle-3 tr{vertical-align:top;text-align:left;}
#commentform textarea{width: 98%;padding: 2px;}
p {
padding: 3px;
margin: 0;
}

fieldset {
border: 1px solid #d2b8b8;
}

.wpcf7-list-item {
width: 150px;
float: left;
text-align: left;
display: block;
}

p.airport-transfer {
background: #ca0606;
color: white;
font-size: 1.3em;
border: 1px solid #d2b8b8;
}

p.pflicht {
padding-top: 10px;
}

p.spam {
font-size: 0.8em;
}

p.kontakt {
font-size: 0.8em;
}

ul.service {
font-size: 0.8em;
list-style-position: inside;
list-style-type: square;
}

p.info {
padding-bottom: 20px;
}

fieldset.kontakt {
width: 260px;
}

#message {
width: 260px;
}

.wp-image-137 {
border: 5px solid #ca0606;
}

#infofield {
height: 40px;
}

#fieldsetinfo p {
padding: 0;
margin: 0;
}

