/* Farben
Blau:
Dunkel: #1A4A96
Mittel: #4778BF
Hell:   #B0CEEA
*/

  html {
    height: 100%;
  }
  body {
    height: 100%;
    font-family: sans-serif,Helvetica,Arial;
    margin: 0; padding: 0em;
    background-color: #FFFFFF;
    /*min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }
  div#container, div#footerBackgroundContainer {
    width: 920px;
  }
  div#container {
    /*height: 100%;*/
    margin: 0px auto;
    
    border: 1px hidden #FFFFFF;
    background-image: url(pics/background.gif);
    background-repeat: repeat-y;
  }
  #spacer, #header, #flags, #menu, #footer {
    margin-left: 20px; /* Der Schatten des BG-Images hat genau 8px links und rechts */
    margin-right: 20px;
  }
  div.spacer { /* ist notwendig, weil der Border des containers "hidden" ist */
    height: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  div#header {
    height: 220px;  
    border: 1px solid #4778BF;
    background-color: #4778BF;
  }
  
  /* FLAGS */
  div#flags {
    margin-top: 5px;
    margin-bottom: 7px;
    text-align: right;
  }
    div#flags, div#flags a img {
      height: 15px; }
    div#flags a img {
      width: 30px;
      border: 1px solid #4778BF;
      margin-left: 4px;  }
  
  div#menu {
    height: 30px;
    background-color: #4778BF;
    color: #FFFFFF;
  }
  div#content_section {
  }
    div#oneColumn {
      margin-right: 20px;
      margin-left: 20px;
      margin-top: 10px;
      padding: 10px;
      border: 1px solid #4778BF;
    }
    div#twoColumnLeft {
      width: 676px;
      margin: 10px 0px 10px 20px;
      padding: 10px;
      border: 1px solid #4778BF;
      float: left;
    }
    div#twoColumnRight {
      width: 160px;
      margin: 10px 20px 10px 10px; 
      padding: 5px;
      border: 1px solid #B0CEEA;
      background-color: #B0CEEA;
      float: right;
    }
  div#footer {
    margin-top: 10px;
    border: 1px solid #4778BF;
    background-color: #4778BF;
    text-align: center;
    clear: both;
  }
  div#footerBackgroundContainer {
    height: 20px;
    margin: 0px auto;
    border: 1px hidden #000000;
  }
  div.footerBg {
    float: left;
    height: 20px;
  }
  div#footerBgLeft {
    width: 20px;
    background-image: url(pics/background-footer-left.gif);
  }
  div#footerBgMiddle {
    width: 880px;
    background-image: url(pics/background-footer-middle.gif);
    background-repeat: repeat-x;  
  }
  div#footerBgRight {
    width: 20px;
    background-image: url(pics/background-footer-right.gif);
  }
  
  /* ALLGEMEIN */
  /* CONTENT */
  h1, h2 {
    color: #333333;
    text-shadow: #CCCCCC 2px 2px 4px;
  }
  h1 {
    font-size: 12pt;
  }
  h2 {
    margin-top: 30px;
    font-size: 11pt;
  }
  p, .bodytext, .tabelle_normal_zelle, .tabelle_normal_titel {
    font-size: 9pt;
  }
  p a, .bodytext a {
    color: #4778BF;
    text-decoration: none;
  }
  h1.align-center, h2.align-center, p.align-center {
    text-align: center;
  }
  p.csc-frame-frame1 {
    text-align: center;
	font-weight: bold;
	font-size: 12pt;
    padding: 10px;
	color: #FFFFFF;
    border: 5px solid #1A4A96;
	background: #4778BF;
  }
  p.csc-frame-frame1 a {
    color: #FFFFFF;
	text-decoration: underline;
  }
  p.csc-frame-frame1 a:hover {
    color: #FFFFFF;
	text-decoration: none;
  }
  
  p a:hover, .bodytext a:hover {
    text-decoration: underline;
  }
  div.indent {
    margin-left: 35px;
  }
  div#content_section li, #hinweise li  {
    font-size: 9pt;
  }
  .csc-textpic-caption {
    font-size: 9pt;
    font-weight: bold;
  }
  input {
    background-color: #FDFDFD;
	  border: 1px solid #B0CEEA;
  }
  input:focus {
    border: 1px solid #1A4A96;
  }
  
  .button {
	  background-color: #4778BF;
	  border: 1px hidden #4778BF;
	  color: #FFFFFF;
  	text-shadow: #333333 2px 2px 4px;
  	padding: 3px;
  }
  .button:hover {
    background-color: #333333;
    text-shadow: #999999 2px 2px 4px;
  }
  
  /* RESERVIERUNGSFORMULAR */
  #reservierungen {
    border-collapse: collapse;
  }
  #reservierungen td {
    padding: 3px;
    border-bottom: 1px solid #B0CEEA;
  }
  #reservierungen .tabelle_normal_titel {
    font-weight: bold;
  }
  #reservierungen .beschreibung {
    padding-left: 20px;
  }
  #bezahlung, #abholung, #abschliessen {
    border-collapse: collapse;
  }
  #bezahlung td, #abholung td, #abschliessen td {
    border: 1px solid #B0CEEA;
    padding: 4px;
  }
  #bezahlung .a, #abholung .a {
    width: 150px; }
  #bezahlung .b {
    width: 300px; }
  #bezahlung .c {
    width: 250px; }
  #abholung .b {
    width: 560px;
  }
  #abschliessen {
    width: 730px; }
  
  
  /* HEADER */
  
  div#headerbilder {
    overflow: hidden;
    height: 95px; width: 850px;
    margin: 14px auto;
    background: #FFFFFF;
  }
  div.headerbildbox {
    float: left;
    height: 93px; width: 141px;
    margin: 0px;
  }
  div.headerbildbox img {
    
  }
  div#banner {
    height: 79px; width: 850px;
    margin: 14px auto;
    text-align: center;
    background-color: #1A4A96;
  }
  
  /* MENU */
  #menu ul
  {	margin: 0;
	  padding: 0; }

	#menu ul li, #menu ul li span
	{	float: left;
		list-style: none;
		font: 12px Arial;
    background-color: #4778BF; }
  
	#menu ul li a, #menu ul li div a, #menu ul li.spc
	{	display: block;
		padding: 7px 12px 8px 12px;
		text-decoration: none;
		color: #FFFFFF;
    text-shadow: #333333 2px 2px 4px; }
    
  #menu ul li a, #menu ul li div a, #menu ul li.spc {
    border-right: 1px solid #B0CEEA;
  }

	#menu ul li a:hover, #menu ul li div a
	{	color: #FFFFFF;
    background: #333333;
    text-shadow: #999999 2px 2px 4px; }
		
		#menu ul li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white; }
		
			#menu ul li ul li
			{	float: none;
				display: inline; }
			
			
      #menu ul li ul li a
			{	width: auto;
				background: #4778BF;
        border-bottom: 1px solid #B0CEEA; }
	 
	#touristnavigation {
    float: right;
    border-left: 1px solid #B0CEEA;
  }
    
  /* CONTENT_RIGHT */
  div#submenu_titel {
    font-size: 11pt;
    font-weight: bold;
    color: #333333;
    text-shadow: #CCCCCC 2px 2px 4px;
    margin-bottom: 4px;
  }
  
  div#submenu {
    margin-bottom: 15px;
    /*border: 1px solid #000000;*/
  }
  #submenu ul {
    margin: 0px; padding: 0px;
    color: #4778BF;
    /* color: #1A4A96;*/
  }
  #submenu li {
    list-style: square;
    list-style-position: outside;
    margin-left: 15px;
    font-size: 9pt;
  }
  #submenu li a {
    text-decoration: none;
    color: #333333;
  }
  #submenu li a:hover {
    text-decoration: underline;
  }
  div#below_submenu {
    /*border: 1px solid #000000;*/
  }
    
  /* FOOTER */
  #footer ul {
    margin: 0px 0px 3px 0px; padding: 0px;
  }
  #footer li {
    margin: 0px 10px;
    list-style: none;
    font-size: 9pt;
    display: inline;
  }
  #footer li a {
    text-decoration: none;
    color: #FFFFFF;
    text-shadow: #333333 2px 2px 4px;
  }
  #footer li a:hover {
    text-decoration: underline;
  }
  
  /* TABLE ERÖFFNUNGSPAARE */
  
  .t_eroeffnungspaare td {
    font-size: 9pt;
    padding: 2px 30px 0px 0px;
  }
  
  /* TABLE PREISE */
  
  table.t_preise, table.t_preise td {
    font-size: 9pt;
    border-spacing: 0px;
    padding: 0px;
  }
  table.t_preise td {
    border-bottom: 1px solid #B0CEEA;
  }
  table.t_preise .td-0 {
    padding: 3px 30px 3px 0px;
  }
  
  