a:link {
	color: #f60;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #f60;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #f60;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #f60;
}
a:focus {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #f60;
}


body {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #400;
}
#rahmen {
	width: 760px;
	margin: auto;
	margin-top: 30px;
}
#kopf {
	width: 760px;
	color: #FFFFFF;
	background-image: url(../images/kopf.png);
	font-size: 24px;
	height: 150px;
}
#kopfmenu {
	background-color: #500;
	width: 750px;
	padding: 5px;
	font-size: 0.9em;
	text-align: right;
}
#inhalt {
	width: 760px;
}
#links {
	width: 150px;
	float: left;
}
#menu {
	padding: 5px;
	color: #FFFFFF;
	line-height: 1.5em;
}
#info {
	background-color: #cff;
	padding: 5px;
}
#mitte {
	width: 596px;
	padding: 5px;
	background-color: #eee;
	float: right;
}
#gal_mitte {
	background-color: #400;
	color: #CCCCCC;
	float: right;
	width: 596px;
}
#home_mitte {
	background-color: #400;
	color: #CCCCCC;
	float: right;
	width: 596px;
}
#kontakt_mitte {
	background-color: #400;
	color: #CCCCCC;
	float: right
	width: 596px;
}


#schattiert {
	background-color: #fdc;
	padding: 15px;
}
#fuss {
	background-color: #500;
	width: 750px;
	clear: both;
	padding: 5px;
	text-align: right;
	font-size: 0.8em;
	color: #ccc;
}
#galerie {
	width: 760px;
	margin: auto;
	margin-top: 30px;
	color: #ccc;
}

