/* CSS for web: Cestopisy pana Svatoše*/
/* Author: AdIg4l , e-mail:  xCrackx@seznam.cz*/
/* Update: v1.1.0*/
body {
	background: white;
/* Scrollbar */
	scrollbar-3dlight-color: #fbc7c7;
	scrollbar-arrow-color: #c03737;
	scrollbar-base-color: #fbc7c7;
	scrollbar-darkshadow-color: #fbc7c7;
	scrollbar-face-color: white;
	scrollbar-highlight-color: #fbc7c7;
	scrollbar-shadow-color: #fbc7c7;
	scrollbar-track-color: white;
/* Font       Zakladni               */
font-family: 'Times New Roman', 'Times New Roman', Times New Roman, Times New Roman;
	font-size:15px;
	color:black;
}
.pr{
  display:block;
  float:right;
}
.vlevo{
  display:block;
  float:left;
  width:20%;
  border:1px solid white;
}
.stred{
background:#fbc7c7;
display:block;
float:left;
width:60%;
padding:20px;
}
/* Links                     */
.men {
font-size:17px;
color: #c03737;
}
.men:hover{
color: #339933;
}
a{
font-size:15px;
color: #c03737;
}
a:hover{
color: #339933;
}
hr{
color:black;
}
