@charset "utf-8";
/* CSS Document 
Projekt: Homepage Fjordturnier
Datum Erstellung 6.5.2014
Autor: Beatrice VanMasnhoven
Letzte Korrektur: 19.3.2016
*/

/*
=======================
Inhaltsverzeichnis

Allgemein
Header
Navigation-Left
Content
Navigation-Top
Sidebar
Footer



=======================
*/



/*
=======================
Allgemein
=======================
*/
* { 
margin: 0; 
padding: 0; 
}

/*Scrollbalken erzwingen*/
html{
  height: 101%;7
}

body {
  background-color: #fefaf1;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #666;
}
h1 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 200;
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 30px;
}
h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 200;
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 30px;
}
h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 200;
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 25px;
}
strong {
  font-weight: 600;
}

#wrapper {
  height: auto;
  min-height: 840px;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fefaf1;
}

/*
=======================
Header
=======================
*/
#header {
  height: 250px;
  width: 980px;
  float: left;
  z-index: 0;
}
#header-bild {
  background-image: url(../bilder/header-verpflegung.jpg);
  height: 200px;
  width: 980px;
  margin-top: 60px;
  z-index: 100;
}
#logo {
  float:left;
  height: 226px;
  width: 244px;
  z-index: 200;
  position: absolute;
  vertical-align: top;
}



/*
=======================
Navigation-Left
=======================
*/

#navi-li {
  float: left;
  width: 150px;
  font-size: 16px;
  font-style: normal;
  line-height: 45px;
  font-weight: 500;
  color: #8d9350;
  padding-top: 20px;
  min-height: 200px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-variant: small-caps;
}
#navi-li a {
  text-decoration: none;
  color: #8d9350;
  padding-top: 5px;
  padding-bottom: 5px;

}
#navi-li ul li {
  list-style-type: none;
}

#navi-li a:hover {
  color: #835e45;
  background-color: #f4f0e8;
  background-repeat: no-repeat;
}
#login {
  width: 120px;
}

/*
=======================
Content
=======================
*/

#content {
  float: left;
  width: 540px;
  min-height: 500px;
  margin-top: 10px;
  padding-top: 17px;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: lighter;
  line-height: 23px;
  text-align: left;
  font-style: normal;
}

#content a{
  color: #8d9350;
  text-decoration:none;
}
#content a:hover{
  color: #000000;
}
#breadcrumb {
  font-size: 12px;
}
#content ul {
  margin-left: 20px;
  list-style-type: disc;
}
#content ul ul{
  margin-left: 30px;
  list-style-type: disc;
}

#content iframe {
  float: right;
  border: 1px solid #666;
}

#b-kontakt form {
  margin-top: 20px;
}
#content img {
  float:left;
  border: 2px solid #835e45;
  margin: 0 15px 15px 0;
}
#content .imgpdf {
  border: none;
  margin: 0 5px 0 0;
  float:left;
}
#content td {
  padding-right: 60px;
}
.visform [class^="fieldset-"].active {
  display: block;
	border: none;
}

/*
==================
Navigation-Top
==================*/
#navi-top {
  width: 650px;
  font-size: 16px;
  color: #8d9350;
  padding-top: 2px;
  margin-bottom: 10px;
  height: 30px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-variant: small-caps;
}


#navi-top ul , #navi-top li{
  margin: 0;
  float: left;
  list-style-type: none;
  text-align: center;
  padding: 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #8d9350;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #8d9350;
}
#navi-top ul ul{
  position:absolute;
  z-index: 50;
  display: none;
}


#navi-top li {
  position: relative;
  padding-top: 0px;
  }

#navi-top a {
  text-decoration: none;
  text-align: center;
  line-height: 15px;
  color: #8d9350;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  vertical-align: middle;
}

#navi-top a:hover {
  color: #835e45;
  background-color: #f4f0e8;
}

/*
=======================
Sidebar
=======================
*/
#sidebar{
  top: 175px;
  margin-left: 745px;
  float:left;
  position: absolute;
  z-index: 500;
  min-height: 400px;
  width: 216px;
  background-color: #fefaf1;
  }
#bild-1{
  background-image: url(../bilder/sidebar-verpflegung-1.jpg);
  border: 3px solid #835e45;
  height: 158px;
  width: 206px;
  float: left;
  position: static;
  margin-top:2px;
  margin-left:2px;
  }
#bild-2{
  background-image: url(../bilder/sidebar-verpflegung-2.jpg);
  border: 3px solid #835e45;
  height: 158px;
  width: 206px;
  float: left;
  position: static;
  margin-top:15px;
  margin-left:2px;
  }

/*
=======================
Footer
=======================
*/
#footer {
  font-size: 10px;
  width: 735px;
  padding-top: 45px;
  font-style: italic;
  line-height: 14px;
  color: #666;
  bottom: 10px;
  clear: both;
  padding-left: 250px;
  padding-bottom: 20px;

}
#footer a {

  text-decoration: none;
  color: #666666;
}
#footer a:hover{
  color: #000000;
}