@charset "UTF-8";

@import url("reset.css");

html, body {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	line-height:14px;
	background-color:#000;
	color:#FFF;
	font-weight:100;

	background-size: contain;
	background-repeat:no-repeat;
	background-attachment:fixed;
}


#menuebuttonwrapper {
	margin: 27px;
}

#menuebutton {
	
}

#back {
	
}

#menuebutton a {
	background-image:url(buttons_and_bg/menue.png);
	display:block;
	width:66px;
	height:24px;
	
}

#menuebutton a:link{
	background-image:url(buttons_and_bg/menue.png);
	display:block;
	width:66px;
	height:24px;
	
}

#menuebutton a:hover {
	background-image:url(buttons_and_bg/menue_hover.png);
	width:66px;
	height:24px;
}

#back a {
	background-image:url(buttons_and_bg/back.png);
	display:block;
	width:66px;
	height:18px;
	
}

#back a:link{
	background-image:url(buttons_and_bg/back.png);
	display:block;
	width:66px;
	height:18px;
	
}

#back a:hover {
	background-image:url(buttons_and_bg/back_hover.png);
	width:66px;
	height:18px;
}


a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	color:#CCC;
	text-decoration:none;
}


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

#wrapper {
	width: 697px;
	margin: 0 auto;
	position: relative;
	top:0;
	padding-left:30px;
	padding-right:30px;
}

#stadtdervoegel {
	position:relative;
	margin: 0 auto;
	width: 620px;
	margin-top:23px;
	padding-left:40px;
}

.bigfont {
	font-size:33px;
	line-height:30px;
}

.smallfont {
	font-size: 17px;
}

.smallerfont {
	font-size: 13.5px;
	
}

