/* Created by TopStyle Pro Trial Version - www.bradsoft.com */

.index
	{
	background-color: #E6884A; 
	}

#obrazovka {
	width: 700px; 
	position: relative; 
	text-align: justify; 
	margin: auto; 
	float: none; 
	padding: 20px; 
	padding-bottom: 400px;
	border: 2px solid rgb(36, 81, 92);
	}

H1	{
	color: brown; 
	font-size: 22px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}

H2	{
	color: black; 
	font-family:Geneva, Arial, Helvetica, sans-serif;
/* 	font-variant:normal;  */
	font-size: 10px;
	font-weight: normal;
	}
H3	{
	color: rgb(47, 79, 79); 
	font-variant: normal;
	text-align: center;
	font-size: 25px;
	}
H4	{
	font-weight: bold;
	}
H5	{
	color: rgb(47, 79, 79); 
	font-variant: normal; 
	font-size: 13px;
	}

.leftmenu { color: rgb(47, 79, 79);
	text-decoration: none ;
	font-family:Geneva, Arial, Helvetica, sans-serif;
 	font-size: 16px;
	font-weight: bold;
 	}
	
.odkazemail {
	text-decoration: none ;
	font-size: 12px;
	color: black;
	}
	
a{
	color:black;
	text-decoration: none;
	 }
a:hover {
	color:brown;
	text-decoration: none;
	 }
 
 
#pozadie_obsahu {
	background-color:#FCF5D9;
}

#text	{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: left;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}
#text2	{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	color: #663300;
}

#text3	{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	color: #663300;
}
	
#hlavicka {	
	position: absolute; 
	width: 760px; 
	height: 120px; 
	top: 0px; 
	left: 400px;
	background:  green;
	}

#obsah {
	position: absolute; 
	width: 500px; 
	top: 125px; 
	left: 600px;
	background: red;
	padding-bottom: 600px;
	overflow: scroll ;
	}

#levy 	{
	position: absolute;
	width: 150px;
	top: 120px;
	left: 200px;
	padding: 20px;
	padding-bottom: 600px;
	}
