

body {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 11px;
	
	background-color: #939393;
	color: #000;
	background-image: url("fotokontest-hg.png");
    background-position: center;
}

h1 {
	width: 410px;
	font-size: 13px;
	margin: 0;
	margin-bottom: 2px;
}
#Inhalt {
	font-size: 11px;
	width: 410px;
}

.Fehler {
	width: 398px;
	border: 2px solid red; padding: 4px; text-align: center; font-weight: bold; color: red;
	margin-bottom: 6px;
}
a.Pfeile {
	background-color: #888;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	padding: 2px 0px;
	width: 40px;
}
a.Pfeile:hover {
	background-color: #ddd;
	color: #000;
}

#Header {
	width: 410px;
	height: 17px;
	border-bottom: 2px solid #333;
}
#Fuss {
	font-family: verdana,sans-serif;
	position: relative;
	letter-spacing: 1px;
	width: 410px;
	height: 1em;
	border-top: 1px solid #666;
	padding-top: 3px;
	color: #222;	
	font-size: 9px;
}

#Header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#Header ul li {
	display: inline;
	list-style: none;
}
#Header ul li a {
	display: block;
	float: left;
	padding: 2px 6px;

	margin: 0;
	margin-right: 2px;
	text-align: center;
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: 11px;
	text-decoration: none;

	background-color: #f60;
	color: #fff;

	font-weight: bold;
}
#Header ul li a:hover {
	background-color: #ccc;
	color: #333;
}
form {
	margin: 0;
}

input {
	font-size: 11px;
	font-family: verdana;
}

.Ffehler {
	color: red;
	font-weight: normal;
	font-size: 10px;
}

.Hinweis {
	font-size: 10px;
	border: 1px solid #aaa;
	background-color: #ff6;
	padding: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #000;
}

