*{
	margin:0;
	padding:0;
}

body{
	font-family:"Comic Sans MS","Times New Roman",helvetica,arial,sans-serif;
	/*text-align:center;*/
	color: #000;
	font-size: 18px;
	background:#EFEFEF url('../img/etoilesetoile.gif') fixed;
	/*background: url("../img/wandd.jpg") no-repeat center fixed #59f;*/
	background-color:#a00;
}

#topmenu{
	background: no-repeat bottom;
	width:256px;
}

#topmenu ul {
	margin:0 0 0 0px;
}

#topmenu li {
	float:left;
	list-style:none;
	line-height:25px;
	font-size:0.9em;
	padding:0px;
	margin:0px;
	width:85px;
}

#topmenu li a{
	display:block;
	text-align:center;
	color:black;
}

#topmenu #menu_index a {
	background:url('../img/grad-l.png') left top no-repeat;
}
#topmenu #menu_index a:hover {
	background:url('../img/grad-l-d.png') left top no-repeat;
	color:white;
}
#topmenu #menu_galerija a {
	background:url('../img/grad-c.png') left top repeat-x;
}
#topmenu #menu_galerija a:hover {
	background:url('../img/grad-c-d.png') left top repeat-x;
	color:white;
}
#topmenu #menu_login a {
	background:url('../img/grad-r.png') right top no-repeat;
}
#topmenu #menu_login a:hover {
	background:url('../img/grad-r-d.png') right top no-repeat;
	color:white;
}

#dobrodosli {
	position:relative;
	top:0px;
	margin-left:180px;
}

#sidemenu {
	height:auto;
	width:155px;
	float:left;
	position:absolute;
}

#sidemenu a {
	background:url('../img/grad-button.png') no-repeat;
	display:block;
	width:140px;
	height:25px;
	margin:5px;
	padding:0px;
	text-align:center;
	color:white;
}

#sidemenu a:hover {
	background-image:url('../img/grad-button-d.png');
	color:black;
}


/* General Style Info */
a{
	/*text-align:center;*/
	color:#cc0000;
	font-size:16px;
	text-decoration:none;
}

a:hover{
	color:#000;
	text-decoration:none;
}

a img{
	border:none;
}

h1, h2, h3, h4, h5{
	font-weight:normal bold;
	color:#000;
	text-align:center;

}

h1{

	/*color: #fff;*/
	margin:0.2em 0;
	font-size: 30px;
}

h2{
	/*color:#aa0;*/
	padding-top: 1em;
	margin:0.2em 0;
	font-size: 28px;
}

h3{
	/*color:#ddd;*/
	padding-top:1em;
	font-size: 26px;
}

h4{
	padding-top:0.5em;
	font-weight:normal;
	font-size: 20px;
}

h5{
	padding-top:0.5em;
	font-weight:boldl;
	font-size: 20px;
}

h6{
	padding-top:0.5em;
	font-size: 18px;
	font-weight:normal;
	text-align:center;
}

em {
	font-size: 18px;
}

ul, li {
	margin: 0 12px;
}



/* Layout */

#container{
	/*text-align:center;*/
	background:#a00 url("../img/fond.jpg");
	border: 2px inset white;
	padding-top:10px;
}

#header{
	margin-top: 1em;
	padding: 4px 20px;
}

#content{
	clear:both;
	padding: 0px 40px 10px 40px;
}

#footer{
	clear:both;
	padding: 6px 10px;
	text-align: right;
}

table {
	width: 100%;
	font-size:20px;
	border:
	color:#333;
	border:5px ridge #a00;
	clear:both;
	padding: 0;
	margin: 0 0 2em 0;
	white-space: normal;
}
th {
	background-color: #ddd;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #003d4c;
	border-bottom: 1px solid #003d4c;
	text-align: center;
	padding:1px 4px;
	color:#000;
	font-size: 20px;
}
table tr td {
	border: 1px solid #600;
	padding:4px 4px;
	vertical-align:top;
	text-align: center;
}
table tr.altRow td {
	background: #f4f4f4;
}
table td.actions {
	white-space: nowrap;
}
#cakeSqlLog td {
	text-align: left;
	padding: 4px 8px;
	background: #fff;
	border-bottom: 2px solid #ccc;
}

/* scaffold show */

div.related {
	clear:both;
	display:block;
}
dl {
	line-height:2em;
	margin:0em 1em;

	width: 400px;
}
dt {
	font-weight: bold;
	vertical-align:top;
}
dd {
	margin-left:10em;
	margin-top:-2em;
	vertical-align:top;
}

/* notices and errors */

#flashMessage, .error, .error_message {
	color:#900;
	font-size: 16px;
	background-color: #fff;
	margin: 8px 0px;
	font-weight: bold;
}
.error_message {
	clear: both;
}
.error em {
	font-size: 18px;
	color: #003d4c;
}
.notice {
	color: #656565;
	font-size: 16px;
	background-color: #f4f4f4;
	padding: 0.5em;
	margin: 1em 0;
	display:block;
}
.tip {
	color: #656565;
	background-color: #ddd;
}

/* forms */

form {
	margin-top: 2em;
}
form div{
	vertical-align: text-top;
	margin-left: 1em;
	margin-bottom:2em;
}
form div.date{
	margin-left: 0em;
}
label {
	display: block;
	float:left;
	width: 140px;
	font-size: 16px;
	padding-right: 20px;
}
input[type=checkbox] {
	float: left;
	clear: left;
	margin: 2px 6px 7px 2px;
}
input, textarea {
	clear: both;
	display:block;
	font-size: 16px;
	font-family: inherit;
}
select {
	clear: both;
	vertical-align: text-bottom;
	font-size: 16px;
	font-family: inherit;
}
option {
	font-size: 16px;
	font-family: inherit;
	padding: 0 0.3em;
}
input[type=submit] {
	display: inline;
	vertical-align: bottom;
}
div.required {
	clear: both;
	color:#222;
	font-weight:bold;
}
div.optional {
	clear: both;
	color:#555;
}
div.submit {
	clear: both;
	margin-top: 40px;
	margin-left: 140px;
}
/* action links */
ul.actions {
	float: left;
	margin-left:20px;
	width: 200px;

}
ul.actions li {
	margin-top: 4px;
}
pre {
	padding: 1em;
}

table.timetable{
	width:100%;
}

.wrap1{
	margin:55px 40px;
	border: 1px outset white;
	padding:1px;
}
.wrap2{
	margin:2px 2px;
	border: 1px inset white;
	background:url('../img/tekstura1.jpg');
	/*background: black;
	padding:13px;*/
	padding:30px;

}
.wrap3{
	margin:1px 1px;
	border: 1px outset white;
	background: black;
	padding:4px;

}

div.footer{
	text-align:center;
}

/*drop shadow*/
html>body .outerpair1 {
	background: url('../img/upperrightfade.png') right top no-repeat;
}

html>body .outerpair2 {
	background: url('../img/lowerleftfade.png') left bottom no-repeat;
	padding-top: 8px;
	padding-left: 8px;
}

html>body .shadowbox {
	background: url('../img/shadow.png') bottom right;
}

html>body .innerbox {
	position: relative;
	left: -8px;
	top: -8px;
}

.shadowbox img {
	border: 10px solid #fff;
	vertical-align: bottom;
}

#slika{
	
}
