/* ------------- "generic" styles */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #172983;
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

body b{
	font-weight: bold;
}

a {
	text-decoration: underline;
	color: #172983;
}
a:hover {
	text-decoration: none;
	color: #172983;
}

a img {
	border: 0;
}

#container{
	width:1024px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #172983;
	padding-top: 0px;
	padding-left: 0px;
	margin-right:auto;
	margin-left:auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #05091c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #05091c;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #05091c;
}

#container_first{
	width:1024px;
	background-image: url(images/bg_firstpage.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #172983;
	padding-top: 0px;
	padding-left: 0px;
	margin-right:auto;
	margin-left:auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #05091c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #05091c;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #05091c;
	
}
/* ------------- 1st column */
#navigation {
	width:220px;
}

#navigation img.nav {
	margin: 0px 0px 15px 31px;
}

.nav_adresa {
	font-size: 10px;
	margin: 0 0 0 0;
	color: #c3bcb2;
	line-height: 14px;
}

.nav_adresa a{
	color: #c3bcb2;
	text-decoration: none;
}

.nav_adresa a:hover{
	color: #c3bcb2;
	text-decoration: underline;
}

/* ------------- 2nd column */

#points {
	width:220px;
}

#menu {
	font-size: 14px;
	margin: 0 0 2px 0;
	color: #000000;
	line-height: 24px;
	background-color: #d7b369;
}

#menu a{
	padding: 10px 5px 5px 20px;
	color: #000000;
	text-decoration: none;
	display:block;
}

#menu a:hover{
	color: #d7b369;
	text-decoration: none;
	background-color: #000000;
}

#menuon {
	font-size: 14px;
	margin: 0 0 2px 0;
	color: #d7b369;
	line-height: 24px;
	background-color: #000000;
}

#menuon a{
	padding: 10px 5px 5px 20px;
	color: #d7b369;
	text-decoration: none;
	display:block;
}

#menuon a:hover{
	color: #d7b369;
	text-decoration: none;
	background-color: #000000;
}

#download {
	font-size: 14px;
	margin: 0 0 2px 0;
	color: #000000;
	line-height: 24px;
	background-color: #c3bcb2;
}

#download a{
	padding: 10px 5px 10px 20px;
	color: #000000;
	text-decoration: none;
	display:block;
}

#download a:hover{
	color: #c3bcb2;
	text-decoration: none;
	background-color: #000000;
}

/* ------------- 3nd column */

#content {
	width:560px;
	background-color: #FFFFFF;
}

#textinside {
	font-size: 14px;
	padding: 20px 60px 30px 50px;
	margin: 0 0 0 0;
	color: #000000;
	line-height: 19px;
}

.chapter {
	padding: 0px 5px 0px 0px;
	margin: 0 0 0 0;
	font-size: 60px;
	line-height:70px;
	color: #d7b369;
}

.title {
	font-size: 20px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

.subtitle {
	font-size: 16px;
	line-height: 24px;
	padding: 20px 0px 0px 0px;
	margin: 0 0 0 0;
	color: #cc9966;
	font-weight: bold;
}