/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%;
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
body {
	font: 14px Geneva, Tahoma, Verdana, Arial, sans-serif;
}

.float_left {float:left; margin: 0 5px 5px 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 5px 5px;} /* apply this class to any image or element with width  - text will wrap it to the left */

/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body {background-color: #D9D9C3;}
#main_wrapper {background-color: #FFFFE6;}
#header {background-color: #5C77A2;}
#nav {background-color: #ACB5BF;}
#content {background-color: #FFFFBB;}
#content_inner {background-color:#FFFFE6;}
#promo {background-color:#ACB5BF;}
#footer {background-color:#D9D9C3;}

#header_inner {color: #ECF6FF;  font-family: "Times New Roman", Times, serif;  font-weight: bold;  font-size: 20px;  text-align: center;  vertical-align: middle;     }
#header_inner address {color: #ECF6FF;  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-weight: normal;  font-size: 13px;  text-align: center;  vertical-align: middle;  text-decoration: none;  font-style: normal;  margin-top: 5px;  margin-bottom: 0px;         }


h1, h2, h3, h4, h5, h6, dl {
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
	} 
/* TEXT COLORS */
h1 {
	color: Black;
	}
h2, h3, h4, h5 {
	color:#808073;
	}
h6 {
	color:#000000;
	}
ul, ol, dl, p {
	color:#000;
	}
blockquote, cite {
	color:#808073;
	}
a {
	color: #993300;
	text-decoration: none;
	display: inline;
	}
a:hover{
	color: #FF3300;
	text-decoration: underline;
	}
p.arch{
	text-align: right;
}
p.arch a{
	color: Red;
	font-weight: bold;
}	
p.year{
	color: Red;
	font-weight: bold;
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
	font-size: 17px;
	text-align: center;
}
#footer p {
	margin:0;
	}
/* FONT SIZES */
h1 {font-size:23px; 	text-align: center;  margin-bottom: 8px; }
h2 {font-size:22px;
	padding: 8px 1px 0px 3px;
	margin: 0px 0px 0px 0px;
	}
h3 {font-size:18px;
	padding: 8px 1px 2px 6px;
	}
h4 {font-size:18px;
	padding: 8px 1px 2px 9px;
	}
h5 {font-size:16px;
	padding: 8px 1px 2px 12px;
	}
h6 {font-size:14px;
	padding: 8px 1px 2px 15px;
	}
p  {
	font-size:15px;
	margin-bottom:12px;
	text-align: justify;
	 }
/* basic list styling */
ul, dl, ol {
		margin-left: 12px;
		margin-right: 12px;
		margin-top: 11px;
		margin-bottom: 10px;
		font-size:15px;
		}
li, dd {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 30px;
		}
ol li{
	list-style-type: decimal;
	list-style-position: outside;
	display: list-item;
	vertical-align: top;
}
#nav_inner .menu, #promo_inner .menu{
	list-style-type: none;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
}
#nav_inner .menu li, #promo_inner .menu li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: White;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: White;
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: White;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 3px;
	padding-bottom: 3px;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 1px;
	color: #66CCFF;
	}
#nav_inner .menu li:hover, #promo_inner .menu li:hover{
	background-color: #C5CDD5;
	border-left-color: #99CCFF;
	color: White;
}
#nav_inner .menu a, #promo_inner .menu a{
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	display: block;
	}
#nav_inner .menu a:hover, #promo_inner .menu a:hover{
	color: #FFFFFF;
}
dt {font-weight:bold;}

code {font-size:15px;}
* html code {font-size:15px;} /* default size is smaller in IE */
	
cite {
	font-size:12px;
	font-style:italic;
	}
blockquote {
	border-top:2px solid;
	border-bottom:2px solid;
	width:50%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	}
blockquote p {
	margin-bottom:.1em;
	}
blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#cccc8f;
}
blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#366;
}
blockquote cite {
	font-size:.85em;
	}
abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:default;
	}
address {
	margin: 0px 15px 8px 15px;
	}
img {
	border:0;
	}

/* basic table styling */
table caption {
	font-weight:bold;
	font-size:15px;
	margin-top:.6em;
	}
table {
	margin: .3em 1em 1em 1em;
	border-top:1px solid #069;
	border-collapse:collapse;
	font-size:12px;
	}
table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:2px solid #069;
	}
table td	{
	padding: .3em .5em .3em .5em;
	border-bottom:1px solid #069;
	}
/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 
#lng {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100px;
	float: left;
	padding-bottom: 2px;
	border: 1px solid;
	}
#lng a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: White;
	margin-bottom: 2px;
	padding-bottom: 4px;
}
#links li{
	list-style-type: none;
	list-style-image: url(../0img/doc.gif);
	padding-left: 5px;
	line-height: 15px;
	margin-bottom: 4px;
	border-bottom: 1px solid;
	}
#links li:hover{
	list-style-image: url(../0img/doc_h.gif);
}
.links li{
	list-style-type: none;
	list-style-image: url(../0img/doc.gif);
	padding-left: 5px;
	line-height: 15px;
	margin-bottom: 4px;
	border-bottom: 1px solid;
	}
.links li:hover{
	list-style-image: url(../0img/doc_h.gif);
}
#obyava {
	font-style: italic; text-align: center; color: blue; font-family: 'Times New Roman', Times, serif; font-size: 16px; font-weight: bold;
}
#foto {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #d9d9c3;
	}
#foto img{
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
#foto td{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ffffe6;
}
#hny {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	border-right-color: #a6402e;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #a6402e;
	border-left-color: #f5ded8;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #f5ded8;
	border-top-style: solid;
	border-top-width: 1px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-top: 8px;
	background-color: #fffff0;
	height: 440px;
}
#hny p {
	text-align: center;
	font-size: 20px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #ce0000;
	font-weight: bold;
	margin-top: 30px;
}
#hny .posol {
	text-align: left; font-weight: normal; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal;
}
