/*STYLE.CSS - contains colors, fonts and etc.*/
*, HTML
{
	padding: 0;
	margin: 0;
}
HTML
{
	height: 100%;
}
BODY
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;
	width: 100%;
	height: 100%;
	background: #444 url(../images/bg.png);
	color: #DDD;
}
A
{
	color: #FFF;
}
H2
{
	font-size: 14pt;
}
H3
{
	font-size: 12pt;
}
#topcontainer
{
	width: 960px;
	max-width: 960px;
	padding: 0;
	margin: 0 auto;
}
#header IMG
{
	margin: 0;
}
#menu, #langswitcher
{
	background-color: #0295E2;
}
#langswitcher
{
	vertical-align: middle;
	text-align: right;
}
#langswitcher .langswitch
{
	margin-right: 6px;
}
#menu UL LI
{
	display: inline;
	float: left;
	width: 160px;
	line-height: 2em;
	padding: 0;
	margin: 0;
}
#menu UL LI A
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: -1px;
	margin-left: 5px;
	display: block;
}
#menu UL LI A:hover
{
	text-decoration: underline;
}
#menu UL LI.active
{
	background: #FF691E;
}
#left
{
	background: #FFF;
	color: #000;
	font-weight: bold;
	padding: 0;
	vertical-align: top;
}
#left UL, #left LI
{
	margin: 0;
}
#left UL.nav
{
	margin: 1em 10px 0 16px;
}
#left UL.nav LI A
{
	color: #666A6C;
	font-size: 10pt;
	line-height: 1.1em;
}
#left UL.nav LI A:hover
{
	text-decoration: underline;
}
#left UL.nav LI
{
	margin-bottom: 8px;
}
#left UL.nav LI.active A
{
	color: #FF691E;
}
#left UL.nav LI.active UL LI A
{
	color: #000;
}
#content
{
	background: #666A6C url(../images/contentbg.gif) no-repeat center bottom;
	vertical-align: top;
}
#content P, #content H2, #content H3, #content H4, #content H5, #content TABLE
{
	margin: 1em 16px;
}
#content P, #content LI
{
	text-align: justify;
	line-height: 1.1em;
}
#content LI
{
	margin: 1em 16px 1.2em 32px;
}
#content H2, #content H1, #content H3, #content B, #content STRONG
{
	color: #FFF;
	line-height: 1em;
}
#content H1
{
	margin: 12px 16px;
	font-size: 16pt;
	text-transform: uppercase;
}
.divider
{
	border-top: 1px dashed #999;
	border: 1px dashed #999;
	background: #555;
	margin: 0 16px 1.4em;
}
.pagephoto
{
	float: right;
	width: 159px;
/*max-width:159px;*/
	margin: 1px 1px 0 10px;
}
.pagephoto IMG
{
	margin-bottom: 1px;
}
IMG.right
{
	float: right;
	margin-left: 10px;
}
IMG.left
{
	float: left;
	margin-right: 10px;
}
#footer
{
	background-color: #0295E2;
	color: #CCC;
	font-size: 8pt;
	padding: 4px;
	text-align: right;
}
.adcontainer, #header
{
	background: #0295E2 url(../images/bgr.gif);
}
TABLE#specs TR TD
{
	border-bottom: 1px dashed #999;
	padding: 2px 8px;
}
TABLE#specs TR TD H3
{
	text-transform: uppercase;
	font-size: 11pt;
	margin: 4px 0;
}
TABLE#loginbox TD
{
	padding: 6px 8px 4px;
}
TABLE#loginbox TD#loginmsg
{
	font-weight: bold;
}
#wait
{
	background-color: #449F3D;
	font-weight: bold;
	visibility: hidden;
}
.msgok
{
	padding: 5px;
	background-color: #449F3D;
	font-weight: bold;
	margin: 15px;
}
.msgerr
{
	padding: 5px;
	background-color: #DB58A7;
	font-weight: bold;
	margin: 20px;
}
.postmessage
{
	width: 400px;
	background-color: transparent;
}
A.redbutton
{
	background-color: #FF691E;
	text-decoration: none;
	padding: 6px;
	color: -webkit-focus-ring-color;
	border: 1px solid #424141;
}
A.redbutton:hover
{
	/*[disabled]text-decoration:underline;*/
	border: 1px outset #C0C0C0;
}
