/* ###################################################################################################
** # CSS Layout (c) by Bettina Stracke (http://www.webapp-architect.com) #############################
** ###################################################################################################
**
**  Dateiversion: 14.08.2007  
**  Datei       : startpage.css
**  Funktion    : Styles der Startseite  
**
*/

@media all
{

#startpage_wrapper {
	width: 750px; 
	margin: 0 auto;
	border: 0;
  	text-align: center;
}

#startpage {
	
	text-align: left;
	position: relative;
	width: 743px; height: 430px;
	background: url(../images/startbg.jpg) no-repeat;
}

#startlink {
	position: absolute;
	top: 220px; left: 650px;
	font-size: 12px; 
}

#startlink a {
	text-decoration: none; font-size: 11px; color: #686460; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold;
}

#startlink img {
	margin: 0; border: 0;
}
#intro1 {
	width: 250px; 
	height: 280px;
	float: left;
	position: absolute;
	top: 120px; left: 270px;
	z-index: 10;
}

#intro2 {
	float: right;
	width: 200px;
	height: 130px;
	position: absolute;
	top: 255px; left: 590px;
	z-index: 11;
}


#intro1 p {
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; 
	color: #fff; line-height: 15px;
}

#intro2 p {
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; 
	color: #fff; line-height: 15px;
}

}

