body {
padding: 0;
margin: 0;
font-size: 16px;
font-family: Verdana;
color: #000080;
    font-weight: normal;
  background-image: url(../design/bg_list_2.jpg);
  background-repeat: repeat; 
background-color: #000080;
  }

ul, ol, dl {
	margin: 0;
}
p {
    padding: 1%;
}

h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.4em;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	padding-left: 12px;
	color:#000080;
	text-align: left;
	margin-bottom: 15px;
	text-decoration: none;
}
h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	font-variant: small-caps;
	letter-spacing: 0.11em;
	padding-left: 8px;
	color: #000080;
	text-align: left;
}
h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-variant: small-caps;
	letter-spacing: 0.10em;
	padding-left: 8px;
	color: #000080;
	text-align: left;
}
h4 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	font-variant: small-caps;
	letter-spacing: 0.10em;
	padding-left: 8px;
	color: #000080;
	text-align: left;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: initial;
}
a:link {
	font-family: Verdana;
	color: #000080;
	font-size: 1em;
	text-decoration: none;
}
a:visited {
	color: #000080;
	text-decoration: none;
}
a:active {
	color: #000080;
	text-decoration: none;
}
a:hover {
	color: #000080;
	opacity:0.7
	text-decoration: underline;
}
a img {
	border: none;
}

textarea {
	color: #000080;
	font-size: 12px;
	font-family: "Arial Narrow";
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid #000080;

}

#wrapper {
	margin: 0 auto;
	width: 100%;

}
#inhalt{
    float: left; 
    background-color: #FFFFFF;
    width: 100%;
    margin-top: 15px;
    border-left: 5px  solid #000080;
    border-right: 5px  solid #000080;
   
   
}
#header{
	background: white;
	height: 100%;
	float: left;
	width: 100%;
    padding-bottom:15px;
    padding-top: 10px;
}
#header .h1{
font-family: Verdana ;
	font-size: 26px;
	letter-spacing: 0.2em;
	margin-top:28px;
	color:#990000;
	text-align: left;
	text-decoration: none;
	text-shadow: 1px 2px 2px #432A96;
	margin-left:20% ;
	
 }
#header .untertitel{
   	font-size: 18px;
   	letter-spacing: 4px;
      color: #000080;
   margin-left:20% ;
   font-weight: bold;
} 
.logo{

	height: 150px;
	float: left;
	width: 210px;
	margin-left: 40px;
	background-image: url(../design/logo.jpg);
	background-repeat: no-repeat;

}
#balken{
	background: #000080;
	height: auto;
	float: left;
	width: 100%;

}
/* navi unten */
a.menulink:link, a.menulink:visited, a.menulink:active {
	display: inline;
	padding: 6px;
	font-family: Verdana;
	font-size: 16px;
	color: #000080;
	text-align: left;
	text-decoration: none;
}
a.menulink:hover {
	opacity:0.5;
	
}
#content{
	background: #ffffff;
	float: left;
	width: 100%;
}   


#sidebar{
	background:top;
    height: auto;
	float: right;
	width: 100%;

}
#subnavigation{

    height: auto;
	float: left;
	width: 100%;
	
}
.box{
    width: 100%;
    margin-bottom: 2%;
    border-bottom:1px  solid #000080;
}
#balken-unten{
	height: auto;
	text-align: center;
	float: left;
	width: 98%;
	background-color: #FFFF7F;
		background-image: url(../design/bg_list_3.jpg);
	background-repeat: repeat-x;
	padding: 1%;
	border-top : 1px solid #000080;

}
#footer{
	background: #FFFF7F;
	height: 50px;
	line-height: 50px;
	float: left;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #000080;
	background-image: url(../design/bg_list_3.jpg);
	background-repeat: repeat-x;

   
 
	

}
.copyright {
  font-size: 14px;
  font-family: Impact;
  font-style: normal;
  color: #000080;
  text-align: center;
}
.copyright a {
  font-size: 14px;
  font-family: Impact;
  font-style: normal;
  color: #CC0000;
  text-decoration: none;
}
.copyright a:hover {
 opacity:0.5;
}
@media all and (max-width:640px){
.box{
    visibility: hidden;
    height: 0px;
}


}
@media only screen and (min-width: 768px) {
/*  CSS für Smartphones (Landscape) & kleine Tablets */

#content{
	width: 60%;
}
#balken{
	width:100%;
	height: 100%;

}
#sidebar{

	width: 20%;
	height: auto;  
}
#subnavigation{
  	width: 20%;
    height: auto;  
}
#footer{
	width:100%;
	height: 100%;

}

}


@media only screen and (min-width: 1024px) {
/*  CSS für Tablets (Landscape), Laptops  */

#wrapper {
	max-width: 1452px;
}


#content{

	width: 60%;
	margin-left: 20%;
}

#sidebar{
	height: auto;
	width: 20%;
}
#subnavigation{
  	width: 20%;
  	height: auto;
}
#footer{
	width:100%;
	height: 100%;

}
#balken{
	width:100%;
	height: 100%;

}

}
