/*************************************************************************drop-down menu zgornji******************************************************************************/

.chromestyle{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
width:100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(http://www.hovawart-exhortoalbo.com/chromemenu/chrometheme/chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 3px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a.red{
color: #990000;
}

.chromestyle ul li a.green{
color: #009900;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(http://www.hovawart-exhortoalbo.com/chromemenu/chrometheme/chromebg-over2.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/*************************************************************************drop-down menu spodnji******************************************************************************/

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
z-index:100;
background-color: #9ABEE2;
text-align:center;
width: 100px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}


/*************************************************************************styles******************************************************************************/

html, body {
	background: #8F97A2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

a, a:hover {
	color: #9ABEE2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: middle;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #9ABEE2;
	text-align:justify;
	margin-top: 15px;
	border-bottom: 1px solid #9ABEE2;
	border-bottom-style: dotted;
}

h2 {
	font-size: 10px;
	font-family:Calibri;
	color: #9ABEE2;
	text-align:justify;
	margin-top: 15px;
}


div.header, div.main, div.footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div.intro {
	height: 100%;
}

div.header {
	height: 213px;
	background: url(http://www.hovawart-exhortoalbo.com/fotke/head.jpg);
	margin-top: 20px;
}

div.main {
	width: 800px;
	background: url(http://www.hovawart-exhortoalbo.com/fotke/back/12.jpg);
	font-size: 12px;
	text-align:justify;
}

table.main {
	width: 800px;
	font-size: 12px;
	text-align:justify;
	background:url(http://www.hovawart-exhortoalbo.com/fotke/back/12.jpg)
}


div.footer {
	height: 170px;
	background: url(http://www.hovawart-exhortoalbo.com/fotke/back/footer.jpg);
	font-size: 12px;
	margin-bottom: 20px;
}

div.footer a, div.footer a:hover {
	color: #6E6F59;
	text-decoration: none;
}



/*************************************************************************styles******************************************************************************/


td {
	vertical-align: top;
}

td.menu {
	width:800px;
	padding-top: 50px;
	padding-left: 20px;
	font-size:12px;
}

td.menu img {
	border: none;
}


td.vsebina {
	width: 800px;
	margin-top: 10px;
	padding: 25px;
	padding-right: 45px;
	text-align: left;
	background:url(12.jpg)
}

/*************************************************************************foto******************************************************************************/

ul.foto {
	margin: 0px;
	padding: 0px;
}

ul.foto li {
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	padding: 10px;
}


.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.top {vertical-align: top;}
.middle {vertical-align: middle;}
.bottom {vertical-align: bottom;}
