@charset "utf-8";
/* CSS Document */

.typography
{
	color: #fff; 
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	text-align: left;
}
.typography h1
{
	font-size: 18px;
	font-weight: bold;
	padding: 7px 20px;
}
.typography h2
{
	font-size: 16px;
	font-weight: bold;
	padding: 7px 20px;
}
.typography h3 
{
	font-size: 14px;
	font-style: italic;
	padding: 5px 20px;
}
.typography p
{
	padding: 0px 20px;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
}
.typography table {
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
}
.typography a:link,
.typography a:active,
.typography a:visited
{
	color: #fff;
	text-decoration: underline;
}
.typography a:hover
{
	text-decoration: none;
}

.typography img {
	border: 2px solid #286ca4;
}
	.typography img.right {
		float: right;
		margin-left: 20px;
		margin-right: 20px;
	}
	.typography img.left {
		float: left;
		margin-right: 20px;
		margin-left: 20px;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
		margin-top:10px;
		margin-bottom: 10px;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
/* ---boxes on main page --- */
.boxes 
{
	width: 729;
	margin-top: 368px;
}

.box1 
{
	background: #082640 url(../images/box1.jpg) no-repeat top center;
	width: 218px;
	float: left;
	margin-left: 9px;
	min-height: 243px;
	text-align: right;
}
.box2 
{
	background: #082640 url(../images/box2.jpg) no-repeat top center;
	width: 217px;
	float: left;
	margin-left: 15px;
	min-height: 243px;
	text-align: right;
}
.box3
{
	background: #082640 url(../images/box3.jpg) no-repeat top center;
	width: 218px;
	float: left;
	margin-left: 15px;
	min-height: 243px;
	text-align: right;
}

/* --- blue box on subpages --- */

.blue_box 
{
	background: #082640 url(../images/vsebina_bg_sub.jpg) no-repeat center top;
	width: 505px;
	min-height: 650px;
	margin-top: 10px;
	margin-left: 14px;
}
.blue_box h1
{
	font-size: 26px;
	font-weight: bold;
	padding: 7px 20px;
}
.blue_box h2
{
	font-size: 20px;
	font-weight: bold;
	padding: 7px 20px;
}
.blue_box h3
{
	font-size: 16px;
	font-weight: bold;
	padding: 7px 20px;
}
.blue_box h4 
{
	font-size: 14px;
	font-style: italic;
	padding: 5px 20px;
}
.blue_box p
{
	padding: 5px 20px;
}
.blue_box fieldset
{
	margin-left: 20px;
}
.blue_box td
{
	padding: 10px;
}
.blue_box .upcoming td 
{
	text-align: center;
}
/* --- blue boxes *-----*/


.blue_boxes_min_1
{
	background: url(../images/box_1.jpg) no-repeat;
	width: 395px;
	height:147px;
	
}
.blue_boxes_min_2
{
	background: url(../images/box_2.jpg) no-repeat;
	width: 395px;
	height:147px;
	margin-top: 7px;
}
.blue_boxes_min_3
{
	background: url(../images/box_3.jpg) no-repeat;
	width: 395px;
	height:147px;
	margin-top: 7px;
}
.blue_boxes_min_4
{
	background: url(../images/box_4.jpg) no-repeat;
	width: 395px;
	height:147px;
	margin-top: 7px;
}