/* CSS Document */

*{
padding: 0;
margin: 0;
}

body{
background: url('images/background.gif') repeat-x;
background-color: #FFF;
font-family: verdana;
font-size: 10px;
}

#tekstwrap{
width: 820px;
height: auto;
margin: 0px auto;
margin-top: 50px;
}



#tekst{
background: none;
height: 30px;
font-family: Verdana;
font-size: 24px;
color: #FFF;
text-transform: uppercase;
}

#container{
background: #FFF;
width: 820px;
height: auto;
margin: 0px auto;
}

#fix{
background: none;
height:10px;
}

#header{
background: url('images/stock.png');
width: 800px;
height: 150px;
margin-left: 10px;
}

#menu{
background: #FFF;
height: 25px;
width: 800px;
margin-top: 10px;
border-bottom: 5px solid #292929;
margin-left: 10px;
text-align: center;
}

#menu a{
font-family: Trebuchet MS;
padding-top: 8px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
font-size: 12px;
color: #333333;
text-decoration: none;
}

#menu a.1{
margin-left: 10px;
}

#menu a:hover{
background: #292929;
color: #FFF;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}

#content{
margin-left: 10px;
float: left;
width: 550px;
}

#link{
float: right;
margin-right: 10px;
width: 200px;
}

#link a{
padding-top: 7px;
display: block;
height: 23px;
font-size: 12px;
color: #333333;
text-decoration: none;
text-align: center;
}

#link a:hover{
background: #EEEEEE;
}

#footer{
width: 800px;
text-align:center;
color: #111111;
}
