@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(pix/back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-size: small;
}
h1 {
	font-size: medium;
	font-weight: bold;
	color: #E67606;
	margin-bottom: -12px;
	padding-bottom: 0px;
}

h2 {
	font-size: small;
	font-weight: bold;
	color: #1b5498;
	margin-bottom: -12px;
	padding-bottom: 0px;
	text-transform: uppercase;
}

#topper {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: -1px;
	top: 0px;
}




#content {
	position:absolute;
	width:713px;
	z-index:2;
	left: 169px;
	top: 132px;
}
#menu {
	position:absolute;
	width:138px;
	height:440px;
	z-index:3;
	left: 0px;
	top: 128px;
}

#adres {
	position:absolute;
	width:200px;
	height:88px;
	z-index:6;
	left: 479px;
	top: 9px;
	font-size:10px;
	color: #215295;
}

#foto {
	position:absolute;
	width:200px;
	height:115px;
	z-index:5;
	left: 701px;
	top: 0px;
}

a {
	font-weight: bold;
	color: #215295;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #E67606;
	text-decoration: none;
}

