body {
	background: rgb(246, 144, 80) url(pics/content/bodyBack.png) repeat-x 0 0;
}

#container {
	width: 900px;
	top: 0;
	left: 50%;
	margin-left: -450px;
	position: absolute;
	background: rgb(255, 255, 255);
	z-index: 50;
}

#bodyRight {
	background: url(pics/content/bodyRight.png) repeat-x 0 0;
	height: 100px;
	width: 50%;
	left: 50%;
	top: 0;
	position: absolute;
	z-index: 1;
}

#header {
	background: url(pics/content/header.png) no-repeat 0 0;
	width: 900px;
	height: 100px;
}

#content {
	width: 900px;
	min-height: 800px;
	margin: 30px 0 0 0;
}

#left {
	width: 190px;
	float: left;
	padding: 0 10px 0 0;
}

#main {
	margin: 0;
	width: 460px;
	float: left;
	padding: 0 20px 40px 20px;
}

#right {
	width: 190px;
	float: left;
	padding: 0 0 0 10px;
}

#footer {
	width: 900px;
	height: 20px;
	padding: 10px 0 0 0;
	text-align: center;
	border-top: 1px solid rgb(48, 123, 191);
}


/* ----------------- divs -----------------------*/

.pasus {
	padding: 5px 0 5px 0;
}

.title {
	border-top: 1px solid rgb(48, 123, 191);
	padding: 20px 0 20px 0;
	font-family: sans-serif, tahoma, arial, verdana;
	font-size: 36px;
	font-weight: normal;
	color: rgb(48, 123, 191);
	line-height: 1.3em;
	letter-spacing: 0px;
}

.subtitle {
	padding: 0 0 20px 0;
	font-family: sans-serif, tahoma, arial, verdana;
	font-size: 24px;
	font-weight: normal;
	color: rgb(246, 144, 80);
}
	

.datum {
	padding: 5px 0 5px 0;
	font-size: 11px;
}

.sadrzaj {
	text-align: justify;
	padding: 0 0 30px 0;
}


/* ------------------ text ---------------------- */

.normalText {
	font-family: sans-serif, tahoma, arial, verdana;
	font-size: 12px;
	font-weight: normal;
	color: rgb(75,75, 75);
	line-height: 1.5em;
	letter-spacing: 1px
}

.boldBlueText {
	font-family: sans serif, tahoma, arial, verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(48, 123, 191);
	margin: 10px 0 10px 0;
}

.normalLink, .searchLink {
	font-family: sans serif, tahoma, arial, verdana;
	font-size: 12px;
	font-weight: normal;
	color: rgb(75,75, 75);
	text-decoration: none;
}

a.normalLink:hover {
	color: rgb(48, 123, 191);
}

.searchLink {
	font-weight: bold;
	color: rgb(48, 123, 191);
	text-decoration: underline;
}

a.searchLink:hover {
	text-decoration: none;
}

.specialLink {
	font-weight: bold;
}

.sideTitle {
	width: 170px;
	padding: 8px 0 0 20px;
	margin: 0 0 5px 0;
	height: 25px;
	background: rgb(48, 123, 191);
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.sidePasus {
	padding: 0 0 10px 20px;
}

.sidePasus2 {
	padding: 0 0 0 20px;
}

/* --------------- list ---------------- */

ul.lista {
	color: rgb(48, 123, 191);
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0 0 15px;
	margin: 0;	
}

ul.lista li {
	list-style: square;
	color: rgb(75, 75, 75);
	padding: 0;
	margin: 5px 15px 0 15px;
}

ul.menuLeft {
	list-style: square;
	margin: 0 0 0 35px;
	padding: 0;
}

ul.menuLeft li {
	margin: 0;
	padding: 0 0 10px 0;
}






.clear {
	clear: both;
}


.menu {
	position: relative;
	top: 0;
	left: 0;
	margin: -55px 0 0 300px;
}

.menu ul {
	list-style: square;
	width: 600px;
	height: 20px;
	color: rgb(255, 255, 255);
}

.menu ul li {
	float: left;
	padding: 0 30px 0 0
}

.menu ul li a {
	font-family: sans-serif, tahoma, arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: rgb(255, 255, 255);
}

.menu ul li a:hover {
	text-decoration: underline;
}




.noBorder {
	border: none;
}

.picLeft {
	margin: 5px 15px 5px 0;
	border: 1px solid rgb(75, 75, 75);
	float: left;
}

.picRight {
	margin: 5px 0 5px 15px;
	border: 1px solid rgb(75, 75, 75);
	float: right;
}

.hor {
	width: 200px;
	height: 150px;
}

.ver {
	width: 150px;
	height: 200px;
}


.list {
	position: absolute;
	top: 0;
	width: 440px;
	left: 50%;
	margin: 10px 0 0 0;
	z-index: 10000;
	text-align: right;
	float: right;
}




.submit {
	border: 2px solid rgb(48, 123, 191);
	background: white;
	color: rgb(48, 123, 191);
	margin: 0 0 0 100px;
}

.input {
	border: 1px solid rgb(48, 123, 191);
	background: white;
	color: rgb(48, 123, 191);
	margin: 5px 0 5px 0;
	width: 150px;
}
