 

@CHARSET "UTF-8";
/**
*
*	Formatierung der Bilder
*
*/

.intro {
	background:url(../images/background2.jpg) top center #e5e5e5 no-repeat !important;
}


#logo_intro {
	position:absolute;
	display:block;
	width:233px;
	height:86px;
	margin:120px 0 0 316px;
	background:url(../images/logo.png) no-repeat;
	_background:url(../images/logo.gif) no-repeat;
}

#logo_intro span {
	display:none;
}

#pixaroundcontent {
	position:absolute;
	width:550px;
	height:320px;
	margin:180px 300px;
}

#pix_head {
	position:absolute;
	width:550px;
	height:72px;
	z-index:1000;
	background:url(../images/intro/intro_head.png) no-repeat;
	_background:url(../images/intro/intro_head.gif) no-repeat;
	margin:0 0 0 21px;
}
	
#pixaround {
	position:absolute;
	width:480px;
	height:250px;
	margin:57px 0 0 0;
	padding:0 0 0 70px;
	z-index:10;
	background:url(../images/intro/intro_rep.png) 23px 0 repeat-y;
	_background:none;
}

#pix_bottom {
	position:absolute;
	width:482px;
	height:65px;
	z-index:2000;
	padding:29px 0 0 68px;
	background:url(../images/intro/intro_bottom.png) no-repeat;
	_background:url(../images/intro/intro_bottom.gif) no-repeat;
	margin:272px 0 0 21px;
}

p.skipintro {
	font-family:verdana;
	font-size:10px;
	color:#b1c7dc;
}

p.skipintro:hover, p.skipintro active{
	color:#fff;
	text-decoration:none;
}

#intro_motto {
	position:absolute;
	width:587px;
	height:42px;
	margin:580px 0 0 305px;
	background:url(../images/intro/motto.gif) no-repeat;
}

#intro_motto span{
	display:none;
}



