/* Robert Schultze Stylesheet RC25 */
<!--

#main_image
{
	border: 1px solid #a3a3a3;
	width: 500px;	
}

#preloader
{
	width: 100%;
	height: 800px;
	background-color: #FFFFFF;
	z-index: 100; /*Nedded cause the Mosaic has z-index from 0 to 10*/
	position: absolute;
	top: 0px;
	left: 0px;
}

#content_text
{
	border: 1px solid #e1e1e1;
	height: 480px;
	padding: 10px 10px 10px 10px;
	font-size: 11px; 
	color: #999999; 
	overflow-y: auto;
}

#content_text h1
{
	font-size: 16px; 	
}

.active a
{
	color: #000000;
}

body {
	background-color: #f1f0ef;
	font-family: Arial, Helvetica, sans-serif; 
}

a
{
	color: #999999;
	text-decoration:  none;
}

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

#wrapper
{
	position: absolute;
	top: 60px;
}

#sidebar 
{
	position:absolute;
	width:156px;
	height:497px;
	left: 0px;
	top: 0px;
	/*border: 1px solid;*/
	padding-top: 40px;
}
#middle 
{
	position:absolute;
	width:506px;
	left: 160px;
	top: 0px;
	/*border: 1px solid;*/
}
#content 
{
	position:absolute;
	width:100%;
	height:500px;	
	/*border: 1px solid;*/
}
#bottom 
{
	position:absolute;
	height:100px;
	top: 540px;
	/*border: 1px solid;*/
	width: 100%;
	padding-top: 3px;
}

#logo
{
	padding-bottom: 10px;
}

#navigation 
{
	text-align: right; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #999999; 
	float: right; 
	margin: 0px; 
	padding: 0px;
	list-style: none;
	display: inline;
	text-transform: uppercase;
}

#navigation li
{
	display: inline;
	padding-left: 10px;
}

#mainCat 
{
	text-algin:left;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 0px;
	margin: 0px;
	float: left;
	text-transform: uppercase;
	
}

#secondCats 
{
	position: absolute;
	bottom: -5px;
	right: 0px;
}

.secondCats 
{
	text-align: right;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	margin: 0px;
	text-transform: uppercase;
}

.clearboth 
{ 
clear: both; 
}

.caption
{
	position: absolute;
	bottom: -30px;
	left: 0px;
	height: 80px;
	width: 100%;
	background-color: #000000;
	color: #ffffff;
	visibility:hidden;
	text-align: center;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 0px;	
}

.caption #left
{
	height: 55px;
	width: 30px;
	background-color: #333;
	float: left;
	padding-top: 45px;
	margin-top:  -10px;
}

.caption #left:hover
{
	background-color: #000000;
}

.caption #right:hover
{
	background-color: #000000;
}


.caption #right
{
	height: 55px;
	width: 30px;
	background-color: #333;
	float: right;
	padding-top: 45px;
	margin-top:  -10px;
}



-->

