a:link {
	text-decoration:underline;
	color:#407786;
	}

a:visited {
	text-decoration:underline;
	color:#407786;
	}

a:hover {
	text-decoration:none;
	color:#8B0000;
	}

#hintergrund {
	background-color:#407786;
	}

#fotoleiste {
	position:absolute;
	left:0px;
	top:35px;
	height:100px;
	width:100%;
	background-image:url(fotoleiste.jpg);
	background-repeat:repeat-x;
	border-top:2px solid black;
	border-bottom:2px solid black;
	}

#titel {
	position:absolute;
	top:0px;
	left:0px;
	height:40px;
	padding-left:5px;
	padding-top:5px;
	font-family:"Times New Roman";
	font-size:22px;
	font-weight:bold;
	color:#FFFFFF;
	}

#navi {
	position:absolute;
	left:0px;
	top:160px;
	padding-left:10px;
	font-family:Arial;
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	}

.navbox {
	border-left:2px solid #00BBAA;
	border-bottom:2px solid #00BBAA;
	background-color:#407786;
	margin-bottom:6px;
	padding-left:2px;
	padding-right:2px;
	}

#navi a:link {
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	}

#navi a:visited {
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	}

#navi a:hover {
	text-decoration:none;
	color:#000000;
	display:block;
	}

#inhalt {
	margin-top:150px;
	background-color:#FFFFFF;
	margin-left:150px;
	margin-right:150px;
	margin-bottom:50px;
	min-height:600px;
	padding:10px;
	border:2px solid black;
	}

.grau {
	color:#606060;
	}	

.line {
	text-decoration:line-through;
	}
	
.tabrahmenoben {
	border-top-width:2px;
	border-top-style:solid;
	border-color:black;
	}

.tabrahmenunten {
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-color:black;
	}

.tabrahmenrechts {
	border-right-width:2px;
	border-right-style:solid;
	border-color:black;
	}

.tabrahmenlinks {
	border-left-width:2px;
	border-left-style:solid;
	border-color:black;
	}

.bildrechts {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	font-size:0.8em;
	}

.bildlinks {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	font-size:0.8em;
	}

.infokasten {
	border-width:2px;
	border-style:solid;
	border-color:black;
	padding:5px;
	background-color:#CFFCCF;
	}

.deko {
	position:absolute;
	right:0px;
	top:160px;
	width:150px;
	height:200px;
	background-image:url(deko.jpg);
	background-repeat:no-repeat
	}