@charset "utf-8";
/* CSS Dve fiksne kolone heder i futer Levi sidebar*/
body  {
	font: 100%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #7F98C3;
	color: #000000;
}
#wrapper {
	background: url(../images/design/page_bottom.jpg) no-repeat center bottom;
	margin: 0 auto 15px;
	width: 700px;
	position: relative;
	padding-bottom: 10px;
}
#container2 {
	background: url(../images/design/body_back2.jpg) repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 9px;
	padding-left: 9px;
} 
#header {
	background: #FFF;
	padding: 0px 0px 10px;  /* 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. */
} 
a img {
	border: none;
}
a:link {
	color: #628958;
}
a:visited {
	color: #666;
}
a:hover, a:active, a:focus {
	color: #CE5441;
	text-decoration: none;
}
#sidebar2 a {
	font-weight: bold;
}
p {
	font-size: 85%;
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 184px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px;
	background: url(../images/design/corner_tl2.gif) no-repeat right top;
}
#mainContent2 {
	margin: 0 0 0 264; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 408px;
	float: right;
} 
#wrapper #container2 #mainContent2 #SlidingPanels1 .SlidingPanelsContentGroup hr {
	width: 80%;
	border: thin solid #33FF99;
	background-position: center;
	position: relative;
}

#footer2 {
	padding: 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF url(../images/design/corner_br2.gif) no-repeat left top;
	position: relative;
} 
#footer2 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 70px 0 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #666;
	font-size: 70%;
}
#container2 .uvucen264 {
	margin: 0;
	padding-left: 264px;
}
#container2 .overhang {
	position: absolute;
	left: -14px;
	top: 0;
}
#container2 #footer2 .overhang {
	background: url(../images/design/Beosing-Logo2.png) no-repeat;
	height: 31px;
	width: 44px;
	left: 660px;
	top: 40px;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #628958;
	letter-spacing: -0.04em;
} 
#mainContent2 h1 {
	position: relative;
	z-index: 2;
	font-size: 180%;
	text-align: right;
	margin-right: 20px;
	padding-top: .5em;
	text-shadow:2px 2px 2px #969696;
}
#mainContent2 h2 {
	font-size: 150%;
	text-align: right;
	margin-top: 35px;
	margin-right: 20px;
}
#mainContent, #mainContent2 li {
	list-style-position: inside;
	list-style-type: disc;
}
h3 {
	font-size: 130%;
}
#sidebar1 h3 {
	padding-top: 1em;
}
#sidebar2 h3 {
	padding-top: 1em;
}
tr:nth-of-type(odd) {
  background-color:#EEF1F6;
}
tr:nth-of-type(even) {
  background-color:#ebebeb;
}
