/* CSS document_styly WEB */

/* 
	modra  		#143488
	zelena		#0f8c51
		sv			#b0ffc9
	
	cervena		#de251a
		sv			#fbdad9
		
		
	C0C0C0  silver
	FFD700 gold
*/

body            {
                 background-image: url('../img/pozadi0.png');
				 background-position:center;
				 background-color: #000000;
			
                 background-attachment: fixed;
                 
                 font-family:Verdana, Gabriola, Calibri, Verdana, Tahoma, Arial, sans-serif;
				 color:gold;
		
				 font-size:13pt;
				 
				 
				 
                 
                 
                 }
	
/* ---------------------------------------------------------------------- */
				 
			 
.menu li:hover, .menu li:hover li:hover  {	/* Barva vybrane polozky */
	background-color: gold;
	font-weight:bold;
	border-radius:10px;
	color:black;
	position:center;
	
}
.menu a:hover {
	color:black;
	
}
.menu li:hover li, .menu {					/* Barva pozadi menu */
	background-color: DimGray;
	border-radius:10px;
	color:gold;
	font-family:Trajan Pro;

}

/* ---------------------------------------------------------------------- */

B, H1, H2, HR, A 	 	{					/* Barva  textu odkazu  nadpisu */
	color:gold;
	text-decoration:none;
	
}i {
	font-size: 10pt;
	color:#FFFF80;
}
	
H1{
	font-size:20pt;
		
	font-family:Trajan Pro;
}	
H2 {
	font-size:14pt;
	
	
}
B {
	
	font-family:Trajan Pro;
	
	
}

/* ---------------------------------------------------------------------- */
div.main        {
	width: 100%;
	min-height: 90%;
	font-size:12pt;
	
}
.ramecek  {
	border:3px solid DimGray;
	border-radius:10px;
	margin:4px;
	margin-bottom: 10px;
	width: 65%;
	min-height: 95px;
	
		
	
}

.ramecek p {

	text-align:left;
	margin:5px 10% 5px 10%;
	 font-size:10pt;
	
	
	

}
.ramecek b {
	font-size:13pt;
	}
.ramecek iframe {
	margin:5px 10% 5px 10%;
	max-width: 80%;
}
input[type=submit] {
	width: 100px;
	
	color: gold;
	border:3px solid gold;
	background-color: DimGray;
	border-radius:10px;
	cursor: pointer;
	text-shadow: 2px 2px 5px white;
		
	}

.obtekani{
	float:left;
	max-height: 150px;
	max-width: 170px;
	position:static;
	margin: -5 10px 0 10%;

}

header          {
	
	min-height: 100px;
	text-align:center;
	
	
}
                 
                                                                  

.menu {
	float:left;
	width:15.5%;
	list-style-type: none; 
	padding:0;
	margin: 5px;
	font-size: 13pt;
	
	
	
}	
.hidden {
	display:none;
}


.menu ul  {
	display:none;
	display:hidden;
	
	
	
}
.menu ul:hover {
	display:inline-block;
	
	
}
.menu li:hover ul {
	display:inline;

	
}
.menu li:hover li {
	margin: 4px;
	list-style-type: none; 
		
}
.menu0 {					/* Barva pozadi menu */
	background-color: gold;
	color:DimGray;
	
	border-radius:10px;
}
			 
                               
                 
section         {
                 
	background-image: url('../img/vodoznak.png');
	background-position:center;
	min-height:500px;
	
	
                 }

				
.galerie  td		{
				width:200px;
				height:200px;
				text-align:center;
				text-transform:uppercase;
				text-decoration:none;
				font-weight:bold;
				}				

hr{
	float:left;
	width:100%;
	border:0;
	
}
.red {
	color: red;
}                                                                                            
                 
footer , footer a       {
	text-align:center;
	border-top:solid 1px gray;
	clear:both;
	padding:15px 0px 5px 0px;
	color:gold;
	font-size:11pt;
	text-decoration: none;
               
               }				 