body
{
font-family: Verdana, Arial, Helvectica;
font-size: 11px;
margin: 0;
padding: 0;
color: black;
background-color: #ffffff;
} 

/*Prostredi pro fixovani banneru */

#fixxx 
{
position: fixed;
/*margin: auto;*/

top: 0px;
} /* pro Mozillu */
#fixxx {position: "absolute";} /* pro IE */

/*Poloha banneru*/

#banner
{
position: relative;
top: 0px;
left: 0px;
margin: 0;
padding: 0;
height: 150px;
width: 1000px;  
color: #FFFFFF;
background-color: #A08347;
background-image: url('./pictures/banner.jpg');
}

#counter
{
text-align: center; 
margin: 10px auto;
width: 90px;
font-style: normal;
font-size: 12px;
font-weight: bold;	
text-decoration: none;
color: #7E3517;
}
#counter a
{
font-style: normal;
font-size: 11px;
font-weight: bold;	
text-decoration: none;
color: #7E3517;
}

/*Poloha fotky s Brackettem*/

#brackett
{
position: relative;
margin: 0;
padding: 0;
top: -25px;
left: 10px; 
width: 160px;   
}

/*Novinky*/

#news
{
position: relative;
width: 160px;
height: 260px;

top: 0px;
left: 10px;  
}

#capsule
{
background-color: #FFE895;
background-image: url('./pictures/news_background.jpg');
color: #7E3517;
padding: 0px 10px 10px 10px;
_padding: 10px 10px 10px 10px;
border-width: 2px;
border-style: solid;
border-color: #90745C;
-moz-border-radius: 1em;
border-radius: 1em;
}


#box
{
width: 129px;
height: 230px;
}

#box a
{
color: #7E3517;
text-decoration:none;
}

#box ul
{
padding-left: 0;
margin-left: 0;
}

#box ul li
{
text-align: left; 
text-indent: 0;
list-style-position: inside;
}

/*Navigacni pruh s menu*/

#navig
{
position: relative;
top: 130px;
left: 200px; 
width: 800px;
height: 20px;
background-color: #A08347;
text-align: center;
opacity: 0.6;
/*background-image: url(pictures/bluebg.jpg);
background-repeat: repeat; 
background-position: 0px 0px; 
*/
}

#navigbox
{
position: relative;
top: 112px;
left: 200px; 
width: 800px;
height: 20px;
color: #FFF71B;
text-align: center;
}

#navigbox a
{
font-style: normal;
font-size: 12px;
font-weight: bold;	
text-decoration: none;
color: #FFF71B;
}



/*Obsah stranky*/

#contents
{
position: relative;
top: 160px;
left: 200px;
width: 780px;         
padding: 0;
text-align: left;
color: black;
}







