body {
	margin: 0;
	padding: 0;
}

#content {
	position: absolute;
	top: 20px;
	left: 35px;
	width: 860px;
	height: 100%;
}

#left {
	display: block;
	position: absolute;
	width: 516px;
	height: 100%;
	top: 0;
	left: 0;
}

#right {
	display: block;
	position: absolute;
	width: 340px;
	height: 100%;
	top: 0;
	left: 550px;
}

.text {
	text-align: justify;
	font-family: Verdana;
	color: Black;
	font-size: 11px;
}

/*-----------------------------------------------*/

#left #motto {
	display: block;
	position: relative;
	font-family: Century Gothic;
	color: #b64327;
	width: 100%;
}

#left #motto #text1 {
	position: absolute;
	font-size: 36px;
}

#left #motto #text2 {
	position: absolute;
	font-size: 30px;
	top: 30px;
	
}

/*-----------------------------------------------*/

#left #header {
	display: block;
	position: absolute;
	font-family: Century Gothic;
	color: #fc952f;
	top: 70px;
}

#left #header #logotext {
	position: absolute;
	width: 400px;
	font-size: 51px;
}

#left #header #logosro {
	position: absolute;
	font-size: 14px;
	left: 315px;
	top: 48px;
	width: 50px;
}

#left #header #logotype {
	position: absolute;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	left: 395px;
	top: -28px;
	width: 138px;
	height: 88px;
}

/*-----------------------------------------------*/

#menu {
	position: absolute;
	top: 140px;
}

/*-----------------------------------------------*/

#maintext {
	display: block;
	position: absolute;
	background-image: url(img/mainback.gif);
	background-repeat: no-repeat;
	width: 94%;
	_width: 100%;
	height: 100%;
	top: 235px;
	padding: 20px;
	padding-top: 5px;
}

#maintext .nadpis {
	font-family: Century Gothic;
	font-size: 30px;
	color: #000;
	padding-bottom: 7px;
}

/*-----------------------------------------------*/

#right #advert {
	position: relative;
	display: block;
	width: 300px;
	_width: 310px;
	height: 115px;
	top: 10px;
	margin-bottom: 25px;
}

#right .info {
	position: relative;
	display: block;
	width: 280px;
	_width: 310px;
	background-image: url(img/infoback.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding: 7px 15px 15px 15px;
}

#right .infonadpis {
	position: relative;
	font-family: Century Gothic;
	font-size: 24px;
	color: #fff;
	padding-bottom: 7px;		
}

a {
	color: #f23;
	text-decoration: underline;
}

a:hover {
	color: #d23;
	text-decoration: none;
}