/* CSS Document */

.p{
display: block;
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
margin-left: 13px;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993366;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: 140px;
}
.navigationFoto {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993366;
	display: block;
	padding: 8px;
	width: 180px;
}
.navigationFoto:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: 180px;
}

.logo{
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 30px;
	color: #993366;
}
.logo_klein{
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
}

.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 150px;
height: 106px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
font-family: Verdana, sans-serif;
font-size: 11px;
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}