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

html, body {
	color: #7F7F7F;
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	line-height: 16px;
	font-size: 12px;
}

#wrapper {
	padding: 50px 0;
	margin: auto;
	width: 400px;
	text-align:center;
}

h1.uj {
	width: 400px;
	height: 60px;
	background:url(../images/head_uj.gif) no-repeat top left;
	text-indent: -9999px;
	margin-bottom: 100px;
	
}

h2.welcome {
	width: 400px;
	height: 30px;
	background: url(../images/willkommen.gif) no-repeat 45px 0;
	text-indent: -9999px;
}

p.geduld {
	width: 400px;
	height: 50px;
	background: url(../images/geduld.gif) no-repeat 55px 0;
	text-indent: -9999px;
}

a:link, a:visited {
	color: #7F7F7F;
	text-decoration:none;
}

a:hover, a:active {
	color: #7F7F7F;
	text-decoration:underline;
}

input {
	font-family:"Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:12px;
}