body {
width: 900px;
margin: auto;
font-family: Tahoma, Arial, Sans-Serif;
color: #000;
font-size: small; 
background: #f4f4f4;
}

.wrapper {
width: 900px; 
position: relative; 
/*background: #FFF;
border-right: 1px #000 solid; 
border-left: 1px #000 solid;  */
background-image: url(../images/pozadi.gif); 
}

.head_logo {
position: absolute; 
top: 30px; 
left: 50px; 
border: 0px #000 solid;
}

.head_menu {
position: absolute; 
top: 55px; 
left: 305px;
}

.text_menu {
position: absolute; 
top: 85px; 
left: 620px; 
padding-left: 20px; 
width: 210px; 
border-left: 1px #000 solid;
}

.text_text {
width: 550px; 
padding-right: 30px; 
padding-left: 50px; 
padding-top: 80px; 
padding-bottom: 30px; 
margin-top: 0px; 
}

h1 {
font-size: 12pt;
color: #ff6300;
margin-top: 8px;
margin-bottom: 0px;
}

h2 {
font-size: 10pt;
color: #ff6300;
margin-top: 0px;
margin-bottom: 0px;
}

p {
margin-top: 4px;
margin-bottom: 10px;
}


.tlacitko {}
.tlacitko:hover {}

.head_menu a:link {color: #ff6300; text-decoration: none;  padding-top: 2px; padding-bottom: 2px;}
.head_menu a:visited {color: #ff6300; text-decoration: none;  padding-top: 2px; padding-bottom: 2px;}
.head_menu a:hover{color: #ffffff; text-decoration: none; background: #ff6300;  padding-top: 2px; padding-bottom: 2px;}

