@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
	border-radius: 3px;
	color:  #444;
}
body {
	background-color: #404040;
    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: #32689e;*/
/*	text-decoration: none;*/
}
a:visited
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #444; /*wie in '*'  */
	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 {
	list-style-image: url(../gfx/li.png);
}
img {
	border : 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
img.center_Image {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.audiospot {
	float: right;
	height: auto;
	width: auto;
    margin-top: 20px;
    padding: 10px;
    padding-left: 100px;
    background-color: #077F86;
}

#audio {
	background-color: #077F86;
	float: left;
    padding: 10 px;
    margin-left: 590px;
    margin-top: 20px;
}

#audio_inner {
	padding: 10px;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
/*	min-height: 800px;*/
/*    background-color: #b9b9b9;*/
}
#header {
	width: 1000px;
/*	height: 5 px;*/
}
#logo {
	width: 1000px;
	height: 160px;
	margin-top: 10px;
	background-color: #b9b9b9;
	background-image: url("../gfx/logo_de.png");
	background-repeat: no-repeat
}
#link-buttons {
width: 200px;
height: 32px;
/*background-color:chartreuse;*/
margin-top:10px;
margin-right: 10px;
float: right;
}
#link-button_fb {
width: 32px;
height: 32px;
margin-right: 10px;
background-image: url("../gfx/btn_socmed.png");
/*background-color:crimson;*/
background-repeat: no-repeat;
float: left;
}
#link-button_ins {
width: 64px;
height: 32px;
background-image: url("../gfx/btn_ins.png");
/*background-color: dodgerblue;*/
background-repeat: no-repeat;
float: left;
}
#link-button_de {
width: 32px;
height: 32px;
background-image: url("../gfx/btn_de.png");
/*background-color: dodgerblue;*/
background-repeat: no-repeat;
float: left;
margin-right: 10px;
}
#link-button_en {
width: 32px;
height: 32px;
background-image: url("../gfx/btn_en.png");
/*background-color: dodgerblue;*/
background-repeat: no-repeat;
float: left;
}
#topmenu {
height: 30px;
margin-top: 8px;
margin-bottom:10px;
padding-top: 3px;
background-color: #b9b9b9;
}
#content {
width: 960px;
min-height: 800px;
padding: 20px;
float: left;
background-color: #b9b9b9;
background-image: url("../gfx/logo_10p_800.png");
background-repeat: no-repeat;
background-position: center;
}
#footer {
width: 1000px;
height: 27px;
margin-top: 5px;
margin-bottom: 10px;
padding-top: 5px;
float: left;
background-color: #b9b9b9;
}
.menuitem {
height: 50px;
margin-top: 3px;
padding-left: 20px;
padding-right: 20px;
float: left;
}
.menuitem_footer {
height: 27px;
/*margin-top: 3px;*/
padding-left: 20px;
padding-right: 20px;
float: left;
}
.list-content {
margin-left: 20px;
}
.picture_r img {
float: right;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-left: 30px;
margin-right: 0px;
}
.picture_l img {
float: left;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-left: 0px;
margin-right: 30px;
}
.separator {
height: 1px;
background-color: #222;
}
.text-align_center {
text-align: center;
}
.text-align_justify {
text-align: justify;
}
.text_bold {
font-weight: 800;
}
.text_blue {
color: cornflowerblue;
}
/*####################### 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 ################*/

