body {
	background: url('media/bg.gif');
	color: white;
	font-family: Helvetica, Arial, "Sans Serif";
	font-size: 15px;
}

h1 {
	color: White;
	font-size: 35px;
	font-family: Helvetica, Arial, "Sans Serif";
	text-shadow: red 2px 2px 2px;	
}

h2 {
	color: red;
	font-size: 25px;
}


#aboutleft {
	width: 350px;
	float: left;
}

#aboutright {
	float: left;
	width: 450px;
}

#navi {
	height: 20px;
	width: 800px;
	margin: auto;
	margin-bottom: 5px;
}

hr {
	border-color: white;
	width: 800px;
	margin-bottom: 20px;
	margin: auto;
}

#formular {
	width: 425px; 
	float: left; 
	margin-left: 15px; 
}

#footer {
	width: 802px;
	height: 20px;
	background-color: transparent;
	margin: auto;
	text-align: right;
	font-size: 10px;
	margin-top: 3px;
}

table {
	margin-top: 40px;
}


#w3chtml {
	float: left;
}

#w3ccss {
	float: right;
}

#formular1 {
	width: 350px; 
	float: right;  
	margin-top: 50px;
}


#content {
	width: 800px;
	height: 500px;
	margin: auto;
}

#contentabout {
	width: 800px;
	height: 450px;
	margin: auto;
}

#content1 {
	width: 800px;
	height: 430px;
	margin: auto;
}

#imprint {
	font-size: 9px;
	color: #4C4C4C;
	width: 800px;
	margin: auto;
	margin-bottom: 15px;
}

ol {
	list-style: none;
}

#guestbook {
	width: 500px;
	margin: auto;
	margin-top: 20px;
}

.timeless {
	margin: auto;
	margin-top: 20px;
}

li {
	float: left;
	padding-right: 14px;
	font-family: Helvetica, Arial, "Sans Serif";
	font-size: 15px;

}

a:link {
	color: white; 
	text-decoration: none; 
}

a:active {
	color: red; 
	text-decoration: none; 
}

a:visited {
	color: white; 
	text-decoration: none; 
}

a:hover {
	color: red; 
	text-decoration: none;
}


