html {
height: 101%;
}

.clear {
clear: both;
}

body {
background-color: #29316a;
background-image: url(../img/background-gradient.gif);
background-repeat: repeat-x;
font-family: Verdana,Arial,sans-serif;
font-size: 0.7em;
margin: 0px;
padding: 0px;
}


/* Layout

-----------------------------------------------

*/
#wrapper {
width: 990px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
background-color: #FFFFFF;
padding: 0px 0px 50px 0px;
/* background-image: url(../img/leftCol-bild1.jpg); */
background-repeat: no-repeat;
background-position: left bottom;
}


#imageContainer {
  -moz-pacity: 1;
  opacity: 1;
  filter:alpha(opacity=100);
  position: relative;
  z-Index: 5;
  margin-top: -20px;
}

#lastImage {
  position: absolute;
  top: 0px;
  z-Index: 0;
}




#leftCol {
float: left;
width: 240px;

}

#centerCol {
float: left;
width: 450px;
margin-top: 40px;
margin-left: 20px;
padding-bottom: 50px;
line-height: 1.4em;
color: #333C52;
}

#rightCol {
float: left;
width: 210px;
margin-left: 50px;
margin-top: 40px;
}




/* Header

-----------------------------------------------

*/

#header {
margin-top: 0px;
padding: 0px;
height: 181px;
display: block;
width: 100%;
}

#meta-navi {
width: 980px;
height: 18px;
color: #FFFFFF;
font-weight: normal;
padding-top: 1px;
padding-right: 10px;
text-align: right;
z-Index: 50;
position: absolute;
}

#xtra-navi {
position: relative;
top: 145px;
width: 980px;
height: 18px;
padding-right: 10px;
text-align: right;
color: #FFFFFF;
font-weight: normal;
z-Index: 50;
}

#meta-navi a, #xtra-navi a {
color: #FFFFFF;
font-weight: normal;
}

/* Structure

-----------------------------------------------

*/


/* Menu

-----------------------------------------------

*/

#menu {
margin-left: 20px;
margin-bottom: 500px;
}

#menu-top {
width: 183px;
height: 10px;
background-image: url(../img/menu-top.gif);
background-repeat: no-repeat;
}

#menu-body {
background-color: #0084c7;
width: 183px;
font-size: 0.8em;
}

#menu-bottom {
width: 183px;
height: 25px;
background-color: #0084c7;
background-image: url(../img/menu-bottom.gif);
background-repeat: no-repeat;
background-position: bottom;
}

#menu ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}

#menu ul li ul {
margin: 0px;
padding: 0px;
list-style-type: none;
border-top: 1px solid #73a7d4;
}

#menu li {
border-bottom: 1px solid #73a7d4;
}

#menu li:hover {
background-color: #2e9ed3;
}

#menu li.active {
background-color: #2E9ED3;
background-image: url(../img/menu_bg_active.gif);
background-repeat: no-repeat;
background-position: left top;
}

#menu a {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
display: block;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 15px;
}



#menu ul li ul li.active {
background-color: #66B3DC;
background-image: url(../img/menu_sub_bg_active.gif);
background-repeat: no-repeat;
background-position: left top;
}

#menu ul li ul li:hover {
background-color: #66B3DC;
}

#menu ul li ul li a {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
display: block;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 32px;
}




/* Sidebar

-----------------------------------------------

*/

.box-top {
width: 198px;
background-image: url(../img/box-top.gif);
background-repeat: no-repeat;
padding-left: 12px;
}

.box-main {
background-image: url(../img/box-background.gif);
background-repeat: repeat-y;
width: 196px;
padding-left: 14px;
padding-top: 10px;
padding-bottom: 10px;
}

.box-bottom {
width: 210px;
height: 10px;
background-image: url(../img/box-bottom.gif);
background-repeat: no-repeat;
}

.box h1 {
font-size: 1em;
font-weight: bold;
color: #FFFFFF;
padding-top: 4px;
padding-bottom: 4px;
margin: 0px;
}

.box-main h1 {
color: #032977;
}

.box {
margin-bottom: 15px;
}

/* Links

-----------------------------------------------

*/

a {
color: #3a83c3;
font-weight: bold;
text-decoration: none;
}

/* Pictures

-----------------------------------------------

*/

#centerCol .imageFull {
margin: 20px 0px 20px 0px;
}

#centerCol .imageLeft {
float: left;
margin-top: 5px;
margin-right: 15px;
margin-bottom: 10px;
}


/* Typo

-----------------------------------------------

*/

#centerCol h1 {
font-size: 8pt;
font-weight: bold;
color: #032977;
margin-bottom:20px;
margin-top: 0px;
}

#centerCol h2 {
font-size: 8pt;
font-weight: bold;
color: #609cce;
margin-bottom:20px;
margin-top: 0px;
}

#centerCol p {
line-height: 1.5em;
margin-top: 8px;
margin-bottom: 0px;
}

#centerCol .content {
margin-bottom: 20px;
}

#centerCol td {
font-size: 10px;
padding-top: 3px;
padding-bottom: 3px;
padding-right: 25px;
border-bottom: 1px solid #EAEAEA;
}


#centerCol .news h1 {
font-size: 8pt;
font-weight: bold;
color: #032977;
margin-bottom:0px;
margin-top: 0px;
}

#centerCol .news p {
margin-top: 0px;
}

#centerCol .news .imageFull {
line-height: 1.5em;
margin-top: 15px;
}

/* FORM

----------------------------------------------------

*/

input,textarea,select {
margin-top: 5px;
font-size: 1em;
padding-top: 2px;
padding-bottom: 2px;
background-color: #FFFFFF;
border-bottom: 1px solid #6DBBE7;
border-right: 1px solid #6DBBE7;
border-top: 1px solid #349ED1;
border-left: 1px solid #349ED1;
font-family: Verdana,Arial,sans-serif;
}

input[type=checkbox],input[type=radio] {
  border: none;
}

input[disabled],textarea[disabled],select[disabled] {
  border-color: #cccccc;
}

.button {
background-color: #349ED1;
color: #FFFFFF;
border: 0px;
padding-top: 1px;
padding-bottom: 1px;
}

#buchung {
  border: 1px solid #c3dcf2;
  width: 465px;
}

#buchung #message {
  color: #CC0000;
}

#buchung input {
  margin-top: 0px;
}

#buchung hr {
  border-style: solid;
  border-color:  #c3dcf2;
  border-width: 1px 0 0 0;
  height: 1px;
}

.buchung_radio {
  position: relative;
  top: 3px;
  border: none;
}

.buchung_checkbox {
  border: none;
}

.buchung_submit {
  background-color: #3983c2;
  border: none;
  color: #ffffff;
  font-size: 10px;
  cursor: pointer;
  float: right;
}

.buchung_submit:hover {
  background-color: #349ED1;
}

.buchung_head h1 {
  margin-bottom: 8px !important;
}

.buchung_head {
  background-color: #edf4fa;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 14px;
  padding-bottom: 10px;
}

.buchung_body {
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 14px;
  padding-bottom: 10px;
}

.buchung_left {
  width: 240px;
  float: left;
}

.buchung_right {
  width: 205px;
  float: left;
}

.buchung_left_a {
  width: 88px;
  float: left;
}

.buchung_left_b {
  width: 132px;
  float: left;
  margin-right: 17px;
}

.buchung_right_a {
  width: 86px;
  float: left;
}

.buchung_right_b {
  width: 120px;
  float: left;
}

.buchung_clear {
  clear: both;
  height: 8px;
}

.buchung_full {
  width: 447px;
}

/* GUESTBOOK

----------------------------------------------------

*/

#pages {
background-image: url(../img/bg_gb_headline.gif);
width: 433px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 3px;
font-weight: bold;
color: #00257A;
}

#pages img {
border: 0px;
margin: 0px;
padding: 0px;
float: right;
}

#pages a {
margin: 0px;
padding: 0px;
}

.pageNo {
color: #2D3953;
font-weight: normal;
}

.pageNoActive {
font-weight: bold;
}

.gbItemHead {
background-image: url(../img/bg_gb_headline.gif);
width: 433px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 3px;
font-weight: normal;
color: #00257A;
margin-bottom: 5px;
}

.gbItemHead a {
font-weight: bold;
color: #00257A;
}




/* FOG

----------------------------------------------------

*/

.fog_head {
background-image: url(../img/bg_gb_headline.gif);
background-repeat: repeat-y;
width: 443px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 3px;
font-weight: bold;
color: #00257A;
display: block;
}

.termine_table {
  border-collapse: collapse;
  margin-bottom: 40px;
}

.termine_table th{
  color: #609cce;
  font-weight: normal;
  text-align: left;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #609cce;
  padding: 2px 1px 6px 1px;
  white-space: nowrap;
}

.termine_table tbody tr {
  cursor: pointer;
}

.termine_table tbody tr:hover {
  background-color: #c2def4;
}

.termine_table tbody tr td {
  border-bottom: 1px solid #c2def4 !important;
  font-size: 1em !important;
}

.newsletter {
display: block;
float: left;
margin-top: 0px;
margin-bottom: 8px;
}

.newsletter .nlform {
width: 80px;
margin-right: 10px; 
}

.required { color: #CC0000; }
