@charset "UTF-8";
/*Klára Vostřelová*/

body {
	min-width: 650px;
	max-width: 950px;
	
	margin-left: auto;
	margin-right: auto;

	background-image: url('./images/bg.png');
	background-size: 25% auto;
	background-repeat: repeat;
	background-attachment: fixed;

	font-family: 'Oxygen', sans-serif;
	font-size: 12pt;
}

body > div {
	padding: 20px;
}

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

a:hover	{
	text-decoration: underline;
}

#title:hover	{
	text-decoration: none;
}

h1{
	font-family: 'Oxygen', sans-serif;
	font-weight: 100;
	font-size: 70px; 

	position: relative;
	top: -50px;
	left: 10px;
}

.selected a{
	color: #FFFDA4;
	font-weight: bold
}

#header{
	min-height: 100px;

	background-color: #4F920B;
	color: #fff;
}

#menu span	{
	display: inline-block;
	margin-right: 40px;
	margin-left: 10px;
	font-size: 26px;
	background-color: #4F920B;
}

#content {
	padding: 30px;
	background-color: #FFFDA4;
	overflow: auto;
}

#content h2{
	text-transform: uppercase;
	font-size: 33px;
	color: #4F920B;
}

#content h3{
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: -10px;
	color: #4F920B;
}

#galery {
	margin-top: 15px;
}

#footer {
	background-color: #4F920B;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

img {
	height: auto;
	width: 280px;
	margin-left: 10px;
	margin-top: 5px;
}

#logo {
	height: 130px;
	width: auto;
	float: right;
	margin-right: 40px;
}

dl {
	line-height: 150%;
}

dt {
	text-transform: uppercase;
	font-weight: bold;
}

.vote{
	margin-bottom: -15px;
	font-weight: bold;
}

.column	{
	margin-right: 50px;
	margin-bottom: 20px;
	float: left;
}

p.clear {
	clear: both;
}