/* CSS Stepan Vojtech Document */

body {
background: #3e3e3e url('images/bkg.jpg') repeat-x;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

#container {
background: #dbdbdb;
width: 950px;
min-height: 600px;
margin: 0px auto;
}

#header {
background: #131313 no-repeat top left;
height: 0px;
width: 950px;
border-top: solid 0px #000;
border-left: solid 0px #000;
}

#headertxt {
height: 180px;
width: 950px;
}

#logos {
background: black;
text-align: left;
padding: 0px 0px 0px 10px;
}

#menu {
padding: 0px 0px 0px 400px;
color: #000;
font-variant: small-caps;
font-style: bold;

line-height: 33px;
}

#menu a{
color: #000;
text-decoration: none;
padding: 7px 10px 10px 10px;
line-height: 33px;
}

#menu a:hover{
font-style: bold;
color: white;
background: #990000 no-repeat top left;
line-height: 33px;
padding: 7px 10px 10px 10px;
}

#content {
width: 946px;
min-height: inherit;
margin: 1px;
border-left: solid 1px black;
border-right: solid 1px black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: black;
overflow: hidden;
}

#footer {
background: #3e3e3e url('images/footer.jpg') no-repeat top left;
height: 33px;
width: 950px;
font-size: 9px;
text-align: center;
margin: 0px 0px 0px 0px;
padding: 7px 0px 0px 350px;
color: white;
}

#footer a {
color: yellow;
font-weight: bold;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;

}

#maincontentbox {
float: left;
width: 685px;
padding: 10px 10px 10px 10px;
}

.quotes {
border-left: 2px red solid;
margin-left: 15px;
padding-left: 5px;
line-style: justified;
}

.img {
padding: 5px 5px 5px 5px;
}

#smallcontentbox {
float: left;
width: 200px;
margin-left: 20px;
padding: 10px 10px 10px 10px;
}

h1 {	
font-size: 11px;
background: url('images/headers.jpg') #131313 no-repeat top left;
padding: 0 35px;
font-variant: small-caps;
}

h2 {
font-size: 11px;
background: url('images/bg_header.jpg') #131313 no-repeat top left;
padding: 0 35px;
font-variant: small-caps;
line-height: 30px;
}

h3 {	
font-size: 11px;
background: url('images/bg_header.jpg') #131313 no-repeat top left;
padding: 0 35px;
font-variant: small-caps;
line-height: 30px;
}

h4 {
font-size: 11px;
background: url('images/bg_header.jpg') #131313 no-repeat top left;
padding: 0 35px;
font-variant: small-caps;
line-height: 30px;
}

h5 {	
font-size: 11px;
background: url('images/bg_header.jpg') #131313 no-repeat top left;
padding: 0 35px;
font-variant: small-caps;
line-height: 30px;
}

a, a:visited {
color: #990000;
text-decoration: none;

}

a:hover {
color: red;
text-decoration: underline;
}

.bold {
font-weight: bold;
}

li, ul {
list-style: none;
text-align: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 5px 0px;
}
