*{
	margin: 0px;
	padding: 0px;
}

html, body{
	font-size: 11px;
	font-family: verdana;
	background-color: #7c8c90;
        text-align: center;
}

h1{ font-size: 20px; font-weight: bold; }
h2{ font-size: 18px; font-weight: bold; }
h3{ font-size: 16px; font-weight: normal; }
h4{ font-size: 14px; font-weight: normal; }
h5{ font-size: 12px; font-weight: bold; }
h6{ font-size: 12px; font-weight: normal; }

h1,h2,h3,h4,h5{
	color: #7c7814;
	margin:0px;
	padding: 0px;
	font-weight: normal;
}

input{
	font-weight: bold;
	border: 1px solid #949188;
	color: #000;
	padding: 3px;
	font-size: 10px;
}

ul{
	margin-left: 25px;
}

ol{
    margin-left: 25px;
}

li{
	padding-left: 5px;
}

a{
	text-decoration: none;
	border: 0px;
	color: #000;
}

a:hover{
	text-decoration: underline;
}

img{
	border: 0px solid #000;
}

table{
font-size: 11px;
font-family: verdana;
}

/*
common
*/

.padding10{
    padding: 10px;
}

.padding5{
    padding: 5px;
}

.mainheader{
    margin-bottom: 10px;
}

.bold{
    font-weight: bold;
}

img.floatleft{
	float: left;
	margin: 0px 10px 5px 0px;
}

img.floatright{
	float: right;
	margin: 0px 0px 5px 10px;
}

.okvir{
    border: 1px solid #000;
}

img.border{
	border: 1px solid #000;
}

div.clear{
	clear: both;
	height: 0px;
	font-size: 1px;
}

div.clear2px{
	clear: both;
	height: 2px;
	font-size: 2px;
}

div.clear3px{
	clear: both;
	height: 3px;
	font-size: 3px;
}

div.clear4px{
	clear: both;
	height: 4px;
	font-size: 4px;
}

/*
common-layout
*/

div.graybackground{
	background-color: #eef3f7;
	color: #4b5d71;
}
div.graybackground a{ color: #4b5d71; }

div.graybackground h3{ margin-bottom: 4px; }

div.yellowbackground{
	background-color: #f7f4d1;
	color: #515c78;
}

div.yellowbackground a{	color: #515c78; }

div.yellowbackground h3{ margin-bottom: 4px; }

div.padding10{
	padding: 10px;
}

div.marginbottom10px{
	margin-bottom: 10px;
}



/*
PAGES
*/
h2.pageheading{
	background-image: url(img/page_heading_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}

ul.contentlist{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.contentlist li{
	margin: 2px 0px;
}

ul.contentlist a{
	text-decoration: none;
}

ul.contentlist a:hover{
	text-decoration: underline;
}

/*
inform link
*/
a.inform{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	float: right;
	background-color: #a11;
	padding: 5px;
}

a.informblue{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	float: right;
	background-color: #11a;
	padding: 5px;
}

/*
glavna postavitev
*/

div#mainwidth{
    width: 1116px;
    text-align: left;
    margin: 0px auto;
}

div#header{
    background-image: url(img/header.png);
    height: 226px;
}

div#content{
    width: 974px;
    background-image: url(img/middle.jpg);
    background-repeat: repeat-y;
    margin-left: 71px;
}

div#tower{
    float: left;
    width: 206px;
    margin-left: 22px;
    color: #ebe9e9;
    display: inline;
}

div#tower a{
    color: #ebe9e9;
    font-size: 11px;
}

div#maincontent{
    float: left;
    margin-left: 27px;
    width: 680px;
}

div#footer{
    background-color: #991438;
    border: 1px solid #484652;
    width: 974px;
    margin-left: 71px;
    color: #f9f8f8;
    text-align: center;
    font-size: 10px;
}
