/**
 *
 *   Main Style Sheet File
 *   Copyright (c) 2010. by MASSVision, http://massvision.net
 *   Author: Vladimir Ignjatijevic
 *
 **/

@import "menus.css";
@import "search.css";
@import "content.css";
@import "footer.css";
@import "table.css";
@import "admin.css";

body {
	margin: 0px;
	padding: 0px;
	
	background-color: white;
}

/*******************************
	PAGE LAYOUT
*******************************/

div#wrap {
	width: 100%;
	text-align: center;
}

div#page {
	width: 1000px;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
}

div#page div#header {
	position: relative;
	
	width: 1000px;
	height: 157px;
	
	margin-top: 10px;
	
	background-image: url("../Images/bkg_header.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#page div#header2 {
	position: relative;
	
	width: 1000px;
	height: 137px;
	
	margin-top: 40px;
	
	background-image: url("../Images/bkg_header2.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

div#page div#content {
	width: 1000px;
	
	padding-top: 59px;
	
	background-image: url("../Images/ispodStrana.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

div#page div#content div#ct_left {
	width: 216px;
	
	float: left;
}

div#page div#content div#ct_right {
	float: left;
	
	width: 691px;
	
	margin-left: 60px;
	_margin-left: 34px;
	padding-bottom: 50px;
	
	border-right: 1px solid #bdbdbd;
}

div#page div#content_wide {
	width: 738px;
	
	margin-top: 10px;
	margin-left: 216px;
}

div#page div#footer {
	width: 738px;
	
	margin-left: 216px;
}

/*******************************
	LOGO
*******************************/

div#header a.logo img {
	position: absolute;
	top: 0px;
	left: 100px;
}

div#header2 a.logo img {
	position: absolute;
	top: 0px;
	left: 124px;
}

