/*
Site:			www.adwmainz.de
Author:			Torsten Schrade
Created:		22.12.2006
Modified:		
Editor:			Torsten Schrade
Usage:			CSS for the intro page

*/

html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #2F3F78;
	/*url(../images/montage.jpg) 75% 0 no-repeat;*/
}

/* class for hiding elements */
.skip {
    position: absolute;
    overflow: hidden;
    z-index: 0;
    width: 1px;
    height: 1px;
    margin: -2px 0 0 -2px;
    background: transparent;
}

#head {
	height: 90px;
	margin-top: 35px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: url(../images/banner_bg1.gif) 30px 0 no-repeat;
	
}

#startlogo {
	width: 300px;
	height: 300px;	
	margin: 5% 0 5% 10%;
	background: url(../images/logo_start2.gif) 0 0 no-repeat;
}

#startlogo a {
	display: block;
	width: 300px;
	height: 300px;
}

#bottom {
	padding: 15px 0 20px 30px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;	
}

#bottom a {
	color: #FFFFFF;
	text-decoration: none;
}

#montage {
	position: absolute;
	top: 0;
	left: 60%;
	z-index: 50;
	width: 40%;
	height: 120%;
	background: url(../images/montage.jpg) 0 0 no-repeat;
}
