/*
 * Ime fajla		: layout.css
 *
 * Fajl kreirao		: Uros Sosevic
 * Datum kreiranja	: 8.12.2009.
 * Upotreba fajla	: http://www.registerforevent.rs/
 * Verzija 			: 1.00
 *
 */

/* general layout */
#site-model-container {	background: url(../images/background.jpg) repeat-x #e1e1e1;
	padding: 7px 0 7px 0;
	height: 100%;
	min-height: 720px;
}
#site-container {
	background: white;
	margin: 0 auto;
	width: 1182px;
	padding: 0 9px 5px;
	height: 100%;
}
#header-container {
	width: 198px;	background: #ffffff;
	color: #ebeef0;
	position: relative;
	left: 0;
	float: left;
	margin: 0 0 14px 0;
	padding: 0 0 7px;}
#main-container {
	margin: 0 0 30px 7px;
	width: 973px;
	float: left;
/*	min-height: 605px;*/
}
#footer-container {	background: #4c4c4c;
	margin: 0 0 0 0;
	padding: 10px 15px;
}

/* clearfix class */
.clearfix {
	clear: both;
}
/* rounded styles */
.rounded-top {	background-image: url(../images/rounded_top_1200.png);
	width: 1200px;
	height: 10px;
	margin: 0 auto;
}
.rounded-bottom {	background-image: url(../images/rounded_bottom_1200.png);
	width: 1200px;
	height: 10px;
	margin: 0 auto;
}
/* redirect styles */
.redirect {
	width: 100%;
	background: #4c4c4c;
	font-weight: bold;
	min-height: 250px;
	padding: 20px 0 0 0;
	vertical-align: middle;
}
.redirect .poruka {
	width: 600px;
	height: 100%;
	padding: 0 10px;
	margin: 0 auto;
	text-align: center;
	color: white;
	font-size: 18px;
	vertical-align: middle;
}
.redirect .poruka a {
	color: orange;
}
.redirect .poruka a:hover {
	text-decoration: none;
}
.middle-column {
	width: 745px;
	float: left;
}