/* CSS Document */

body,td,th {
	color: #FFFFFF;
}
h1{
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
}
body {
	background-color: #000000;
	background-image:url(../bild/harald.png);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-size:16px;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-size:16px;
}
a:hover {
	text-decoration: underline;
	color: #999999;
	font-size:16px;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
	font-size:16px;
}
#aussen{
	text-align:center;
	width:100%;
	height:100%;
}
#rahmen{
	z-index:1;
	position:relative;
    /*border: solid #ffffff 1px;*/
	margin:auto;
	margin-top:70px;
	text-align:left;
	width:600px;
}
#ueber{
	text-align:center;
}
input{
	background-color:#ccc;
}
textarea{
	background-color:#ccc;
}



