﻿/* CSS Document */
html {
	width: 100%;
	text-align: center;
	font-family: Georgia, Serif, Times New Roman;
	font-size: 14px;
	color: black;
	padding: 0;
	margin: 0;
	background: white url(http://www.makrakeramstudio.cz/bg.jpg) no-repeat fixed center top;
}
html div {
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
}
div#obsah {
	float: right;
	width: 74%;
}
a:link {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: rgb(23,23,23);
}
a:visited {
	text-decoration: none;
	color: black;
}
a:active {
	text-decoration: underline;
	color: rgb(23,23,23);
}
h1 {
	font-size: 2.3em;
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: normal;
	display: block;
	color: rgb(0,153,0);
}
h1 a:link, h1 a:visited {
color: rgb(0,153,0);
}
h2 {
	font-size: 0.9em;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgb(23,23,23);
	padding-left: 5em;
}
h3 {
	font-size: 1.8em;
	margin: 1.4em 0 5.5em 8em;
	font-weight: normal;
	display: block;
}
p {
	display: block;
	margin: 1.33em 0;
	text-indent: 2em;
clear: both;
}
/*menu*/
menu {
	float: left;
	display: block;
	width: 20%;
	height: 100%;
	margin: 0;
	padding-top: 3em;
	_padding-left: 3em;
	font-size: 1.3em;
	list-style-type: none;
}
menu li {
	display: block;
	padding: 0;
	margin: 0;
}
menu a:hover {
	text-decoration: none;
	color: rgb(23,23,23);
}
/*obsah*/
div.oteviracka {
	width: 100%;
	max-height: 8em;
	text-align: center;
	color: black;
        clear: both;
margin-top: 1px;
}
div.oteviracka hr {
	width: 70%;
	margin-top: 3em;
}
div#footer {
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	clear: both;
	max-height: 2em;
}
