* {
	padding: 0px;
	margin: 0px;
}

body {
	width: 100%;
	font-size: 12px;
	font-family: Arial, Geneva, Verdana, Kalimati, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #FFF;
	background-color: #ff5301;
	background-image: url("gfx/background.jpg");
	background-repeat: repeat-x;
}

#frame {
	margin: 12px auto;
	width: 970px;
	height: 835px;
	background-image: url("gfx/graphic.jpg");
	background-repeat: no-repeat;
}

#top {
	width: 100%;
	height: 77px;
}

#wrapper {
	width: 100%;
	height: 357px;
}

#left {
	width: 121px;
	height: 100%;
	float: left;
}

#menu {
	width: 250px;
	height: 100%;
	float: left;
}

#menu ul {
	list-style-type: none;
	margin-top: 40px;
}

#menu ul li {
	color: #ffe418;
	font-size: 13px;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	padding-left: 5px;
}

#menu li a {
	color: #fff;
	display: block;
	height: 100%;
	text-decoration: none;
}

#menu li a:hover {
	color: #ffe418;
}

#content {
	width: 599px;
	height: 100%;
	float: left;
}

#kontakt {
	padding-left: 720px;
	height: 380px;
	float: left;
}

#kontakt p.nadpis {
	text-align: right;;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

#footer {
	width: 100%;
	clear: both;
	text-align: right;
	color: #000;
	font-size: 9px;
}	

a {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}

hr {
	border: 0;
	color: #999;
	background-color: #999;
	height: 1px;
	margin-top: 2px;
}

h1 {
	font-weight: normal;
	font-size: 16px;
	color: #999;
	margin: 8px 55px 18px 140px;
	border-bottom: 1px solid #999;
}

#content p {
	margin-left: 20px;
	margin-right: 55px;
	line-height: 1.3em;
}

#content ul {
	margin-left: 35px;
	margin-right: 55px;
	list-style-type: disc;
	line-height: 1.3em;
}
