*	{
	margin:0;/* setze außenabstände auf null*/
	padding:0;
	border:0;
	}
html, body {
	background-size: cover;
}
body 
	{font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:normal;
		/*background-image:url("../bilder/hintergrund-palette2.jpg");
	background-attachment:fixed;*/
	}

div#container{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
height:auto;
	/*border:1px solid ;
	border-color:   #0cf;+*/
	}
div.bilderleiste{
	width:360px;
	float:left;
	}
.bild_a	{
	width:100%;
margin-bottom:5px;
	
	}
.bilder{
	max-width:100%;
	
	}
h1 	 
	{	
	color:  #000;
	font-size:10px;
	line-height:10px;
	text-indent:-9999px;
	}
h1 a:link,h1 a:visited{
	color:  #3cf;
	text-decoration:none;
	}
h1 a:link,a:hover,h1 a:link,a:focus{
	color: #3cf;
}


	
h2{
	color: #333;
	font-size:1.1em; 
	letter-spacing:0;
	font-weight:normal;
	max-width:450px;
	margin-top:15px;
	padding-bottom:10px;
	}
h4{
	color: #666;
	font-size:1.1em; 
	letter-spacing:0;
	line-height: 1.6em;
	font-weight:normal;
	text-align: center;
	}

h5{
	color: #333;
	font-size:1.2em; 
	letter-spacing:0;
	font-weight:normal;
	text-align: center;
	width:170px;
	}

ul.left2{

	text-decoration:none;
	list-style:none;
	padding-top:10px;
	padding-left:20px;

	font-size:1.0em;
	line-height:1.4em;
}
.left2 li a:link,.left2 li a:visited{
	color: #666;
	text-decoration:none;
	list-style:none;
}

.left2 li a:hover,.left2 li a:focus{
	color:#999;
}

ul.main{

	text-decoration:none;
	list-style:none;
	margin-top:0px;
	margin-left:0px;
	font-size:16px;
	line-height:22px;


}
.main li a:link,.main li a:visited{
	color: #333;
	text-decoration:none;
	list-style:none;
}

.main li a:hover,.main li a:focus{
	color:#999;
}


/*
	Link im Menu der aktiven Seite
*/
.left li a.menue_aktiv:link,.left li a.menue_aktiv:visited{
	color:   #f60;
	text-decoration:none;
	list-style:none;
	text-align:center;
}
.left li a.menue_aktiv:hover,.left li a.menue_aktiv:focus{
	color: #333;
}
/*
	

/*right*/
ul.right{
	text-decoration:none;
	list-style:none;
}
ul.right li a.menue_spezial:link,ul.right li a.menue_spezial:visited{
	color: #333;
	text-decoration:none;
	list-style:none;
	font-size:15px;
	line-height:26px;
}
ul.right li a.menue_spezial:hover,ul.right li a.menue_spezial:focus{
	color: #999;
}
/*
	kleine links aktiv left3
*/
ul.right li a.menue_spezial_aktiv:link,ul.right li a.menue_spezial_aktiv:visited{
	color: #c30;
	text-decoration:none;
	list-style:none;
		font-size:15px;
	line-height:26px;
}
ul.right li a.menue_spezial_aktiv:hover,ul.right li a.menue_spezial_aktiv:focus{
	color: #333;
}
div#mitte{
	text-align:left;
	}


p{	
	color: #333;
	font-size:16px;
	line-height:28px;
	font-weight:normal;
	padding-bottom:20px;
	text-align: center;
}
a {
	text-decoration:none;
	list-style:none;
}
p a:link,p a:visited{
	color: #999;
	text-decoration:none;
	list-style:none;
}
p a:hover,p a:focus{
	color:#f60;
}
div#mitte{
	text-align:center;
	}
.mitte{
	text-align:center;
	}
/*pfeil_oben*/
.pfeil_oben{	position:fixed;
	right:20px;
	bottom:50px;	
}

.topten
	{
	padding-top: 50px;
	}

.topfive
	{
	margin-top: 15px;
	}
.rot	{
	color: #c30;
	font-size:1.0em;
	font-weight:normal;

	
	}


.left {
	/*border:1px solid ;
	border-color:   #0cf;*/
  /*background-color:#BED1E3;*/
  padding-left:10px;
	padding-right:20px;
padding-top:0px;
 padding-bottom:10px;
float:left;
width:22%; 
	min-width:250px;
	max-width:250px;
	/* The width is 20%, by default */

}

.main {

  padding-left:10px;
	padding-bottom:10px;
	margin-top:0px;
  float:left;
  width:800px; /* The width is 60%, by default */
		/*border:1px solid ;
	border-color:   #0cf;*/
}

.right {
text-align: center;
padding-top:100px;
  padding-left:10px;
padding-bottom:30px;
  float:left;
  width:800px; /* The width is 20%, by default */
}

/* Use a media query to add a break point at 800px: */
@media screen and (max-width:800px) {
  .left, .main, .right {
    width:95%; /* The width is 100%, when the viewport is 800px or smaller */
  }

}