@charset "UTF-8";
/* CSS Document */
body{
background-color:#FFFFFF;
margin-top: 0px;
}

#container {
width:1000px;
height:auto;
margin: 0 auto;
background-image: url(images/bg.jpg);
background-repeat: no-repeat;}

#header{
width:1000px;
height: 234px;
background-image: url(images/header.jpg); }


#menu{
width:300px;
float:left;
}

#menu p{
color :#330033;
font-size:14px;
font-family :Times New Roman;
margin-right:24px;
}

#content{
width:599px;
height:auto;
float:left;
background-image: url(images/bgtekst.jpg);
}

#tekst1{
width:549px;
margin-left:25px;
margin-right:24px;
}

#tekst1 h1{
color: #000000;
font-family:Times New Roman;
font-size:18px;
}


#tekst1 p{
color :#000000;
font-size:13px;
font-family :Times New Roman;
}

#tekst1 img{
float :right ;
margin-left:8px;
margin-top:8px;
margin-right:8px;
margin-bottom:8px}

#footer{
width:1000px;
height:25px;
margin: 0 auto;
background-image: url(images/footer.jpg);
clear :both;}

a:link {
	color: #330033;
	text-decoration: none;
}
a:visited {
	color: #330033;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
