body {
	text-align: center;
	background-color: white;
	color: #999;
}
body * {
	font-family: Arial, sans-serif;
	font-size: 12px;
	letter-spacing: .2em;
}
a, a:hover, a:active, a:focus, a:link, a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: black;
}
a.selected {
	color: #f60;
}
a.galeria {
	background: url('../img/galeria_ikona.png') 0 -48px no-repeat;
}
a.galeria.selected{
	background-position: 0 2px;
}
a.rotatelink {
	display: block;
	width: 45px;
	height: 40px;
	text-align: center;
}
a.rotatelink img {
	margin: 15px auto;
}
#content {
	width: 1040px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 100px;
	width: 950px;
	margin: 0 auto;
}
#header h1 {
	font-size: 24px;
	letter-spacing: 1.15em;
	display: inline;
	position: relative;
	bottom: -53px;
}
#header .image_title {
	position: relative;
	bottom: -62px;
	float: right;
}
#maincontainer {
	width: 1040px;
	height: 450px;
}
#prev_link {
	float:left;
	height: 40px;
	margin-top: 200px;
	width: 45px;
}
#next_link {
	float:left;
	height: 40px;
	margin-top: 200px;
	width: 45px;
}
#container {
	float:left;
	height: 450px;
	width: 950px;
	margin: 0 auto;
	background-color: #f1f1f1;
	overflow: hidden;
}
#galeria div.column {
	width: 200px;
	height: 450px;
	float: left;
	margin-right: 50px;
}
#galeria div.last {
	margin-right: 0;
}
#galeria img.bottom {
	margin-top: 50px;
}
#footer {
	width: 950px;
	height: 50px;
	margin: 0 auto;
}
#footer .menu {
	margin-top: 25px;
	float: right;
}
#footer .menu li {
	margin-left: 70px;
	display: inline;
}
#footer .menu a {
	font-size: 14px;
	padding: 0 0 0 20px;
}
#textcontainer {
	width: 950px;
	height: 450px;
	overflow: auto;
}
#textcontainer .textinside {
	margin: 5px 10px 5px 60px;
}
#textcontainer h2 {
	font-weight: bold;
	margin-left: -25px;
	margin-top: 1em;
}
#textcontainer p {
	margin-left: -50px;
	margin-bottom: 0.2em;
}
#textcontainer li {
	text-indent: -50px;
	padding-top: 0.4em;
}
#holder {
	width:950px;
	height:450px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#holder img {
	margin: 0 auto;
}

