BODY   {
        color: #ffffff;
        margin: 0 0 0 0;
        background-color: #f3f7fb;
        font-family: Arial, sans-serif;
        font-size: 12px;
        line-height: 16px;
       }

	  

td     {
		vertical-align: top;
        font-size: 12px;
       }

   
img    {
        border: 0;
       }

a      {   
        text-decoration: underline;
		color: #ffffff;
       }

links  { 
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
       }

h1     {
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
        margin: 0 0 0 0;
        padding: 0 0 15px 0;
       }

h2     {
        font-size: 14px;
        font-weight: bold;
        color: #ffffff;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
       }

h3     {
        font-size: 18px;
        font-weight: bold;
        color: #BDD706;
        margin: 0 0 0 0;
        padding: 0 0 15px 0;
       }
       
h4     {
        font-size: 12px;
        color: #ffffff;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
       }

#upper_line  {
        width: 100%;
        background-color: #f3f7fb;
        margin: auto; /* Div soll zentriert werden */
		 height: 8px;
        overflow: hidden;
       }
	   
#lower_line  {
        width: 100%;
        background-color: #f3f7fb;
        margin: auto; /* Div soll zentriert werden */
		height: 30px;
        overflow: hidden;
       }

#main  {
        margin: auto; /* Div soll zentriert werden */
		width: 1000px;
        background-color: #032950;
        min-height: 350px;
        height: auto;
        box-shadow: 0px 2px 10px #666;
       }

#headbar  {
        height: 100px;
        background-color: #ffffff;
        margin: 0 0 0 0; 
       }

#wappen{
        margin: 15px 20px 20px 20px;
        float: left;
       }

#logo  {
        margin: 10px 15px 0px 5px;   /* top,right,left,bottom  */
        float: right;
       }

#navi  {
        float: left;
        width: 250px;
        margin: 20px 0 20px 20px;
       }

#content_start {
        margin-top: 30px;
		}

#content {
        width: 100%;
        float: left;
        background-color: #032950;
        box-shadow: 0px 10px 10px #666;
        }

#content_inner {
        margin-left: 80px;
        margin-top: 10px;
		margin-right: 80px;
		text-align: justify;
       }
       
#footline {
        height: 30px;
        background-color: #ffffff;
        margin: 0 0 0 0;
        margin-top: 5px;
        color: grey;
        font-size: 10px;
		line-height: 28px;
        text-align: center;
       }

#termine_object {
background-color: #032950;
width:75%;
height: 600px;
overflow: hidden;
margin-left: 100px;
}

#geschichte_left {
        float: left;
        width: 240px;
        font-weight: bold;
        line-height: 24px;
		margin-right: 40px;
       }

#mitglied_left {
        float: left;
        width: 270px;
        font-weight: bold;
        line-height: 24px; 
        margin-right: 20px;
       }

#mitgliedinfo_left {
        float: left;
        width: 350px;
        font-weight: bold;
        line-height: 24px;
        margin-left: 80px;
       }

#vorstand_left {
        float: left;
        width: 300px;
        font-weight: bold;
        line-height: 24px;
        text-align: right;
        padding: 0 20px 0 0;
        margin-left: -180px;
       }

#vorstand_right {
        float: left;
        width: 300px;
        font-weight: bold;
        line-height: 24px;
       }


#instrumente_left {
        margin-left: 40px;
       }

#termine_left {
        float: left;
        line-height: 24px;
        font-size: 12px;
		margin-left: -300px;
       }

#termine_right {
        float: left;
        width: 450px;
        font-weight: bold;
        line-height: 24px;
		text-align: left;
        font-size: 12px;
       }

#termine_right_below {
        float: left;
        width: 450px;
        font-weight: bold;
        line-height: 24px;
		text-align: left;
        font-size: 10px;
       }

#musikerlied {
        float: left;
        width: 400px;
        font-weight: bold;
        line-height: 24px;
        margin-left: 80px;
       }

#gaestebuch {
        float: left;
        width: 600px;
        margin-left: 80px;
		margin-bottom: 50px;
       }

#archiv_left {
        float: left;
        width: 300px;
        font-weight: bold;
        line-height: 24px;
        margin-left: 80px;
       }

#archiv_right {
        float: left;
        width: 300px;
        font-weight: bold;
        line-height: 24px;
       }

#jugend_left {
        float: left;
        width: 350px;
        padding: 0 40px 0 0;
       }

#jugend_right {
        float: left;
        width: 350px;
       }
	   
#weinfest_left {
        float: left;
        width: 300px;
        margin: 0 40px 0 0;
       }

#weinfest_right {
        float: left;
        width: 300px;
       }
	   
* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
}

/* hide the checkbox and the label */
input#responsive-nav,
label.responsive-nav-label {
  display: none;
}

nav {
  float: left;
  width: 100%;
  background: #032950;
  font-size: 16px;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav a {
  display: block;
  color: #fff;
  text-decoration: none;
}

nav ul li {
  position: relative;
  float: left;
  list-style: none;
  color: #fff;
  transition: 0.5s;
}

nav ul li a {
  padding: 10px;
}

nav ul > li.submenu > a:after {
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
}

nav ul ul li.submenu > a:after {
  margin-left: auto;
  margin-right: -10px;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

nav ul li:hover {
		border: 0px solid #54993f;
        background: #bdd706;
        color: #f3f7fb;
		border-radius: 2px;
}

nav ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
  background: #032950;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

nav ul ul li {
  float: none;
  width: 200px;
  border-bottom: 1px solid #555;
}

nav ul ul li a {
  padding: 10px 20px;
}

nav ul ul li:last-child {
  border-bottom: none;
}

nav ul li:hover > ul {
  border: 0px solid #bdd706;
        color: #bdd706;
  top: 100%;
  left: 0;
}

nav ul ul li:hover > ul {
  top: 0;
  left: 200px;
}

/* Declarations for the responsive menu */

@media screen and (max-width: 300px) {
  
* {
  font-size: 14px;
}
  
label.responsive-nav-label {
  position: relative;
  display: block;
  padding: 10px;
  background: #032950;
  cursor: pointer;
  color: #fff;
}
  
label.responsive-nav-label span {
  margin-right: 10px;  
}

nav {
  position: absolute;
  top: -9999px;
  padding: 10px;
}

input#responsive-nav[type=checkbox]:checked ~ nav {
  position: relative;
  top: 0;
}

nav a:after {
  display: none;
}

nav li {
  float: none;
  width: 100%;
  border-bottom: none; 
}
  
nav li a {
  margin-bottom: 5px;
  padding: 10px 10px; 
  background: #032950;
}
  
nav ul li:hover {
  background: none;
}
  
nav ul li a:hover {
  background: #bdd706;
}
  
nav ul ul {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  background: none;
  box-shadow: none;
}
  
nav ul ul li {
  padding-left: 10px;
}
