/* Default CSS3 */
@charset "UTF-8";

html {
	margin: 0;
	padding: 0;
	height: 100%;
	}

body {  
	background : #eeeeee;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	}
	
table.search {
	font-size: 0.8em;
	}
	
table.search_list {
	font-size: 0.8em;
	border-collapse: collapse;
	border: 1px solid #666666;
	}

table.search_list th {
	background-color: #EEEEEE;
	border: 1px solid rgba(0,0,0,0.3);
	padding: 5px;
	text-align: center;
	font-weight: bold;
	}
table.search_list td {
	border: 1px solid rgba(0,0,0,0.3);
	padding: 2px;
	text-align: center;
	}

h1 {
	padding: 0px 5px 0px 5px;
	font-size: 16px;	
	font-weight: bold;
	}
	
#container {
	width: 960px;
	background-color: #FFFFFF;
	border-left: 10px solid rgba(0,0,0,0.3);
	border-right: 10px solid rgba(0,0,0,0.3);
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -56px auto;
	}
	
#header {
	width: 960px;
	position: relative;
	}
	
.header-container{ 
	margin: 0 auto;
	height: 58px;
	background-color: #ffffff;
	}
	
.header-container #logo {
	background-image: url(http://arhiv.obscv.si/images/structure/obscv.jpg);
	background-position: 0 0;
	background-repeat: no-repeat no-repeat;
	display: block;
	float: left;
	height: 58px;
	width: 500px;
	}
	
#menu-container {  
	width: 960px;
	height: 30px;
	margin: 0 auto;
	background : -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#959595));
	background : -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#959595));
	}
	
#menu {
	height: 30px;
	border-left: 1px solid rgba(0,0,0,0.3);
	border-right: 1px solid rgba(0,0,0,0.3);
	float:left;
	}
	
.menu a {
	text-decoration: none;
	color: #333333;
	/*text-transform: uppercase;*/
	font-size: 12px;
	font-weight: bold;
	}
	
ul.menu {
	margin: 0;
	padding: 0;
	}
	
ul.menu li {
	list-style: none;
	float:left;
	height: 30px;
	text-align: center;
	background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(#e0e0e0), to(#d0d0d0));
	background: -moz-radial-gradient(center 30px 45deg, circle cover, #e0e0e0 0%, #d0d0d0 100%);
	}
	
ul.menu li a {
	display: block;
	padding: 0 10px;
	/*border-left: 1px solid rgba(0,0,0,0.3);*/
	border-right: 1px solid rgba(0,0,0,0.3);
	text-align: center;
	line-height: 30px;
	background : -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#959595));
	background : -moz-linear-gradient(top, #d0d0d0, to(#959595));
	}
	
ul.menu li a:hover {
	background: transparent none;
	}
	
ul.menu li.active a{
	background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(#e0e0e0), to(#d0d0d0));
	background: -moz-radial-gradient(center 30px 45deg, circle cover, #e0e0e0 0%, #d0d0d0 100%);
	}

#header-seperator {
	background-color: #990033;
	height: 2px;
	margin:0 auto;
	font-size: 1em;
	}

.main-container { 
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
	width: 960px;
	min-height: 100%;
	height: auto;
	height: 100%;
	}

.main-content{ 
	margin: 5px 0px, 5px, 0px;
	padding: 5px;
	}

.footer-padding {
	height: 56px;
	}
	
#footer {
	margin: 0 auto;
	background-color: #eeeeee;
	height: 54px;
	}

#footer-seperator {
	background-color: #990033;
	height: 2px;
	margin:0 auto;
	font-size: 1em;
	}

#footer-container {
	margin: 0 auto;
	width: 960px;
	border-left: 10px solid rgba(0,0,0,0.3);
	border-right: 10px solid rgba(0,0,0,0.3);
	background-color: #ffffff;
	height: 54px;	
	}

#footer-content {
	margin: 0 auto;
	width: 960px;
	text-align: center;
	background-color: #d0d0d0;
	height: 54px;
	}