@charset "UTF-8";

/* CSS Document */

/* Text Elements */
body {
	background-color: #A9A2A7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

h1    {
	font-size:16px;
	font-family: 
	
	display:inline;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #685947;
	letter-spacing: 1px;
}



h2    {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
}

h3    {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #685947;
	font-weight: bold;
}


h4    {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #330066;
	font-weight: bold;
}


h5    {
	font-size:15px;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-weight: normal;
	font-style: italic;
	line-height: 18px;
}

.tekst2    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	clear: right;
	font-weight: bold;
}



/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 900px;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F9F8F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	width: 900px;
}


.sidebar1 {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}
.content {
	width: 550px;
	float: right;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 30px;
	margin-right: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: left;
}

.content2 {
	width: 550px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}







/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
	background-color: #FFFBF4;
}



.content table tr .datuma {
	width: 100px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #330066;
	text-align: center;
	border: thin solid #CCC;
	background-color: #FFFBF4;
}

.content table tr .titela {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #856657;
	border: thin solid #CCC;
	padding-left: 15px;
	background-color: #fffbf4;
}






a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}







/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	color: #666;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
}






#nav	 {
	list-style:none;
	width: 180px;
	float: left;
	clear: left;
	margin-left: 10px;
	margin-top: 25px;
}

#nav ul 	{
	border-bottom-color: #963;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	clear: left;
	list-style:none;
	background-color: #CAC3CC;
}
#topnav ul li {
	display:inline;
}
#topnav ul li a {
	color: #630;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	float: left;
}

#topnav a:link     { color: #333; }
#topnav a:visited  { color: #000; }
#topnav a:active   { color: #000; }
#topnav a:focus    {
	color: #000;
}
#topnav a:hover    {
	color: #930;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serift;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: #a9a2a7;
}
.shadow {
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;		
}