/**
	Stylesheet for the NoviSad site at perun.
 */
 
* {
	padding:0px;
	margin:0px;
}

body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	background-color:#abc;
	color:black;
}

img{border:0px;}

a,a:active,a:visited {
	color:#006;
	text-decoration:underline;
	
	border:none;
}

a:hover {
	color:#33a;
	text-decoration:none;
}

p {
	margin-bottom:5px;
}

h2, h3, h4 {
	margin-top:3ex;
	margin-bottom:2ex;
	padding-left:2ex;
	border-bottom:1px dotted black;
}

h2 a,h2 a:visited, h3 a, h3 a:visited{
	text-decoration:none;
}

h3, h4 {
	border-bottom:1px dotted gray;
}

.numbers {
	background:#cce;
	font-weight:bold;
	margin-right:2ex;
	display:inline-block;
	width:2em;
}

.image-container {
	display:inline-block;
	padding:2px;
	margin:3px;
	border:3px solid gray;
}

.float-image {
	float:right;
}

.content-indent {
	margin-left:100px;
}

/* divs with ids :) */
#wrap1 {
	background:#eee;
	margin-left:2%;
	margin-right:2%;
	border:5px solid #ccc;
	border-top:0px;
	border-bottom:0px;
}

#main {
	background:#eee;
	border:solid 1px black; 
	min-width:720px;
}

#content {
	margin-top:10px;
}

#content p {
	max-width:700px;
	padding-left:100px;
	padding-right:20px;
	text-align:justify;
}

#content table{
	border: 0px solid;
	background:black;
}

#content th {
	border-bottom:1px solid;
	padding:3px;
	background:#f5f5e5;
}

#content td {
	background:#eee;
	padding-left:2px;
}

em, #content .info{
	background-color:#dff;
	color:#33f;
	font-style:italic;
}

/* menu */
#mainmenu{
	padding-top:10px;
	width:430px;
	font-size:14px;
}

.ul_menu li {
	float:left;
	list-style:none;
	padding:0px;
	margin:3px;
	display:block;
}

.ul_menu li a{
	text-align:left;
	display:block;
	font-weight:bold;
	text-decoration:none;
	background:#ffa url('images/buttonbackside.jpg');
	border:none;
	padding:2px;
	color:#006;
	width:200px;
	height:18px;
}

.ul_menu li.current a {
	color:#229;
	border:solid 1px #112;
	padding:1px;
}

.ul_menu li a:hover{
	border:solid 1px #112;
	padding:1px;
	text-shadow:#bb9 0.1em 0.1em;
	background:url('images/buttonbacksidehover.jpg');
}

.ul_menu li a:active{
	color:#fff;
	text-shadow:#555 0.1em 0.1em;
}

	/* top menu */

div.topmenu {
	display:block;
	width:100%;
	position:relative;
	height:30px;
	
	margin-top:-10px;
	background:#f5f5e5 url('images/topgradient.jpg') repeat-x bottom left;
	border-bottom:0px solid black;
}

ul.ul_top {
	height:auto;
}

.ul_top li {
	float:left;
	list-style:none;
	padding:3px;
	margin:0px;
	margin-right:15px;
	display:block;
	border:0px solid black;
	width:auto;
	height:100%;
}


/* header */
#header {
	padding-top:15px;
	background:url('images/header.jpg') no-repeat left bottom #79b;
	color:#550;
	height:185px;
	border-bottom:2px solid black;
}

#header h1 {
	padding:3px;
	text-shadow:#aa9 0.1em 0.1em;
	background:#f0f0e0;
	color:#006;
	display:inline;
	font-size: 24px;
}

#jqslide {
	position:relative;
	float:right;
	margin-top:-15px;
}

/* footer */ 
#footer {
	margin-top:15px;
	padding:0px;
	width:auto;
	height:236px;
	background:url('images/footergradient.jpg') repeat-x right bottom;
	background-color:#eee;
	text-align:center;
	border:solid 1px;
	color:#ccc;
	font-size:10pt;
}

#footer .innerwrap {
	width:auto;
	height:236px;
	padding:0px;
	background:transparent url('images/footerclock.jpg') no-repeat right bottom;
}

#footer .innerwrap2 {
	padding-top:30px;
	padding-left:20px;
	padding-right:130px;
}

#footer a, 
#footer a:active, 
#footer a:visited {
	color:#006;
	text-decoration:none;
}

#footer a:hover {
	color:#44b;
	text-decoration:underline;
}


