/* CSS Document */

body {		background-image:url(pix/bgbgbg.jpg);
			background-repeat:repeat-x;
			<font: Tahoma, Arial;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: none;
}


#alles {	position: absolute;
			left: 50%;
			margin-top: 0px;
			margin-left: -379px;
			height: 600px;
			width: 758px;
			
}

#head { 	width: 758px;
			height: 134px;
			background-image:url(../pix/header.jpg);
}

#navi {		width: 758px;
			height:	36px;
			/*background-image:url(../pix/navi.jpg)*/
}

/*--------------------------------------------- */

#wrapper {	width: 758px;
			height: 392px;
			background-image:url(../pix/wrapper.jpg);
}

#banner {	
			width: 170px;
			height: 350px;
			position:absolute;
			margin: auto 18px;
			margin-top: 20px;

}
#main {		width: 735px;
			height: 370px;
			position:absolute;
			margin: auto 10px;
			margin-top: 10px;
}

/*--------------------------------------------- */

#footer {	width: 777px;
			height: 30px;
			/*background-image:url(../pix/footer.jpg);*/
}

.transformM a
{
	color: #FFFFFF;
}
