/* Begin CSS Document */



textarea.standard{
	background-color: transparent; 
	border-style: solid; 
	border-top: 1px solid #505956; 
	border-left: 1px solid #505956; 
	border-right: 1px solid #505956; 
	border-bottom: 1px solid #505956; 
	color: #d2d9a4; font-family: Arial; 
	font-size: 11px; 
	width: 160px; 
	height: 90px;	
	scrollbar-arrow-color: #999; 
	scrollbar-base-color : #59665f; 
	scrollbar-track-color: #59665f; 
	scrollbar-shadow-color: #59665f; 
	scrollbar-face-color: #59665f; 
	scrollbar-highlight-color: #59665f; 
	scrollbar-darkshadow-color: #59665f; 
	scrollbar-3dlight-color: #59665f;
	}

select.standard{
	background-color: transparent; 
	border-style: solid; 
	border-top: 1px solid #444c49; 
	border-left: 1px solid #444c49; 
	border-right: 1px solid #444c49; 
	border-bottom: 1px solid #444c49; 
	color: #d2d9a4; font-family: Arial; 
	font-size: 11px; scrollbar-arrow-color:000000; 
	scrollbar-arrow-color: #999; 	
	scrollbar-base-color : #FFF; 
	scrollbar-track-color: #FFF; 
	scrollbar-shadow-color:#FFF; 
	scrollbar-face-color: #FFF; 
	scrollbar-highlight-color: #FFF; 
	scrollbar-darkshadow-color: #FFF; 
	scrollbar-3dlight-color: #FFF;
	}

input.standard{	background-color: transparent; 
	border-style: solid; 
	border-top: 1px solid #525b58; 
	border-left: 1px solid #525b58; 
	border-right: 1px solid #525b58; 
	border-bottom: 1px solid #525b58; 
	color: #d2d9a4; 
	font-family: Arial; 
	height: 16px;
	font-size: 11px;
	width: 160px; 
	}
	
input.standard2{	background-color: #fff; 
	border-style: solid; 
	border-top: 1px solid #d2d3cd; 
	border-left: 1px solid #d2d3cd; 
	border-right: 1px solid #d2d3cd; 
	border-bottom: 1px solid #d2d3cd; 
	color: #848585; 
	font-family: Arial; 
	height: 16px;
	font-size: 11px;
	width: 220px; 
	}
	
textarea.standard2{
	background-color: #fff; 
	border-style: solid; 
	border-top: 1px solid #d2d3cd; 
	border-left: 1px solid #d2d3cd; 
	border-right: 1px solid #d2d3cd; 
	border-bottom: 1px solid #d2d3cd; 
	color: #848585; 
	font-family: Arial; 
	font-size: 11px; 
	width: 220px; 
	height: 90px;	
	scrollbar-arrow-color: #59665f; 
	scrollbar-base-color : #fff; 
	scrollbar-track-color: #fff; 
	scrollbar-shadow-color: #fff; 
	scrollbar-face-color: #fff; 
	scrollbar-highlight-color: #fff; 
	scrollbar-darkshadow-color: #fff; 
	scrollbar-3dlight-color: #fff;
	}
	
input2.standard{	

	border-top: 0px solid #575f5d; 
	border-left: 0px solid #575f5d; 
	border-right: 0px solid #575f5d; 
	border-bottom: 0px solid #575f5d; 

	}





html, body 
{
	background		: #2b2f2c;
	margin			: 0px;
	padding			: 0px;
	text-align		: center;
	height			: 100% auto; /* needed to display container at full height in IE */
	background		: #2b2f2c url('../_images/bg_center.jpg') repeat-y center;
}

body {
	margin			: 0px;
	padding			: 0px;
	text-align		: center;
}	

* html #container 
{
	height			: auto; /*sets container to full height in IE w short content -- also need height:100% in body*/
}

#container 
{
	text-align		: left;

	position			: absolute; /*needed to expand to full height beyond content in FF */
	top				: 0px;
	left				: 50%;
	margin-left		: -343px; 
	height			: 100% auto; /* FF needs this setting to expand div to fit long content */
	width				: 686px;
}


.maintable 
{
	height			: 100% auto;
}

.content 
{
	height			: 100% auto;
	background		: #59665f;
}

.content2 
{
	height			: 100% auto;
	background		: #f0f1e9;
}

.maintext 
{
	color				: #3d4042;
	font-size		: 11px;
	font-family		: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
	font-weight		: normal;
	line-height		: 1.9em;
	height			: 100% auto; /* FF needs this setting to expand div to fit long content */
}

.adres
{
	color				: #f8f9ef;
	font-size		: 11px;
	font-family		: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
	font-weight		: normal;
	line-height		: 1.8em;
}

.navigation
{
	color				: #e4e4e4;
	font-size		: 11px;
	font-family		: Tahoma, Tahoma Verdana, Helvetica, sans-serif; 
	font-weight		: bold;
}



a.navigation   		{text-decoration: none; color: #e4e4e4;}
a.navigation:hover 	{text-decoration: underline; color: #e4e4e4;}

a 							{text-decoration: none; color: #3d4042;}
a:hover					{text-decoration: underline; color: #3d4042;}

a.standard 				{text-decoration: none; color: #6c96d0;}
a.standard:hover		{text-decoration: underline; color: #6c96d0;}

a.adres 					{text-decoration: none; color: #f8f9ef;}
a.adres:hover			{text-decoration: underline; color: #f8f9ef;}

a.blue 					{text-decoration: none; color: #7bd0e3;}
a.blue:hover			{text-decoration: underline; color: #7bd0e3;}