﻿#horizon {	
	/*text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block*/
	margin-left: auto;
	margin-right: auto;
	width: 975px;
}
#content {	
	/*margin-left: -424px;
	position: absolute;
	top: -340px;
	left: 50%;
	width: 848px;
	height: 345px;
	visibility: visible;*/		
}

#mainPage 
{
	 margin: 30px 0 0 0;
}

body 
{
	font-family: Arial;	
}

#LeftElement
{
    float: left;    
    width: 225px;
    /*height: 700px;*/
    /*border: 1px solid #3a486f;*/
    display: block;
}

#RightElement
{
    float: left;    
    width: 750px;
    /*height: 700px;*/
    display: block;
    vertical-align: middle;
    /*border: 1px solid #3a486f;*/
}

.navSpace
{
	padding-top: 69px;
	width: 225px;
	height: 518px;	
}

.linkText
{
	/*font-size: 11px;*/
	font-weight: normal;
	text-indent: 35px;	
}

.linkTextActive
{
	background: url(../img/skarv.jpg) no-repeat 0px center;
}

.linkTextActive strong
{	
	/*font-size: 11px;*/			
	font-weight: bold;	
	text-indent: 40px;
	padding-left: 20px;
}

.imageSpace
{
	width: 750px;
	/*height: 600px;*/
	text-align: center; 	
	/*padding: 6px 0 0 0;*/
}



 
.textLink a:link,
.textLink a:visited
{
	font-size: 0.656em;
	color: #000000;/* #990000;*/
	text-decoration: none;
}
.textLink a:hover,
.textLink a:active
{
	font-size: 0.656em;
	color: #000000;/* #990000;*/
	text-decoration: none;
}
 
 
.imageComment
{
	font-size: 0.656em;	
	color: #000000;/* #990000;*/
	font-style: italic;	
}

.topSpacer
{
	height: 30px;
}

.errorBox
{
    background: transparent url(../img/i_error.gif) no-repeat 2px center;
	text-align: left;	
	margin: 0 2px 0 2px 0;
	padding: 2px 2px 2px 25px;		
	border: solid 1px InactiveBorder;
	background-color: InfoBackground;
	font-family: Arial;	
	font-size: 9pt;
}
.infoBox
{
    background:transparent url(../img/i_info.gif) no-repeat 2px center;
	text-align: left;	
	margin: 0 2px 0 2px 0;
	padding: 2px 2px 2px 25px;	
	border: solid 1px InactiveBorder;
	background-color: InfoBackground;
	font-family: Arial;	
	font-size: 9pt;
}
