@charset "UTF-8";
/*Martin Klusoň*/

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

	background-image:url('./images/bg.jpg');
	background-repeat: repeat;
	background-attachment: fixed;

	font-family: Tahoma, Arial, sans-serif;
	font-size:12pt;
}

body > div {
	padding:20px;
}

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

#content a	{
	color: #000;
}

a:hover	{
	text-decoration: underline;
}

h1{
	font-family: 'Lobster', cursive;
	font-weight: 400;
	font-size: 70px; 

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

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


iframe {
	width: 400px;
	height: 300px;
	border: 0;
}

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

#header{
	min-height: 200px;

	background-color:#ca6060;
	color: #fff;
}

#menu span	{
	display: inline-block;	
	padding: 8px;
	height:20px;
	padding-right:40px;
	font-size:22px;
	border: 4px solid #ca6060;
	background-color:#713733;
}


#submenu span	{
	display: inline-block;
	padding: 7px;
	height:18px;
	padding-right:50px;
	font-size:20px;
	border: 5px solid #ca6060;
	background-color:#713733;
}


#content {
	padding:30px;
	background-color:#eae9a2;
}

#content h2,h3{
	text-transform:uppercase;
}

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

img {
	height:200px;
	width:auto;
	float:right;
	margin-left:10px;
	margin-top:5px;
}

#logo {
	height:200px;
	margin-right:40px;
}

#button	{
	height:85px;
	margin:10px;
}

hr {
  border: none;
  color: #000;
  background-color: #000;
  height: 2px;
  width:80%;
}

#map	{
	float:left;
}

#info	{
	float:left;
	margin-right:90px;
}

dl {
	line-height: 150%;
}

dt,thead {
	text-transform:uppercase;
}

dd,thead{
	font-weight:bold;
}

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

p.clear {
	clear:both;
}

#hide img{
	float:none;
	width:100%;
	height:auto;
	margin:0px;
}
