html, body {
}
* {
	margin: 0;
}

a:active, a:focus {
	outline: 0;
}
img {
	border: 0px;
	margin-top: 10px;
	margin-left: 10px;
}
ul {
	list-style-image: none;
	list-style-type: none;
}
body {
	background-color: #222;
	font-family: "Tahoma", Helvetica, Arial;
	font-size: 12px;
	scrollbar-base-color: #222;
	scrollbar-track-color: #444;
	scrollbar-face-color: #333;
	scrollbar-highlight-color: #aeb2b2;
	scrollbar-3dlight-color: #442F28;
	scrollbar-darkshadow-color: #442F28;
	scrollbar-shadow-color: #aeb2b2;
	scrollbar-arrow-color: #aeb2b2;
}

h2 {
	font-family: "Tahoma", Verdana, Arial;
	font-size: 13px;
	font-weight: normal;
}
/************************************************************

* Positioning

************************************************************/
#pictures {
	height: 440px;
	overflow: auto;
	width: 100%;
	background-color: #333;
	position: absolute;
	top: 120px;
	font-family: "Tahoma", Helvetica, Arial;
	font-size: 11px;
	color: #adb1b2;
	float:left;
}
#info {
	overflow: auto;
	position: absolute;
	top: 175px;
	color: #7F5D4F;
	left: 50px;
	line-height: 16px;
}
#info a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0099;
	text-decoration: none;
	color: #7F5D4F;
	padding-right: 1px;
	padding-left: 1px;
}
#info a:hover {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0099;
	background-color: #FF0099;
}
#logo {
	background-image: url(../logo.jpg);
	height: 116px;
	width: 600px;
	position: relative;
	left: 0px;
	
	top: 0px;
}
#menu1 {
	position: absolute;
	top: 98px;
	right: 0px;
}
#menu1 ul {
}
#menu1 ul li {
	float: left;
	margin-right: 20px;
}
#menu1 ul li a,
#menu1 ul li a:visited {
	color: #aeb2b2;
	text-decoration: none;
	display: block;
}
#menu1 ul li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F5D4F;
}
#menu1 ul li a.selected {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F5D4F;
	color: #FF0099;
}
#menu1 ul li a.grey {
	color: #ffffff;
}
p {
	margin-bottom: 10px;
}
.adress {
	font-weight: bold;
	color: #000000;
	margin-right: 5px;
}
.copyright {
	font-size: 10px;
	color: #000000;
	margin-top: 260px;
}