/* CSS Document */

*
{
margin:0;
padding:0;
}

body {
background-color:#CCCCCC;
z-index:2;
}

#wrapper {
	width:999px;
	height:598px;
	z-index:1;
	background-color:#ffffff;
	}

#header {
	position:fixed;
	top:0;
	left:0;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	width:100%;
	height:220px;
	z-index:5;
	}

#nav {
	position:fixed;
	top:220px;
	left:0;
	background-image:url(images/navbar.gif);
	background-repeat:no-repeat;
	width:314px;
	height:600px;
	z-index:6;
}


#main {
	position:relative;
	overflow:hidden;
	width:358px;
	height:570px;
	padding:220px 0px 30px 314px;
	z-index:4;
	background-image:url(images/tekstvlak.jpg);
	background-color:#ffffff;
	background:repeat-y;
	}

#rightside {
	position:fixed;
	background-image:url(images/rightside.gif);
	background-repeat:no-repeat;
	top:220px;
	left:670px;
	width:330px;
	height:570px;
	padding-left:160px;
	padding-top:30px;
	color:#FFFFFF;
	z-index:5;
	}

#copyright {
	color:#83101D;
	margin-top:70px;
	width:100%; 
	text-align:left;
	line-height:85%;
	}

.adres {
	margin-top:20px;
	margin-left:37px;
	}

.icon {
	float:left;
	margin-left:-35px;
	}

