/* http://www.hof-nottorf.de
----------------------------------------*/

* {
	border: none;
}

body {
	color: #447a1c;
	font-size: 10px;
	font-family: Verdana, Arial, Geneva, Helvetica;
	line-height: 1.5em;
	text-decoration: none;
	padding: 0;
	margin: 0;
	background-color: #ffebb2;
}

#startup {
	width: 300px;
	height: 210px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -150px;
	padding-top: 190px;
	background: url(images/logo.gif) no-repeat left top;
	text-align: center;
}

a, a:visited {
	color: #fabb00;
	text-decoration: none
}

a:hover {
	color: #447a1c;
	text-decoration: none;
}

span {
	color: #447a1c;
	font-size: 1em;
	font-weight: bold;
}

p {
	font-size: 1.2em;
	line-height: 1.3em;
}