body, html {
	height : 100%;
	width : 100%;
	margin : 0px;
	padding : 0px;
	padding-top : 0px;
	text-align : center;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wrapper {
	position: relative;
	overflow: hidden;
	margin: 20px auto;
	text-align: left;
	width: 1000px;
	height: 440px;
}

#menu {
	position: absolute;
	left: 0px;
}

#bed_and_breakfast {
	position: absolute;
	top: 0px;
	right: 0px;
}

#main {
	border: 0px;
	position: absolute;
	top: 20px;
	left: 0px;
	height: 400px;
	width: 1000px;
}

#bottom {
	position: absolute;
	top: 425px;
	left: 0px;
	width: 100%;
}

#exhibition {
	position: absolute;
	top: 55px;
	left: 30px;
	width: 280px;
	height: 100%;
}

#images {
	position: absolute;
	top: 55px;
	right: 20px;
	width: 640px;
	height: 100%;
	text-align: center;
}

#firma_text {
	position: absolute;
	top: 55px;
	right: 0px;
	width: 620px;
	height: 320px;
}

#artists {
	position: absolute;
	top: 55px;
	right: 0px;
	width: 640px;
	height: 285px;
	text-align: center;
}

.artist {
	position: relative;
	float: right;
	height: 100%;
	text-align: center;
}

.artist_image {
	position: absolute;
	left: 0px;
	width: 100%;
}

.category {
	position: absolute; 
	left: 0px;
	width: 100%;
	bottom: 0px;
}

.top_link {
	vertical-align: top;
	color: #333333;
	margin-right: 15px;
}

img {
	border: 0px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

a:active {
	text-decoration: none;
}

.arrow {
	margin-top: 1px;
	width: 13px;
	height: 13px;
}

.red {
	color: #990000
}

.grey {
	color: #777777
}

.darkgrey {
	color: #555555
}

.big {
	font-size: 16px;
}