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

body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}

ul {

	font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 16px;
    margin-top: 16px;

}

a {
	color:#0062b0;
	text-decoration:none;	
}

a:hover {
	text-decoration:underline;	
}

.wrapper {
	width:980px;
	background-image: url('../images/city_background.png');
	background-repeat:no-repeat;
	margin: 0 auto;
}

.wrapperText {
	width:980px;
	margin: 0 auto;
}
.logo {

	width:330px;
	position:relative;
	top:35px;
	left:500px;	
}

.text {
	width:330px;
	margin-top:15px;
	margin-left:80px;
	color:#FFFFFF;
	font-size:12px;
	line-height:22px;
	position:relative;
}

.text li {
    list-style: square outside none;
    padding: 0;
    text-indent: 0;	
}

.textOnly {
	width:650px;
	margin-top:-35px;
	margin-left:80px;
	color:#000000;
	font-size:12px;
	line-height:22px;
	position:relative;
}
.telefon {
    background-image: url("../images/telefon_piktogramme_neu2.png");
    background-repeat: no-repeat;
    left: 500px;
    padding-left: 65px;
    padding-top: 150px;
    position: relative;
    top: -100px;
    width: 350px;
}

.textTelefon {
	font-size:12px;
	line-height:22px;
}

.fonTelefon {
	font-size:30px;	
}

.adresseTelefon {
	margin-left:-65px;
	line-height:25px;
}

.footer {
	font-size:10px;
	margin-top:25px;
	margin-left:80px;
}

.textCopyright {
	font-size:11px;	
}