
body {
  background-color: #FFFFF5;
  font-family: 'Titillium Web', sans-serif;
  text-decoration: none;
  font-size: 12pt;
  color: #333;
  /*width: 1000px;*/
}

#header {
  height: 150px;
  margin: 0px;
  background-color: #BBA993;
}

#menue_button {
  height: 50px;
  width: 11%;
  border-width: 1px;
  border-style: solid;
  border-color: #777;
  background-color: #555;
  float: left;
  padding: 2px;
}  

#top_menue_bar {
  height: 56px;
  margin: 0px;
  background-color: #555;
}  

#footer {
  height: 25px;
  margin: 0px;
  background-color: #555;
  font-family: 'Quattrocento Sans', sans-serif;
  text-decoration: none;
  font-size: 12pt;
  color: #EEE9E4;
}

#page {
        position: relative;
        width: 100%;
        /*min-height: 800px;*/
}

#center {
  margin: 0px 170px;
  padding: 10px 50px;
  min-height: 800px;
  background-color: ##EEE9E4;
}  

#left {
  padding: 30px 5px;
  position: absolute;
  top: 0px;
  left: 10px;
  width: 150px;
  /*height: 300px;*/
  background-color: ##EEE9E4;
  
}  

#right {
  padding: 30px 5px;
  position: absolute;
  top: 0px;
  right: 10px;
  width: 150px;
  /*height: 300px;*/
  background-color: ##EEE9E4;
  
  /*font-family: 'Titillium Web', sans-serif;*/
  font-family: 'Quattrocento Sans', sans-serif;
  text-decoration: none;
  font-size: 10pt;
  line-height: 100%;
  text-align: left;
  color: #7A5200;
}  

p {
  font-family: 'Titillium Web', sans-serif;
  text-decoration: none;
  font-size: 12pt;
  line-height: 150%;
  text-align: justify;
  color: #7A5200;
}  

h1 {
   font-family: 'Julius Sans One', sans-serif;
   text-decoration: none;
   font-size: 20pt;
   color: #555;
}
h2 {
  font-family: 'Julius Sans One', sans-serif;
  text-decoration: none;
  font-size: 12pt;
  color: #555;
}

/*table {*/
/*  font-family: 'Titillium Web', sans-serif;*/
/*  text-decoration: none;*/
/*  font-size: 12pt;*/
/*  line-height: 150%;*/
/*  text-align: justify;*/
/*  color: #7A5200;*/
/*} */

a {
  text-decoration: none;
  color: #BBB;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 12pt;
  /*text-transform: uppercase;*/
}

a:hover {
  text-decoration: none;
  color: #DDD;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 12pt;
  /*text-transform: uppercase;*/
}

a#aktiv {
  text-decoration: none;
  color: #FFF;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 12pt;
  /*text-transform: uppercase;*/
}

a#aktiv:hover {
  text-decoration: none;
  color: #CCC;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 12pt;
  /*text-transform: uppercase;*/
}

#side-button {
  width: 100%;
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-color: #777;
  margin-top: 10px;
  padding: 0px 0px 0px 5px;
}  

a#side {
  text-decoration: none;
  /*line-height: 200%;*/
  color: #555;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 10pt;
  /*text-transform: uppercase;*/
}

a#side:hover {
  text-decoration: none;
  color: #CCC;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 10pt;
  /*text-transform: uppercase;*/
}

a#side_active {
  text-decoration: none;
  color: #AAA;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 10pt;
  /*text-transform: uppercase;*/
}

a#side_active:hover {
  text-decoration: none;
  color: #CCC;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 10pt;
  /*text-transform: uppercase;*/
}

a#email {
  text-decoration: none;
  color: #7A5200;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 10pt;
  text-transform: lowercase;
}

ul {
  list-style-type: circle;
  list-style-position: outside;
  font-family: 'Titillium Web', sans-serif;
  text-decoration: none;
  font-size: 12pt;
  color: #7A5200;
}

