html { 
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 80%;
	text-align: center; 
	}

body { 
	background-color: #6A6A6A; 
	text-align: left;
	color: #B7B7B7;
	padding: 0;
	margin: 0;
	color: #666666;
	}

a:link, a:visited, a:hover, a:active, a:focus { color: #E77E18; text-decoration: underline; }
a:hover, a:active, a:focus { text-decoration: none; }	
	
#wrapperWin { 
	width: 990px; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background-color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
}

#header {
	/*margin-bottom: 5px;*/
	width: 100%;
}
#header-line { width: 100%; clear: both; height: 5px; margin-top: 3px; }
#header-left-logo {
	width: 324px;
	height: 120px;
	padding: 0;
	margin: 0;
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
	float: left;
}
#header-button-orange {
	width: 324px;
	height: 120px;
	padding: 0;
	margin: 0;
	background-image: url('../images/oranzova.gif');
	background-repeat: no-repeat;
	vertical-align: top;
	float: left;
	margin-left: 4px;
}
#header-button-green {
	width: 324px;
	height: 120px;
	padding: 0;
	margin: 0;
	background-image: url('../images/zelena.gif');
	background-repeat: no-repeat;
	vertical-align: top;
	float: left;
	margin-left: 4px;
}
#header-left-logo-line { width: 324px; height: 5px; float: left; display: block; visibility: hidden; }
#header-button-orange-line { width: 324px; float: left; display: block; visibility: visible; margin-left: 4px; }
#header-button-green-line { width: 324px;  float: left; display: block; visibility: hidden;  margin-left: 4px; }

#menu { width: 294px; float: left; padding: 0; margin: 0; min-height: 300px; color: #B7B7B7; font-weight: bold; line-height: 2em; }
#menu ul li { border-bottom: 1px dotted #C6C6C6; list-style: none; }
#menu a, #menu a:link, #menu a:visited, #menu a:active, #menu a:focus { color: #666666; text-decoration: none; }
#menu a:hover { color: #E77E18; }

#content { width: 681px; float: left; margin: 0; min-height: 300px; padding: 0px 0px 10px 15px; }
#content h1 { border-left: 4px solid #E77E18; margin-left: 18px; text-indent: 5px; font-size: 160%; }
.emphases { font-weight: bold; font-style: italic; font-size: 130%; }
.menu-arrow { font-size: 130%; font-weight: bold; padding-right: 3px; color: #E77E18; }

#logos { padding-top: 15px; padding-bottom: 15px; }
#logos div { width: 100%; }
#logos div img { border: 1px none #fff; float: left; }
#logos #group1 { height: 76px; }
#logos #group1 img { margin-left: 25px; }
#logos #group2 { height: 75px; margin-top: 5px; }
#logos #group2 img { margin-left: 25px; }
#logos #group3 { height: 81px; margin-top: 15px; }
#logos #group3 img { margin-left: 25px; }

.clear { clear: both; float: none; }

.doubleline {
	width: 100%;
	height: 5px;
	background-image: url('../images/doubleline.jpg');
	background-repeat: x-repeat;
}

.gallery { width: 100%; }
.gallery a img { border: 1px none #fff; float: left; padding: 3px; }

#footer {
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

