BODY{
	background-color: #2E335B;
	/*scrollbar-track-color: #5366AA;
	scrollbar-face-color: #364D90;
	scrollbar-3dlight-color: #364D90;
	scrollbar-highlight-color: #364D90;
	scrollbar-shadow-color: #364D90;
	scrollbar-darkshadow-color: #364D90;
	scrollbar-arrow-color: #040823;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
BODY.left {
	background-image: url(images/bg_left.jpg);
	background-attachment: fixed;
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #CACDDF;
}

BODY.right {
	background-image: url(images/bg_right.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #CACDDF;
}

BODY.main {
	background-image: url(images/bg_main.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #3A4269;
	
	font-size: 11px;
	color: #DEDEEB;
	margin-left: 25px;
	margin-top: 20px;
}

BODY.top {
	background-image: url(images/bg_top.jpg);
	background-attachment: fixed;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #CACDDF;
	margin: 0px;
	padding: 0px;
}

BODY.top_en {
	background-image: url(images/bg_top_en.jpg);
	background-attachment: fixed;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #CACDDF;
	margin: 0px;
	padding: 0px;
}

BODY.bottom {
	background-image: url(images/bg_bottom.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #CACDDF;
	margin-right: 0px;
	color: #ddb93c;
	padding-left: 21px;
}

BODY.bottom_en {
	background-image: url(images/bg_bottom_en.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #CACDDF;
	margin-right: 0px;
	padding-left: 21px;
}

BODY.empty{ background-color: #CACDDF; }

TD{
	vertical-align: top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DEDEEB;
}

A{
	color: #DEDEEB;
	text-decoration: underline;
}

A:hover{
	color: #9AA7CF;
}

IMG.left{
	margin-right: 5px;
	margin-bottom: 5px;
}

IMG.right{
	margin-left: 5px;
	margin-bottom: 5px;
}

INPUT,TEXTAREA{
	width: 400px;
	border: 1px solid black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

INPUT.checkbox{
	border: 0px;
	width: 15px;
}

SPAN.headline2{
	font-size: 11px;
	font-weight: bold;
	color: #DDB93C;
}

SPAN.headline1{
	font-size: 14px;
	font-weight: bold;
	color: #DDB93C;
}

TH{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
TABLE.resources TH{
	border-bottom: 1px solid #6E7AAA;
	padding: 0px;
	padding-bottom: 3px;
}

TABLE.resources TD{
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

BODY.resources IMG{
	border: 0px;
	margin: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
}

BODY.resources TD.space{
	height: 20px;
}

H1{
	font-size: 11px;
	font-weight: bold;
	color: #DDB93C;
	margin-bottom: 2px;
}
H2{
	font-size: 11px;
	font-weight: bold;
	color: #DDB93C;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

H5{
	font-size: 13px;
	font-weight: bold;
	color: #DDB93C;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #6E7AAA;
}
TD.referencelist{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #6E7AAA;
}
INPUT.txtShortRight{
	text-align: right;
	width: 40px;
}
INPUT.txt{
	width: 236px;
}
TD.companyDescription{
	padding-right: 10px;
}
IMG.news{
	margin-left:10px;
	margin-top:2px;
	margin-right: 0px;
	margin-bottom: 5px;
}

INPUT.logintxt{
	width: 200px;
	margin-bottom: 5px;
}

INPUT.loginbtn{
	width: 70px;
	margin-top: 3px;
}

TABLE.login{
	border: 1px solid black;
	background-color: #2F3B6E;
	width: 230px;
}

TABLE.login TD{
	padding: 10px;
}
TABLE.login TH{
	padding: 10px;
	background-color: #222B4F;
	border-bottom: 1px solid black;
	color: #DDB93C;
	padding-top: 3px;
	padding-bottom: 3px;
}
FORM{
	margin: 0px;
}

BODY.login{
	padding-top: 40px;
}


body.bottom .column {
	float: left;
	margin-right: 30px;
	font-size: 11px;
	padding-top: 2px;
	margin-top: 8px;
}

body.bottom .column-first {
	float: left;
	margin-right: 30px;
	font-size: 13px;
	margin-top: 8px;
}

body.bottom a {
	color: #DDB93C;
	text-decoration: none;
}

body.bottom .column a:hover {
	text-decoration: underline;
}

#logo {
	position: absolute;
	top: 14px;
	left: 29px;
}

#main-menu {
	position: absolute;
	top: 13px;
	right: 30px;
}

#flag-nav {
	position: absolute;
	top: 15px;
	right: 30px;
}

img {
	border: none;	
}