@charset "UTF-8";
/* CSS Document */

html{
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}

body{
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

a{
	border: none;
	text-decoration:none;
	color: #fff;
}

img{
	border: none;
}

#landingBG{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 999px;
	min-height: 100%;
	background-image:url(/../images/verlauf.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#linktext{
	position: absolute;
	top: 630px;
	left: 410px;
	text-align: center;
}

#linktext p{
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

