@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
	border-radius: 3px;
	color:  #444;
}
body {
	background-color: #B1B1B1;
    color:#262626;
	/*	font-family: 'B612', sans-serif;*/
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
/*	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";*/
}
a:link
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color:cornflowerblue;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	color:cornflowerblue;
	border-left-style: none;
	text-decoration: none;
}
a:hover
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color:cornflowerblue;
	text-decoration: none;
}
a img {
	outline : none;
}
ul, ol {
/*	list-style-image: url(../gfx/common/ul_neutral.png);*/
/*	list-style-position: inside;*/
}
/*####################### back-to-top button ################*/
.scrollToTop{
	width:10px; 
	height:130px;
	padding:10px; 
	text-align:center; 
/*	background: whiteSmoke;*/
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	top:90%;
	right:40px;
	display:none;
	background:url("../gfx/btn_up.png") no-repeat 0px 20px;
}
.scrollToTop:hover{
	text-decoration:none;
}


/*####################### back-to-top button ENDE ################*/