/* CSS Document */

@import url(screen/reset.css);
@import url(screen/navigation.css);
	
body{
	width: 99%;
   background: #727ca2;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	line-height:22px;
	margin-top: 0px;
	height: 100%;
}

#outer{
	width: 1000px;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0px;
	background: url(../img/bg_verlauf.jpg) repeat-y #fff;
}

#wrap{
	width: 720px;
	margin: auto;
	padding-bottom: 20px;
height:100%;
min-height: 900px;
}

#header{
	width: 700px;
	height: 95px;
	margin: auto;
	margin-left: 10px;
	background: url(../img/header_bg.jpg) no-repeat;
	padding-top: 8px;
	padding-left: 14px;
	font-size: 10px;
}

#start_seite{
	margin-top: 10px;
	width: 720px;
	height: 446px;
	background: url(/fileadmin/templates/img/intro.jpg) no-repeat;
}

#skip{
	width: 700px;
	margin-left: 10px;
	height: 20px;
	font-size: 15px;
	color: #444;
	text-align: right;
	letter-spacing: 1px;
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom: 3px solid #4b4b4b;

}

