a img { border: none; }

body {
	width: 866px;
	background: #fff;
	margin: 0 auto;
	border-top: 20px solid #e7e7e7;
	padding-top: 2px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

#top {
	height: 123px;
	font-family: Verdana;
}

#toplogo {
	width: 166px;
	height: 123px;
	background: url(../gfx/template/logo.gif);
	float: left;
	cursor: pointer;
}

#topfoto {
	height: 110px;
	width: 700px;
	background: url(../gfx/template/foto.jpg) no-repeat;
	border-bottom: 4px solid #e7e7e7;
	float: right;
}

#topmenu {
	position: relative;
	clear: both;
	height: 34px;
	border-bottom: 2px solid #f7931d;
	margin-bottom: 15px;
	margin-left: 166px;
	padding: 2px 0;
	font-size: 9pt;
}

#topmenu a.l1, #topmenu span.l1  {
	display: block;
	width: 90px;
	height: 24px;
	margin-right: 6px;
	background: url(../gfx/template/menu.gif) no-repeat;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	float: left;
}




#topmenu a.lang {
	display: block;
	width: 120px;
	height: 24px;
	text-align: right;
	padding-top: 10px;
	text-decoration: none;
	color: #f7931d;
	font-weight: bold;
	font-size: 8pt;
	float: right;
}

.submenu {
	width: 200px;
	top: 37px;

	display: block;
	position: absolute;
	background: #00adee;
	border: 1px solid #ddd;
	font-size: 8pt;
}

.submenu a {
	display: block;
	padding: 3px 3px 0 3px;
	height: 17px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	color: #eee;
	text-decoration: none;
}

.submenu a:hover {
	background: #eee;
	color: #f7931d;
}

#sub1 { left: 95px; }
#sub2 { left: 480px; }

#content {
	overflow: auto;
	padding-bottom: 30px;
	border-bottom: 13px solid #f8931e;
	background: url(../gfx/template/haslo.gif) 166px 0 no-repeat;
}

#l {
	width: 166px;
	float: left;
	font-size: 8pt;

}

h4 {
	background: url(../gfx/template/h.gif) 0 2px no-repeat;
	padding-left: 20px;

}


ul li {
	list-style-image: url(../gfx/template/bullet.gif);

}

#r {
	width: 660px;
	margin-left: 166px;
	padding-top: 50px;
	font-size: 10pt;
	padding-left: 40px;
	text-align: justify;
}

#bottom {
	padding: 15px 0;
	text-align: center;
	font-size: 7pt;
}


