/* CSS Document */
body{
padding: 0px;
margin: 0px;
text-align: left;
background-image: url(images/bg.gif);
font-family: times new roman,serif;
font-size: 16px;
font-style: italic;
font-weight: normal;
line-height: 20px;
color: #000000;
padding: 10px;
}

form{
margin: 0px;
padding: 0px;
}

#container{
width: 1000px;
height: 682px;
}

#header{
background-image: url(images/bg_top.gif);
background-repeat: no-repeat;
height: 221px;
}

#headerstart{
background-image: url(images/bg_topstart.gif);
background-repeat: no-repeat;
height: 150px;
}

#tekststart{
background-image: url(images/bg_middle.gif);
background-repeat: repeat-y;
padding-left: 70px;
padding-right: 70px;
text-align: left;
min-height: 271px;
}


#menu{
padding-top: 150px;
padding-left: 20px;
}

#tekst{
background-image: url(images/bg_middle.gif);
background-repeat: repeat-y;
padding-left: 100px;
padding-right: 70px;
text-align: left;
min-height: 200px;
}

#footer{
background-image: url(images/bg_bottom_small.gif);
background-repeat: no-repeat;
height: 200px;
width: 1000px;
padding-top: 150px;
padding-left: 100px;
text-align: left;
font-size: 12px;
}

#footer a{text-decoration: none;}

#fotorij{
padding-top: 50px;
width: 800px;
}

.foto{
padding-left: 20px;
}

#menu a{
font-size: 14px;
color: #6600ff;
text-decoration: none;
font-family: verdana;
font-style: normal;
font-weight: bold;
padding: 10px;
}

#menu a:hover, #menu a.active{
color: #000000;
}

a {
color: #000000;
}

h1{font-size: 22px;}

img{border:none;}

