
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #E5E6DD;
	font-family: 'Oxygen', sans-serif; 
	font-size: 13px;
	color: #8A8985;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;

	font-weight: 300;
	color: #7D7764;
}
h3 {
  	font-weight: 500;
	font-size: 18px;
  color: #7D7764;
  
}
p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}


a {
	text-decoration: none;
	color: #5BA689;
}


#wrapper {
	overflow: hidden;
	background: #F1F2E9;
}

.container {
	width: 1200px;
	margin: 0px auto;
}

/* nadpis */

#logo {
	overflow: hidden;
	height: 250px;
	background: url(images/obraz.png) no-repeat center bottom;
}
#logo h1, #logo p {
	text-align: left;
    font-family: "Times New Roman", Times, serif;
}

#logo h1 {
	padding: 10px 0px 0px 0px;

	font-size: 50px;
    font-family: "Times New Roman", Times, serif;
}

#logo p {
	margin-top: -10px;
	padding: 0px 0px 0px 5px;
	font-size: 30px;
	font-weight: 280;
	color: #696969;
    font-family: "Times New Roman", Times, serif;
}


/* Menu */

#menu-wrapper {
	overflow: hidden;
	height: 52px;
	margin-bottom: 2em;
	background: #3C342E;
}

#menu {
	overflow: hidden;
	height: 52px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	padding: 0px 30px;
	line-height: 52px;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
}

#menu a:hover, #menu .current_page_item a {
	background: #DE5635;
	text-decoration: none;
	color: #FFFFFF;
}



/* Page */

#page {
	overflow: hidden;
	padding: 20px 20px 40px 20px;
}

/* Content */

#content {
	float: left;
	width: 720px;
	padding: 0px 0px 0px 0px;
  overflow: hidden;
  text-align: justify;
}
#content2 {
	float: left;
	width: 1200px;
	padding: 0px 0px 0px 0px;
  overflow: hidden;
  text-align: justify;
}
#content3 {
  text-align: center;
}

.title {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 3px solid #E0E1D6;
	text-shadow: 1px 1px 0px #FFFFFF;
	font-size: 26px;
	color: #373737;
}



/* Sidebar */

#sidebar {
	float: right;
	width: 480px;
	margin-top: 50px;
	padding: 0px 0px 0px 0px;
	color: #787878;
}

#sidebar h2 {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 3px solid #E0E1D6;
	text-shadow: 1px 1px 0px #FFFFFF;
	font-size: 26px;
	color: #373737;
}




/* Three Column Footer Content */

#footer-bg {
	overflow: hidden;
	padding: 50px 0px 0px 0px;
	background: #3C342E;
	border-top: 10px solid #E5E6DD;
  text-align: justify;
}

#footer-content {

}

#footer-content h2 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 2px solid #DE5635;
	font-size: 22px;
	color: #FFFFFF;
}


#column1 {
	float: left;
	width: 700px;
  height: 500px; 
	margin-right: 20px;
  word-wrap: break-word;
}

#column1 a {
text-transform: uppercase;
color: #FFFFFF;
}



#column3 {
	float: right;
	width: 385px;
}

/* Footer */

#footer {
	height: 100 px;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
 
}

#footer p {
  margin: 0 auto;
	padding-top: 0px;
	line-height: normal;
	text-align: center;
	text-shadow: 1px 1px 0px #FFFFFF;
	color: #909090;
  font-size: small;
}

#footer a {
	text-decoration: underline;
	color: #909090;
}

#footer a:hover {
	text-decoration: none;
	color: #383838;
}


.list-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style1 li {
	padding: 7px 0px 7px 0px;
	border-top: 1px dashed #E7E2DC;
}


.list-style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
  font-family: 'Oxygen', sans-serif;
  font-weight: bold;

}

.list-style2 li {
}

.list-style2 a {
  font-family: 'Oxygen', sans-serif;
  font-size: medium;
	color: #FFFFFF;
}

.list-style2 a:hover {
	text-decoration: underline;
}



