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

* { margin: 0;
    padding: 0;}

/* Höhen- und Breitenanpassung zu 100%; Scrollbar ausblenden */
body, html{ width: 100%;
            height: 100%;
            overflow: auto;}
			
			

/* BG-Image auf unterste Ebene */
#bgImg{ position: absolute;
        top: 0;
        left: 0;
        border: 0;
        z-index: 0;}
		
/* Body */
#bodyDiv{
	position: absolute;
	padding-top: 40px;
	left: 0px;
	z-index: 3;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url(img/bg.jpg);
	background-attachment:fixed;
	background-position:top;
	background-repeat: repeat;
	margin-top: 0px;
	overflow: hidden;
}
	

/* PYUA Logo */
#logo{
	position: absolute;
	top: -146px;
		left: 0px;
	z-index: 5;
	width: 100%;
	height: 110px;
	text-align: center;

}

#logo a:link {
	color: #000000;
	text-decoration: none;
}

#logo a:visited {
	text-decoration: none;
	color: #000000;
}
#logo a:hover {
	text-decoration: none;
	color: #ffffff;

}
#logo a:active {
	text-decoration: none;
	color: #000000;
}
	
		
/* Info für no Flash */
#noflashDiv{
	position: absolute;
	top: 550px;
	left: 0px;
	z-index: 4;
	width: 100%;
	height: 100px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #71bf44;
}



		  
#noflashDiv a:link {
	color: #71bf44;
	text-decoration: none;
}

#noflashDiv a:visited {
	text-decoration: none;
	color: #71bf44;
}
#noflashDiv a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #71bf44;
}
#noflashDiv a:active {
	text-decoration: none;
	color: #000000;
}