body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: url('./../images/elements/ozadje_gradient.jpg') top repeat-x;
	background-color: #B54253;
	color: #fff
}

a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

a:visited {
	color: #fff;
}

a:hover {
	text-decoration: none;
	color:#D37682;
}

/** DEBUG **/

/*
div {
	border: 1px solid #eee;
	margin: -1px;
}
/**/


/** MAIN ELEMENTS **/

div#highlight_layer {
	border: 1px;
	background: url('./../images/elements/ozadje_header.jpg') center top no-repeat;
}

div#page_container {
	margin: 0 auto;
	width: 900px;
}

div#top_menu {
	margin-top: 42px;
	margin-bottom: 13px;
	padding: 15px 20px 5px 20px;
	text-align: right;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

div#main_content {
	padding-bottom: 150px;
}

/*
#main_content a {
	color: #FF0000;
}

#main_content a:visited {
	color: #FF0000;
}
*/

/** TITLE PAGE **/

div#title_screen {
	width: 897px;
/*
	height: 420px;

	margin-top: 10px;
	margin-bottom: 10px;
*/	
	border: 3px solid #aa1225;
	position: relative;
	left: -1px;
	
}

div#title_menu {
	width: 100%;
	background-color: #ef666e;
}

div#title_menu table {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	width: 100%;
}

div#title_menu table td {
	font-size: inherit;
	background: none;
/*	text-align: left;*/
	vertical-align: top;
}

div#title_menu table td p {
	text-align: justify;
	font-size: 12px;
	margin-top: 1em;
}

div#title_menu table td h1 {
	text-align: left;
	font-size: 18px;
} 

div#title_menu_slide {
/*	text-align: right;*/
	background: url('./../images/elements/title_menu_slide.jpg') center no-repeat;
}

div#title_menu table {
	width: 100%;
	
	margin: 0;
	padding: 0;
}

table#slide_menu tr td {
	vertical-align: middle;
	text-align:left;
}

div#title_menu_slide input {
	color: #000;
	font-size: inherit;
/*	text-align: right;*/
	border: 0;
	padding: 2px 5px;
}

div#title_menu_slide input#commit {
	color: #fff;
	background-color: #aa1225;
	font-weight: bold;
	margin-left: 5px;
}

div#title_menu_bottom_border {
	background: url('./../images/elements/title_menu_bottom_border2.jpg') top center no-repeat;
	height:40px;
}

