/* CSS Document */

/* ## Tag's ## */
body,td,th,div,p,input,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #cecdcb;
	background-image: url(../images/background703.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* ## Link's ## */
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #cc0000;
}
a:active {
	text-decoration: none;
	color: #cc0000;
}

/* ## ID's ## */


/* ## Class's ## */
div.contentarea {
	width: 100%;
	height: 100%;
	text-align: center;
}
div.teaser1 {
	position: absolute;
	top: 0px;
	left: 0px;
}
div.logo {
	position: relative;
	top: 240px;
	height: 70px;
	overflow: hidden;
}
div.text {
	relative; top:240px; 
	font-size: 14px; 
	font-family:Tahoma, Geneva, sans-serif;
}


