body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #280F0A;
}
#kontener {
	width: 800px;
	height: 480px;
	margin: 0 auto;
	background-image: url(../img/tlo.jpg);
	background-repeat: no-repeat;
}

#motto {
	font-style:italic;
	font-size:0.7em;
	color: #E8D4Af;
	top: 25px;
	margin-left:200px;
	position: relative;
	text-align: center;
}

#tytul {
	font-style:italic;
	top:90px;
	left:530px;
	width: 250px;
	font-size:1.1em;
	color: White;
	position: relative;
}

#tresc {
	top: 120px;
	width: 250px;
	left: 550px;
	right: 0px;
	font-style:italic;
	font-size: 0.7em;
	color: white;
	position:relative;
	border-left: 2px solid #54290A;
	border-right: 2px solid #54290A;
	padding-left: 5px;
	padding-right: 5px;
	
}

#menu a {
	top:100px;
	width: 250px;
	height: 50px;
	left: 80px;
	font-size:1.2em;
	font-style:italic;
	color: #E8D4Af;
	text-decoration: none;
	border-style: none;
	position: relative;
	display:block;
}

#menu a:hover {
	top:100px;
	width: 250px;
	height: 50px;
	left: 80px;
	font-size:1.2em;
	font-style:italic;
	color: #999999;
	text-decoration: none;
	border-style: none;
	position:relative;
	display:block;
}

#tresc a {
	color: White;
	text-decoration: none;
	border-style: none;
}
#tresc a:hover {
	color: #9e5e2e;
	text-decoration: none;
	border-style: none;
}

#tresc h1, #tresc h2 {
	font-weight: normal;
	color: #0E1D48;
	border-bottom: 1px solid #3C79B6;
	border-left: 10px solid #3C79B6;
	padding-bottom: 7px;
	padding-left: 5px;
}

