body{
	background-color: transparent;
	font-family: Verdana, sans-serif, Tahoma, , Arial, Helvetica;
}


/*a:link {color: black}
a:active {color: black}
a:visited {color: black}*/
a {text-decoration: none}
a:hover {text-decoration: underline}

.ramecek {
	margin-top: 30px;
	width: 760px;
	height: 1075px;
	background-image: URL('pozadi2.gif');
	background-repeat: repeat-y;
	/*border: solid black 1px*/
}

.lpruh {
	margin-left: 0px;
	color: white;
	float: left;
	height: 100%;
	width: 145px;
	background-color: transparent; 
	/*border: solid black 1px;*/
}

.lmenu {
	margin-top: 15px;
	padding: 5px;
	float: left;
	width: 145px;
	/*border: solid black 1px*/
}  
  
.pruh{
	background-color: blue;
	text-align: left;
	margin-left: 155px;
	padding: 5px;
	font-weight: bolder;
	height: 30px;
	/*border: solid black 1px*/
}

.text{
	margin-left: 155px;
	padding: 5px;
	color: black;
	/*border: solid black 1px*/
}

a.tlacitko {
	color: white;
	font-variant: small-caps;
	font-size: 13px;
	font-weight: bolder;
	font-style: oblique; /*border: 0px solid black;*/
	padding: 4px;
	margin: 10px;
	text-decoration: none;
}
    
a.tlacitko:hover {
	background-color: #1E90FF;
	text-decoration: none;
	padding: 4px
}



