/* YUI CSS Reset */body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;}

/*  all  */
	/* body bg colors */
		html {background-color:#1463ae;}
		
	/* default setup */
		* {outline:0;background-repeat:no-repeat;}
		html {overflow-y:scroll;}
		strong, b, th, h1, h2, h3, h4, h5, h6 {font-weight:700;}
		em, i {font-style:italic;}
		u {text-decoration:underline;}
		a * {cursor:pointer;}
		body, input, button, select, textarea {
			font-family:Arial, Verdana, Helvetica, sans-serif;
			font-size:11px;
			color:#333;
			line-height:16px;
		}
		a {
			text-decoration:none;
			color:#333;
		}

/* structure */
#wrapper {
	width:962px;
	height:709px;
	margin:13px auto 0;
	position:relative;
	background-image:url(../img/startseite.png);
}
#logo {
	display:block;
	width:178px;
	height:58px;
	position:absolute;
	top:16px;
	left:9px;
}
#background {
	width:956px;
	height:614px;
	left:3px;
	top:92px;
	position:relative;
}
	#background #white {
		position:absolute;
		top:0;
		left:0;
		z-index:110;
		width:956px;
		height:614px;
		background-color:#FFF;
		display:none;
	}
	#background img {
		display:block;
		position:absolute;
		top:0;
		left:0;
	}

#startseite {
	width:740px;
	position:absolute;
	top:119px;
	left:219px;
	z-index:150;
}
	#startseite .box {
		float:left;
		cursor:pointer;
		height:41px;
		overflow:hidden;
	}
