@CHARSET "UTF-8";

html, body { margin: 0; padding: 0; }
body { background: url(../img/background.jpg) left top repeat-x #FFE4DF; font-family: "Trebuchet MS", Verdana, Arial, Helvetica; font-size: 12px; }

a {
	color: #000;
	text-decoration: underline;
}

h1 {
	margin-bottom: 15px;	
}

#site {
	width: 1100px;	
}


/* HEADER */

#header {
	background: url(../img/header.jpg) left top no-repeat;
	float: left;
	height: 165px;
	width: 1100px;
}

#header .companyname {
	float: left;
	padding:18px 0 0 135px;
		
}
#header .companyname a {
	float: left;
	background: url(../img/logo.png) left top no-repeat;
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/logo.png,sizingMethod=crop);
	height: 55px;
	width: 220px;
}

#language { color: #EC6935;
	float: right;
	margin-top: 86px;
}

#language a {
	color: #EC6935;
	font-size: 12px;
	text-decoration: none;	
}

#header #search {
	float: right;
	margin-top: 76px;
	margin-left: 29px;
	margin-right: 159px;
}

#header #search input {
	background: url(../img/searchback.gif) left top no-repeat;
	border: 0;
	height: 21px;
	margin-right: 3px;
	padding: 3px 5px 0;
	width: 120px;
}

#menu {
	clear: right;
	float: right;
	height: 27px;
	margin-top: 25px;	
	width: 800px;
}

#menu .menu {
	float: right;
	margin-right: 159px;
}

#menu .menubutton {
	height: 27px;
}

#menu a.level-1, #menu a.level-1-act {
	color: #000;
	display: block;
	font-size: 14px;
	padding: 4px 10px 0;
	text-decoration: none;	
}


/* CONTAINER */

#container {
	/*background: url(../img/mainbg.jpg) left top repeat-y;*/
	float: left;
	width: 1100px;
}

.container {
	background: url(../img/centerbg.jpg) left top repeat-y;
	float: left;
	padding: 34px 159px 33px 147px;
	width: 794px;
}

#leftpanel {
	float: left;
	min-height: 100px;
	width: 190px;
}

#rightpanel {
	float: left;
	margin-left: 24px;
	width: 580px;
}

.leftmenu {
	background: url(../img/subbg.gif) left top no-repeat;
	border: 1px solid #FDB59D;
	float: left;
	width: 188px;
	margin-bottom: 10px;
}

#submenu {
	margin: 17px 9px 27px;
	width: 170px;	
}

#submenu .subbutton {  min-height: 20px; width: 170px; }

#submenu .subsep {
	background: url(../img/subsep.gif) left top repeat-x;
	height: 1px;
	margin: 2px 0;
	width: 170px;	
}

#submenu a.level-2 {
	background: url(../img/submenu_bullet.gif) 6px 60% no-repeat #dbdbdb;
	color: #000;
	display: block;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 21px;
	text-decoration: none;
}

#submenu a.level-2-act {
	background: url(../img/submenu_bullet_Active.gif) 6px 60% no-repeat #dbdbdb;
	color: #000;
	display: block;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 21px;
	text-decoration: none;
}


#submenu .subsubbutton {
	/*background: #dbdbdb;*/	
	width: 170px;
}

#submenu a.level-3 {
	background: url(../img/submenu_bullet.gif) 16px center no-repeat #dbdbdb;
	color: #000;
	display: block;
	font-size: 11px;
	padding-top: 1px;
	padding-left: 31px;
	text-decoration: none;
}

#submenu a.level-3-act {
	background: url(../img/submenu_bullet_Active.gif) 16px center no-repeat #dbdbdb;
	color: #000;
	display: block;
	font-size: 11px;
	padding-top: 1px;
	padding-left: 31px;
	text-decoration: none;
}

/* CONTENT */

#title {
	float: left;
	margin-bottom: 17px;
	width: 580px;
}

#content {
	color: #000;
	float: left;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	line-height: 1.5em;
	min-height: 340px;
	width: 580px;
}

#content a {
	text-decoration: underline;	
}

#content p {
	padding-bottom: 15px;	
}

/* FOOTER */

#footer { background: url(../img/footerbg.jpg) left top no-repeat #FFE4DF; float: left; width: 1100px; }

#footer .footer {
	border-top: 1px solid #FDB59D;
	color: #999;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	margin: 20px 169px 20px 157px;
	padding-top: 10px;
	text-align: center;
	width: 774px;	
}


/* MAIN FORM */

#mainform {
	width: 170px;	
}

#mainform input.textfield {
	width: 100px;	
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#mainform .generated-form {
	margin-left: 0;	
}



