* {
	margin: 0;
	padding: 0;
	border: 0;
}
.clear {clear: both;} .strong {font-weight: bold;} .dn, big, .navi {display: none}
.left {float: left} .right {float: right} .distance {padding-top: 20px}
body {
	background: #fff url('img/body.png') repeat-x;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
}
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS';
	color: #006;
}
h1 {
	font-size: 22px;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 18px;
	margin: 16px 0 10px 0;
}
h3 {
	font-size: 16px;
	margin: 14px 0 10px 0;
}
h4 {
	font-size: 14px;
}
p, ul {
	margin: 0 0 10px;
}
ul {
	list-style: inside;
}
ul ul {
	margin-left: 14px;
}
a {
	color: #e22917;
	padding: 1px;
}
a:hover {
	background: #e22917;
	color: #fff;
}
a.pdf {
	line-height: 3em;
	background-image: url('img/pdf_ico.png');
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding: 12px 2px 2px 30px;
}
#container {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#content {
	background: url('img/container.png');
	padding: 0 300px 20px 20px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
}
#header {
	height: 267px;
	background: url('img/header.jpg');
	position: relative;
}
	#logo {
		display: block;
		width: 150px;
		height: 122px;
		padding: 0;
		position: absolute;
		top: 15px;
		left: 56px;
	}
	#logo:hover {
		background: none;
	}
	#flashversion {
		position: absolute;
		top: 220px;
		right: 20px;
		width: 120px;
	}
	#flashversion a {
		height: 42px;
		background: url(img/flashbutton.png) no-repeat;
		display: block;
	}
	#flashversion span {
		display: none;
	}
#menu {
	position: absolute;
	top: 267px;
	right: 1px;
	width: 291px;
	height: 300px;
	background: url('img/menu.png');	
}
	#menu ul {
		/*width: 250px;*/
		margin: 0 3px;
	}
	#menu li {
		font-family: 'Trebuchet MS', Verdana, sans-serif;
		list-style: none outside;
		font-size: 12px;
	}
	#menu a {
		/*padding: 3px;*/
		display: block;
		font-weight: bold;
		color: #C13A00;
		text-decoration: none;
		padding: 5px 10px;
	}
	#menu a:hover {
		background: url('img/menu-hover.jpg') repeat-x;	
	}
#footer {
	background: url('img/footer_logo.png') 360px 20px no-repeat;
	border-top: 1px solid #F4EAE3;
	height: 140px;
	position: relative;
}
	#footer a:hover {
		background: none;
	}
	#footer p {
		margin: 0;
		font-size: 10px;
		font-family: Tahoma;
	}
	#footer p,
	#footer a {
		color: #aaa;
	}
	p#copy {
		position: absolute;
		width: 100%;
		top: 120px;
		text-align: center;
	}
	p#adres {
		position: absolute;
		top: 36px;
		left: 460px;
	}
	p#seo {
		position: absolute;
		bottom: 25px;
		width: 100%;
		text-align: center;
	}
img {
	border-width: 1px;
	border-style:  solid;
	border-color: #FBFBFB #E8E8E8 #EAEBEC #EAEBEC;
	background: #FBFAF6 url('img/img.jpg') repeat-x;
	padding: 9px;
	margin: 5px auto 10px;
	display: block;
}
#seo img {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	display: inline;
}
address {
	font-style: normal;
	font-size: 13px;
	line-height: 1.3em;
}
