@charset "UTF-8";
/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: center;
color:#404040;
margin:0;
padding-top: 15px;
background-color:#111111;
/*background-image:url(bg.png); 
background-repeat:repeat; 
scrollbar-face-color: #C0C0C0; 
scrollbar-shadow-color: #0B1921;
scrollbar-highlight-color: #C0C0C0; 
scrollbar-3dlight-color: #0B1921;
scrollbar-darkshadow-color: #0B1921; 
scrollbar-track-color: #000000;
scrollbar-arrow-color: #0B1921; */
}


a {
color:#e7e7e7;
text-decoration: none;
border: 0;
}

a:link {
border:0px;
color:#404040;
text-decoration: none;
border:0;
}

a:visited {
color:#e7e7e7;
text-decoration: none
border: 0;
}

a:hover {
color:#e7e7e7;
text-decoration: underline;
border:0;
}
	
a:active {
color:#e7e7e7;
text-decoration: underline;
border:0;
}

div {
margin: 0;
}


#headbereich {
background-color:#111111;
/*width: 100%;*/
margin-top-bottom: 5px;
padding: 5px;
border-bottom-color:#e7e7e7;
border-bottom:solid 1px;
text-align:left;
height: 45px;
overflow: hidden;
white-space: nowrap;

}

#bildcontainer {
width: 100%;
white-space:nowrap;
overflow-x:scroll;
margin-top: 5px;
margin-bottom:5px;
/*float:left;*/
/*text-align:left;*/	
}

#copyright {
text-align:center;
background-color:#111111;
border-color:FAFAFA;
border-bottom:1px solid;
/*padding-top: 1px;
padding-bottom: 1px;*/
width: 100%;
}

.togglejs {
width: 100%;
padding-top:5px;
background-color: #111111; 
height: 20px;
text-align:center;
}

.togglejs:hover {
width: 100%;
padding-top:5px;
color:#e7e7e7;
background-color: #111111; 
height: 20px;
text-align:center;

}

.menubutton {
border:0px;
padding-left: 3px;
padding-right:3px;
margin-left: 3px;
margin-right: 3px;
}

.menubutton:hover {
border-color:#5e5e5e;
border-bottom: 1px solid;
padding-bottom: 4px;
/*padding-left: 5px;
padding-right: 5px;*/
}

#addthis {

	margin-top:20px;
	margin-right: 20px;
	text-align:right;
	float:right;
	font-size:12px;
	color:#404040;
	
}

.addthis_toolbox .custom_images a
{
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
	float:left;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}