/*---------- · General · ----------*/

body, html {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	background-color: #FFF004;
	color: #000066;
	background-image: url(../../common/images/bg.gif);
	background-repeat: repeat-y;
}

body {
	margin: 0px 0px 20px 0px;
}
	

select, input, textarea, p, a {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #000066;
}

p {
	line-height: 16px;
	margin: 10px 0px 15px 0px;
}


a {
	color: #339999;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}

form {
	margin: 0px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #161676;
	margin-top: 8px;
	margin-bottom: 14px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #ff8c00;
	margin-top: 14px;
	margin-bottom: 8px;
}

img {
	border: 0px;
}

.wrapper {
	clear: both;
}

.left {
	float: left;
}
.right {
	float: right;
}

.separator {
	border-bottom: solid #E6E0E4 1px;
}


/*---------- · Header · ----------*/


div#header {
	background-image: url(../../common/images/header_bg.gif);
	background-repeat: repeat-x;
	height: 155px;
}

div#headerImg {
	background-image: url(../../common/images/header_img.gif);
	background-repeat: repeat-x;
	height: 155px;
	width: 750px
}

div#logo {
	float: left;
	margin: 35px 0px 0px 20px;
	height: 93px;
	width: 70px
}

div#submenu {
	position: absolute;
	left: 495px;
	top: 137px;
	height: 93px;
	width: 131px
}





/*---------- · Menu · ----------*/


div#menu {
	background-image: url(../../common/images/menu_bg.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 685px;
}

div#language {
	float: right;
	width: 195px;
}




/*---------- · Content · ----------*/


div#content {
	background-color: #ffffff;
	width: 645px;
	padding: 20px;
}





/*---------- · Footer · ----------*/


div#footer {
	background-image: url(../../common/images/footer.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 20px;
	color: #000033;
	font-size: 10px;
}