@CHARSET "UTF-8";

body {
	background: #9A9A9A;
	color: #EFC26E;
	font-family: Sans;
	font-size: 14;
}

a:link{
	color: #EFC26E;
	text-decoration: none;	
}
a:visited{
	color: #EFC26E;
	text-decoration: none;
}

a:hover{
	color: white;	
	text-decoration: underline;
}



#up {
	height: 100px;
	background: #444444;
	color: white;
	padding: 10px;
	margin: 20px;
	margin-bottom: 10px;
}

#upright{
	text-align: right;
	margin-top: 40px;
	margin-right: 20px;
	color: #EFC26E;
	font-size: 20;
}

#all {
	float: left;
	width: 100%;
	margin-left: 20px;
	margin-top: 5px;
}

#menubar {
	float: left;
	padding: 10px;
	padding-bottom: 40px;
	background: #444444;
	width: 120px;
	margin-right: 20;
	font-weight: bold;
	
}

#mitte {
	float: left;
	background: #444444;
	padding: 10px;
	width: 70%;
	margin-bottom: 30px;
}

a.mitte:link{
	color: #FFA600;
}

a.mitte:visited{
	color: #FFA600;
}
a.mitte:hover{
	color:white;
	text-decoration:underline;
}

#unten {

	margin-left: 25%;
	margin-right: 25%;
	color: #4C4040;
	text-align: center;
	font-size: small;
	width: 50%;
}

#big {
	text-align: center;
	font-size: 20;
	font-weight: bold;
}

#linkinfo {
	margin-left: 40px;
	margin-top: 10px;
	font-size: 16;
}

#linkstyle {
	font-size: 22;
}

#photoframe{
	margin: 50px;
#	margin-bottom: 0px;
	float:center;
}
