/*----------------------------------------------------------------------------------------------------
   BODY
----------------------------------------------------------------------------------------------------*/
body{
	margin:0;
	font: 8pt/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #206389 url(../images/bg_body.gif) repeat top;
}

#body-limit{
	width:793px;
	background: url(../images/bg_limit.gif) repeat-y top;
	border:1px solid red;
	/*	ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 763px;
/*	background: url(../images/streck_vert.gif) repeat-y left;*/
	}
html>body #body-limit{
	width: 763px; 
	/* ie5win fudge ends */
}

#body-main{
	width: 780px;
	/*	ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 730px;
/*	background: url(../images/streck_vert.gif) repeat-y left;*/
	}
html>body #body-main{
	width: 730px; 
	/* ie5win fudge ends */
}


/*----------------------------------------------------------------------------------------------------
   GERAL
----------------------------------------------------------------------------------------------------*/
p
{
	color: #3B4B5B;
	font-size: 10px;
	text-align: left;
	margin: 0;
	padding: 10px;
}

.clear{
	clear: left;
	text-align:left;
}

h1{
	font-size: 10pt;
	font-weight: bolder;
	color: #003365;
	height:20px;

	margin: 8px 0;
	padding:0 0 0 12px;
}

h2{
	font-size: 10pt;
	text-align: left;
	font-weight: bolder;
	color: #52819F;
	background: transparent url(../images/img_dothorizontal.gif) repeat-x bottom ;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	border: 0;
}

ul
{
	list-style: none;
	margin: 0 0 0 10px;
}


li
{
	color: #555;
	margin:0;
}

li a
{
	color: #456B85;
	font-weight: bold;
}

select
{
	width: 200px;
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #3B4B5B;
}

textarea, option
{
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #3B4B5B;
}

