﻿body {
	background: url("images/hintergrund.jpg") no-repeat top;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #000000;
}
#container {
	margin: 0 auto;
	width: 912px;
}
.titel {
	font-family: Georgia;
	color: #FFFF99;
	font-size: 17px;
}

.style1 {
	font-family: Georgia;
	color: #FFFF99;
	font-size: 17px;
}


#navigation {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	padding-left: 220px;
	clear: right;
}
#column_l {
	position: relative;
	float: left;
}
#column_r {
	float: left;
}


#text {
	padding: 0px;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
	clear: both;
}

#bild {
	width: 507px;
	height: 380px;
	padding-left: 5px;
	clear: both;
	margin-top: 0px;
	position: relative;
}
#navi_unten {
	margin: 0;
	padding: 0;
	border: 0;
}

a:active {
	background-color: #00FF00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #CC0000;

}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #CCCC00;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #339900;
	text-decoration: blink;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #008000;
	text-decoration: blink;
}


