@charset "UTF-8";
/* CSS Document */
body{
background-image: url(images/background.jpg);}

#container {
width:1000px;
height:auto;
margin: 0 auto;
background-image: url(images/containerbackground.jpg);}

#header{
width:1000px;
height:215px; }

#menu{
width:265px;
float:left;
}

#content{
width:735px;
height:auto;
float:left;
}

#tekst1{
width:650px;
margin-left:30px;
margin-top:30px;
}

#tekst1 h1{
color: #ffffff;
font-family:Times New Roman;
font-size:18px;
}

#tekst1 h2{
color :#ffffff;
font-size:12px;
font-family :Verdana ;
font-weight: bold;
}

#tekst1 p{
color :#ffffff;
font-size:12px;
font-family :Verdana;
}

#tekst1 img{
float :right ;
margin-left:5px;
margin-top:10px}

#footer{
width:1000px;
height:25px;
margin: 0 auto;
background-color:#ffffff;
clear :both;}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
