html {
        background: url(pics/allgemein/bg_summer.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#flugzeug {
position: absolute;
z-index: 1;
top:140px;
left:0px;
width:100%;
}

#murmeltier {
	position: absolute;
	z-index: 3;
	bottom: 0px;
	background:url(pics/startseite/murmeltier.png);
	width: 380px;
	height: 520px;
}

#newsfeld {
	z-index: 4;
	width: 430px;
	height: 400px;
	-webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
	}
	
#newsfeldsymbol {
	font-family: Times;
	font-size: 66px;
	color: #DDD;
	text-decoration: none;
	}


#wegweiser {
	position: absolute;
	z-index: 2;
	top: 100px;
	width:170;
	height:300px;
	background:url(pics/allgemein/stange.png);
}

#schild {
	width:165px;
	height:40px;
	background:url(pics/allgemein/schild.png);
	float:left;
}

#navschild {
	margin-left:40;
	margin-right:10;
	margin-top:8;
	width:110px;
	height:22px;
	}

.arial13black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}

.arial11black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}


.arial19green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #007630;
	text-decoration: none;
}


.arial19black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #000;
	text-decoration: none;
}

.arial19red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

.arial16black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

A:hover{
	color: #FF0000;
	text-decoration: none;
}
