@charset "windows-1250";

body {
	background: #232323;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
		font: 77%/1.3 Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}

#container {
	width: 796px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#language {
	padding: 0;
	background-image: url(assets/head1_02.jpg);
	background-repeat: no-repeat;
	height: 30px;
}

#language p {
	text-align: right;
	font-size: 100%;
	color: #000000;
	margin: 0;
	font-style: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	}
	
#language a{
	color: #000000;
}

#language a:hover{
	color: #ffffff;
}

#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(assets/head1_04eng.jpg);
	background-repeat: no-repeat;
	height: 209px;
}

#menu {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(assets/head1_04.jpg);
	height: 54px;
	
}

#menu a{
	color: #89BBF0;
}

#menu a:hover{
	color: #000000;
}

#menu p {
	text-align: center;
	font-size: 200%;
	color: #89BBF0;
	margin: 0;
	font-style: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	}


.razmak{
	margin-left: 0.8em;
	margin-right: 0.8em;
}

.razmak2{
	margin-left: 0.8em;
	margin-right: 0.8em;
	float: left;
}



.galerija{
	padding: 3px;
	border: 1px solid #333333;
	margin: 0.8em;
}




#header2 {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(assets/head1_05.jpg);
	height: 75px;
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 110%;
}

#mainContent a:hover{
	text-decoration: none;
	font-weight: bold;
}


#mainContent a:link {
	text-decoration: underline;
	color: #000000;	
}

#mainContent a:visited {
	text-decoration: underline;
	color: #000000;
	
}

#bio{
	float:right;
	width: 33%;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 0.84em;
}

#bio a:hover{
	color: #ffffff;
	background: #6DA0D3;
}

.rfloatbio			{
	float: right;
	margin-left: 15px;
	width: 225px;
	margin-right: 8px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 20px;
	padding-top: 0px;
}

.bl {
	width: 20em;
	background-color: #F7C38C;
	background-image: url(assets/1bl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
} 
.br {
	background-image: url(assets/1br.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
} 
.tl {
	background-image: url(assets/1tl.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
} 
.tr {
	padding:10px;
	background-image: url(assets/1tr.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
} 
.clear {font-size: 1px; height: 1px}


#content{
	float: left;
	width: 60%;
	margin: 0px;
	padding: 10px;
	font-size: 110%;	
}

.clearit{
clear: both;
display: block;
}

.clearfix:after {
color: #ffffff; 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: visible;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#footer {
	padding: 0;
	background-image: url(assets/foot_03.jpg);
	height: 29px;
}
 #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 100%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#footer  p a {
	color: #000000;
	background-color: #F7C38C;	
}


#footer  p a:hover{
	color: #000000;
	background-color: #ffffff;
}


		

