/**************************************************/
/*                 odstavec                                                         */
/**************************************************/


p	{ 
text-indent: 10px; margin:2px 
}



/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
background: #000099 url('images/back.png') repeat-x top center; 
margin: 0;
padding: 0;
font-style:normal; font-variant:normal; font-weight:normal; line-height:10pt; font-size:10pt; font-family:verdana, arial, sans-serif
}

#wrapper {
margin: 0 auto;
width: 800px;
padding: 0;
text-align: left;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
background: url('images/bgtop.png') no-repeat top center; 
width: 800px;
height:60px
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background: url('images/bgmiddle.png') repeat-y center; 
width:766px;
height:600%;
padding-left:17px; padding-right:17px; padding-top:0px; padding-bottom:0px
}

#contentx {
background: url('images/bgmiddle.png') repeat-y center; 
width:766px;
height:300%;
padding-left:17px; padding-right:17px; padding-top:0px; padding-bottom:0px
}


#contented {
background: url('images/bgmiddle.png') repeat-y center; 
width:766px;
height: 200%;
padding-left:17px; padding-right:17px; padding-top:0px; padding-bottom:0px
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
background: url('images/header.png') no-repeat top center; 
width: 746px;
height: 60px;
color: white;
font-size: 25px;
text-align: ; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:10px; padding-left:20px; padding-right:0px; padding-top:20px; padding-bottom:0px
}



/*                    Menu                   */
#menu {
width: 200px;
height: 200%;
margin-left: 10px;
float: left;
text-align: left;
}

#menu li a {
height:37px;
voice-family: "\"}\""; 
voice-family: inherit;
height:48px;
text-decoration: none;
text-align: left;
}	
	
#menu li a:link, #menu li a:visited {
color: navy;
display: block;
background:  url('images/off5.png') no-repeat top center;
height: 48px;
text-align: left; padding-left:10px; padding-right:0; padding-top:8px; padding-bottom:0
}
	
#menu li a:hover {
color: blue;
background:  url('images/on5.png') no-repeat top center;
height: 48px;
text-align: left; padding-left:10px; padding-right:0; padding-top:8px; padding-bottom:0
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#stuff {
background:  url('images/texttop.png') no-repeat top left;
width: 520px;
padding-top:55px;
border: 2px none navy;; margin-left:220px; margin-right:0px; margin-top:0px; margin-bottom:0px
}

img {
border: none;
} 



/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url('images/bgbottom.png') no-repeat bottom center; 
width: 800px;
height: 50px
}