*	{
	margin:0;/* setze außenabstände auf null*/
	padding:0;
	border:0;
	}

body 
	{font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:normal;
		
	}

div#container{
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	background-color:    #fff;
	/*border:1px solid ;
	border-color:   #0cf;*/
	}
h1{
	color: #999;
	font-size:28px;
	line-height:1.1em;
	font-weight:normal;
	}

h1 a:link, h1 a:link, h2 a:visited{
	color:   #333;
	text-decoration:none;
	list-style:none;
}
h1 a:hover,h1 a:focus{
	color: #c30;
}

h2{
	color: #999;
	font-size:.8em;
	line-height:1.1em;
	font-weight:normal;
	padding-bottom:20px;
	padding-right:20px;
	}

h2 a:link, h2 a:link, h2 a:visited{
	color:   #333;
	text-decoration:none;
	list-style:none;
}
h2 a:hover,h2 a:focus{
	color: #c30;
}
	
h2{
	color: #333;
	font-size:1.2em; 
	letter-spacing:0;
	font-weight:normal;
	width:350px;
	}
h4 	
	{	
	font-size: 14px;
	font-weight: normal;
		color:#333;
	}
h4:link,h4:visited{
	color:   #333;
	text-decoration:none;
	list-style:none;
}
h4:hover,h4:focus{
	color: #f60;
}
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;
	margin-top:10px;
	width:250px;
	padding-left:0px;
	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;
}
/*
	Link im Menu der aktiven Seite
*/


.left li a.menue_aktiv:link,.left li a.menue_aktiv:visited{
	color:   #63C5B5;
	text-decoration:none;
	list-style:none;
}
.left li a.menue_aktiv:hover,.left li a.menue_aktiv:focus{
	color: #333;
}


/*right*/
ul.right{
	text-decoration:none;
	list-style:none;
	padding-bottom:20px;
}
ul.right li a.menue_spezial:link,ul.right li a.menue_spezial:visited{
	color: #999;
	text-decoration:none;
	list-style:none;
	font-size:.9em;
	
}
ul.right li a.menue_spezial:hover,ul.right li a.menue_spezial:focus{
	color: #333;
}
/*
	kleine links aktiv left3
*/
ul.right li a.menue_spezial_aktiv:link,ul.right li a.menue_spezial_aktiv:visited{
	color: #f60;
	text-decoration:none;
	list-style:none;
	font-size:.9em;
}
ul.right li a.menue_spezial_aktiv:hover,ul.right li a.menue_spezial_aktiv:focus{
	color: #666;
}

p{	
	color: #333;
	font-size:14px;
	line-height:22px;
	font-weight:normal;
	padding-bottom:20px;
}
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;
}
.bilder
	{
	margin-bottom: 30px;
		max-width:100%;
	}
.bilder1
	{
	margin-top: 20px;
	}
.bilder2
	{
	margin-top: 0px;
	}
.topten
	{
	padding-top: 50px;
	}

.topfive
	{
	margin-top: 15px;
	}
.rot	{
	color: #f60;
	font-size:1.1em;
	font-weight:normal;
	font-family:"Courier New", Courier, mono;
	
	}
div#mitte{
	text-align:center;
	}
.mitte{
	text-align:center;
	}	
/*pfeil_oben*/
.pfeil_oben{	position:fixed;
	right:20px;
	bottom:50px;	
}

table{ 
	border: hidden;
	font-size:13px;
	line-height:17px;
	color: #666; 
	font-weight:normal;
	overflow:hidden;
vertical-align: text-top;
	}
	
td {
	border: hidden;
	font-size:13px;
	line-height:17px;
	color: #666; 
	font-weight:normal;
vertical-align: text-top;
}
.tab1 {min-width:80px;vertical-align: text-top;}
.tab2 {width:380px;vertical-align: text-top;}




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

}

.main {
  background-color:#fff;
  padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	margin-top:20px;
  float:left;
  width:35%; /* The width is 60%, by default */
	/*border:1px solid ;
	border-color:   #0cf;*/
}

.right {

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

/* 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 */

  }

}