html, body {
	height: 100%;
}

body {



	margin: 20px;
	padding: 0px;
	background: url(http://fotogalerie.byl.cz/images/img03.jpg) top ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	
	font-weight: 300;
	
}

h2 {
	padding: 0px 0px 20px 0px;
	font-size: 2em;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 180%;
}

strong {
	color: #EAEAEA;
}

a {
	color: blue;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {

	border-radius: 10px;

	overflow: hidden;
	width: 1200px;
	margin: 50px auto;
	background: white;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
	border: 3px solid #27a733;
}

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

.clearfix {
	clear: both;
}

/** HEADER */





/* Menu */

#menu
{
	margin-left:50px;
	padding: 30px 20px 20px 0px;
	background: url(images/pozadi.png) no-repeat right;
}

#menu ul
{
	float: left;
	
	padding: 10px 10px 10px 10px;
	list-style: none;
	line-height: normal;
}

#menu li
{
	float: left;
	margin-right: 10px;
}

#menu a
{
	display: block;
	margin-left: 1px;
	padding: 7px 20px 7px 20px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	background: #27a733;
	font-size: 20px;
	font-weight: 300;
	color: white;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
}

#menu a:hover, #menu .current_page_item a
{
	text-decoration: none;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
	background: #2ef541;
}


/** PAGE */

#page {

	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;


	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomright: 10px;


	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;


	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;


	overflow: hidden;
	width: 1100px;
	padding: 10px 50px;
	border-top: 3px solid #000000;
	color: black;
	background: url(images/logo_pod_3.jpg) no-repeat right ;
}

#page h2 {
	color: black;
}


/** CONTENT */

#content {

		

	float: left;
	width: 750px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 300px;
}

/* Footer */

#footer {

	overflow: hidden;
	
	padding: 30px 0px;
	border-top: 3px solid #000000;
	background: url(images/pozadi_2.png) no-repeat left;
}

#footer p {
	text-align: center;
	font-size: 12px;
	
}

#footer a {
	color: #545454;
}

/* Three Column */

#three-column {


	overflow: hidden;
	margin: 0px 50px;
	padding: 20px 0px;
}

#three-column #tbox1 {
	float: left;
	width: 400px;
	margin-right: 50px;
}

#three-column #tbox2 {
	float: left;
	width: 300px;
}

#three-column #tbox3 {
	float: right;
	width: 300px;
}

/* List Style 1 */

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

ul.style1 li {
	padding: 10px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style1 a {
	text-decoration: none;
	color: #545454;
}

ul.style1 a:hover {
	text-decoration: underline;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}


/* List style 2 */

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

ul.style2 li {
	padding: 25px 0px 15px 0px;
	border-top: 1px solid #525253;
}

ul.style2 .first {
	padding-top: 0px;
	border-top: none;
}

ul.style2 h3 {
	padding: 0px 0px 10px 0px;
}

ul.style2 h3 a {
	color: #E4E4E6;
}

ul.style2 a {
	text-decoration: none;
	color: #919191;
}

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

/* Button Style 1 */

.button-style {
	display: inline-block;
	margin-top: 20px;
	padding: 7px 20px;
	background: #333;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}















