/* CSS Document */
/*##############################################*/
/* css.css */
/* template: gasthof-am-see */
/* Copyright by Claus Bensen */
/* developed by Fischer & Lohsen IT */
/*##############################################*/

/* Stylesheet zum Aufbau des Templates */

body {
  margin:0;
  }

.clearBoth {
  clear:both;
  }

#topFull {
  width:100%;
  height:200px;
  background-color:#1259ac;
  }

#top {
  width:980px;
  height:100%;
  background-color:#fff;
  margin:auto;
  }

#logo {
  width:331px;
  height:134px;
  background-image:url(images/logo-gasthof-am-see.jpg);
  float:left;
  margin:22px 0 0 40px;
  }

#navigationTop {
  width:auto;
  height:auto;
  float:right;
  margin: 125px 30px 0 0;
  }

#headerFull {
  width:100%;
  height:330px;
  background-color:#098ba3;
  }

#header {
  width:980px;
  height:100%;
  background-color:#fff;
  margin:auto;
  }

#mainpart {
  width:980px;
  height:100%;
  background-color:#ccc;
  margin:auto;
  }
  
#left {
  width:255px;
  height:auto;
  float:left;
  margin:30px;
  }

#navigationLeft {
  width:auto;
  height:auto;
  background-color:#fff;
  }

#bilder {
  width:100%;
  height:auto;
  margin: 30px 0 0 0;
}

#content {
  width:635px;
  height:auto;
  float:right;
  margin:30px 30px 30px 0;
  }