/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}
html, body
{
	height: 100%;
}
body, td, th
{
	font-size: 11px;
	color: #000;
}
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
a
{
	font-size: 11px;
	color: #FFF;
}
a:link
{
	text-decoration: none;
	color: #FFF;
}
a:visited
{
	text-decoration: none;
	color: #FFF;
}
a:hover
{
	text-decoration: underline;
	color: #FFF;
}
h1
{
	font-size: 22px;
}
h2
{
	font-size: 18px;
}
h3
{
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
}
li
{
	padding-left: 7px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	line-height: 18px;
}
li .selected
{
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
}
.selected a
{
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
}
a.selected
{
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
}
a.gallery img
{
	padding: 0px;
	border: 7px solid #000;
}
a.gallery
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
a.models img
{
	padding: 0px;
	border: 1px solid #000;
}
a.models
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.telo
{
	width: 990px;
	height: 505px;
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
}
.telo_model
{
	width: 100%;
	height: 600px;
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
}
#distance
{
	width: 1px;
	height: 50%;
	margin-bottom: -252.5px; /* half of container's height */
	display:table;
}
#distance_model
{
	width: 1px;
	height: 50%;
	margin-bottom: -305px; /* half of container's height */
	float: left;
}
.ramka
{
	float: left;
	width: 850px;
	height: 500px;
	border: thin solid #FFF;
}
.logo
{
	width: 400px;
	height: 100px;
	background-color: #000;
}
.slika
{
	width: 450px;
	height: 500px;
	float: left;
}
.kontent
{
	width: 400px;
	height: 500px;
	float: right;
	background-color: #FFF;
}
.tekst
{
	width: 300px;
	margin-left: 50px;
	margin-top: 50px;
}
.tekstEventsPredna
{
	width: 380px;
	height:360px;
	margin-left: 10px;
	margin-top: 20px;
}
.vew_gallery
{
	width: 200px;
	margin-top: 30px;
	vertical-align: bottom;
	float: right;
}
.meni
{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 120px;
	height: 470px;
}
.kontent_model
{
	width: 100%;
	height: 600px;
	float: right;
	background-color: #FFF;
}

.ramka_model
{
	float: left;
	width: 100%;
	height: 600px;
	border-bottom: thin solid #FFF;
	border-top: thin solid #FFF;
}
.meni_jazici
{
	float: left;
	width: 100px;
	height: 50px;
}
.logo_model
{
	width: 100%;
	height: 100px;
	background-color: #000;
	float: right;
}

/*JS Scroll*/
#scrollbar_container
{
	margin-top: 10px;
	position: relative;
	width: 300px;
}

#scrollbar_track
{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 10px;
	background-color: transparent;
	cursor: move;
}

#scrollbar_handle
{
	width: 10px;
	background-color: #000;
	cursor: move;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: 0.9;
	-moz-opacity: 0.9;
}

#scrollbar_content
{
	overflow: hidden;
	width: 300px;
	height: 200px;
}
