body
{
	background-color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

div, td, input, textarea
{
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 14px;
}

a
{
	color: #FF9C00;
} 

div.container
{
	position: absolute;
	width: 100%;
	height: 100%;
}

div.center
{
	position: absolute;
	top: 0;
	left: 50%;
}



div.substance
{
	position: absolute;
	top: 0px;
	left: -310px;
	width: 612px;

	background-image: url(img/background.gif);
	background-color: #141414;
	background-position: bottom left;
	background-repeat: repeat-x;
	background-attachment: fixed;

	scrollbar-face-color: #141414; 
	scrollbar-highlight-color: #6F6F6F; 
	scrollbar-shadow-color: #6F6F6F;
	scrollbar-3dlight-color: #141414;
	scrollbar-arrow-color: #6F6F6F; 
	scrollbar-track-color: #141414;
	scrollbar-darkshadow-color: #141414;
	overflow: auto;
}

.minheight {
	min-height: 430px;
}

div.substancenull
{
	position: absolute;
	top: 0px;
	left: 302px;
	width: 8px;
	height: 100%;
	background-image: url(img/background.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #141414;
	background-attachment: fixed;
}

div.centerline
{
	position: absolute;
	top: 0;
	left: 410px;
	width: 1px;
	height: 500px;
	background-image: url(img/dashed_line_v.gif);
	background-attachment: fixed;
}

div.centerline2
{
	position: absolute;
	top: 0;
	left: 410px;
	width: 1px;
	height: 100%;
	background-image: url(img/dashed_line_v.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
}

div.columnleft
{
	position: absolute;
	top: 5px;
	left: 20px;
	width: 370px;
}

div.columnright
{
	position: absolute;
	top: 5px;
	left: 432px;
	width: 150px;
}


div.columnleftheader {
	width: 370px;
	height: 16px;
	padding-top: 16px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 12px;
	vertical-align: bottom;
}

div.columnrightheader {
	width: 150px;
	height: 16px;
	padding-top: 16px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 12px;
	vertical-align: bottom;
}

font.normal 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; font-style: normal; line-height: 14px;
	color: #FFFFFF;
}

font.bold 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; font-style: normal; line-height: 14px;
	color: #FFFFFF; font-weight: bold;
}

a:link, a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; font-style: normal; line-height: 14px;
	color: #FF9C00; text-decoration: none;
}
a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; font-style: normal; line-height: 14px;
	color: #777777;
}

select
{
	height: 15px;
	width: 150px;
	border: 1px solid #979797;
	background-color: #202020;
	
	font: 11px Arial;
	color: #FFFFFF;
	font-weight: normal;

}

input.info {
	height: 17px;
	width: 150px;
	border: 1px solid #979797;
	background-color: #202020;
}

textarea {
	width:150px;
	height:200px;
	border: 1px solid #979797;
	background-color: #202020;
	overflow: auto;

	font: 11px Arial;
	color: #FFFFFF;
	font-weight: normal;

}

.submit {
	width:30px;
	height:17px;
	border: 1px solid #979797;
	background-color: #202020;
	font-size: 9px; font-style: normal; color: #FF9C00;
}


.foto {
	width: 50px;
	height: 50px;
	border: 1px solid #000000;
}

.picborder {
	border: 1px solid #000000;
}

