/************* Global *************/
html,body {height:100%;}

* {
margin: 0;
padding: 0;
}

body, input{
font-family: "Trebuchet MS", Verdana, sans-serif;
text-align: left;
font-size:12px;
}

/*a {
text-decoration: none;
color: #a99190;
}*/

blockquote {
background: #f7f7f7;
padding: 15px;
margin: 5px 0;
}

/************* Container *************/
#container {
height: auto !important;
min-height: 100%;
padding-bottom: 15px;
position: relative;
background: url(images/containerBg.gif) bottom left repeat fixed;
}

* html #container {
	height: 100%;
}

/************* Header *************/
#headerWrap {
height: 110px;
background: url(images/headerBg.gif);
}

#header {
width: 900px;
margin: 0 auto;
}

#header h1 a {
font-size: 20px;
letter-spacing: 1px;
padding-top: 3px;
float: left;
color: #fff;
}

#bendera {
	/*padding-top: 70px;*/
	float:right;
}

ul#navigation li {
list-style-type: none;
float: right;
}

ul#navigation li a {
padding: 15px 7px 12px;
display: block;
font-size: 17px;
color: #fff;
}

ul#navigation li a:hover, #footer a:hover {
background:#666699;
}

/************* Content *************/
#content {
width: 900px;
margin: 7px auto 0;
background: #fff;
border: 1px solid #fff;
position: relative;
}

#content:after {
content: "."; 
display: block; 
clear: both; 
height: 0;
visibility: hidden
}	

/*#content a:hover {
color: #fff;
}*/

/* 
Header with picture and site description.
It uses a hack for vertical-align because IE doesn't work properly with tables
*/
#contentHeader {
margin: 15px auto;
width: 600px;
height: 230px;
/*background: url(header.gif) no-repeat;*/
position: relative;
}

#contentHeader[id] {
display: table;
position: static;
}

#contentHeaderLeft {
margin: 15px auto;
width: 200px;
height: 230px;
position: relative;
}

#contentHeaderLeft[id] {
display: table;
position: static;
}

#siteDescription {
position: absolute;
top: 50%;
padding-left: 250px;
color: #44434c;
}

#siteDescription[id] {
display: table-cell;
vertical-align: middle;
position: static;
}

#siteDescription p {
position: relative;
top: -50%;
}

#content h2 {
margin: 15px 0;
border-bottom: 1px solid #002663;
}

/*#content ul {
padding: 10px 15px 10px 20px;
list-style-image: url(images/arrow.gif);
}*/

/************* Main *************/

#main {
-moz-margin: 20px 20px;
margin: 10px 10px;
width: 600px;
float: right;
}

.post {
text-align: justify;
}

/************* Secondary *************/

#secondary {
width: 200px;
-moz-margin-left: 20px;
margin-left:10px;
float: left;
}

/************* Search *************/
#searchform input {
background: #f7f7f7;
font-size: 0.9em;
}

#searchsubmit {
margin-top: 5px;
padding: 0 10px;
text-align: center;
}

#searchform fieldset {
border: 0;
}

/************* Footer *************/
#footer {
font-size:10px;
position: relative;	
clear: both;
margin: 0 auto;
background: #002e5f;
width: 900px;
color: #fff;
border: 1px solid #fff;
clear: both;
text-align: center;
}

#footer a {
color: #fff;
font-weight: bold;
}

/***********************S3Slider**********************/
#slider1 {
    width: 450px; /* important to be same as image width */
    height: 350px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	top:0px;
}

#slider1Content {
    width: 450px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    width: 450px;
    background-color: #fff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #000;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
    left: 0;
	width: 450px !important;
	height: 40px;
}
.bottom {
	left: 0;
	bottom: 0;
	/*width: 90px !important;*/
	height: 30px;
}
ul { list-style-type: none;}

/************************KURS***********************/
#nKurs {
	width: 170px;
	background: #FFFFFF;
	padding: 1px;
}
#nKurs table {
	border: 1px solid #333399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nKurs table th {
	color: #FFFFFF;
	background-color: #333399;
	font-size: 10px;
	padding: 2px 0px;
}
#nKurs table td {
	font-size: 10px;
	color: #333399;
	padding: 1px 2px;
}
#nKurs table td.curr {
	font-weight: bold;
}
#nKurs table td.row1 {
	background-color: #EEF1F6;
}
#nKurs table td.row2 {
	background-color: #EBF2FF;
}
#nKurs cite {
	display: block;
	color: #333399;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
#nKurs a:link, #nKurs a:visited {
	color: #333399;
	text-decoration: none;
}
#nKurs a:hover {
	color: #FF0000;
}