/* general styles and resetting */
body,
input,
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.2em;
	vertical-align:baseline;
	color:#333;
}
* {
	margin:0;
	padding:0;
}
img,
a img {
	border:none;
}
table {
	margin:4px 0;
}
table,
th,
td {
	border-collapse:collapse;
	vertical-align:top;
}
/* layout */
#page {
	width:799px;
	background:url(../images/main_bg.png) left top repeat-y;
	margin:10px auto;
}
#header {
	height:168px;
	background:url(../images/header_bg.png) left top no-repeat;
}
a#logo {
	float:left;
	display:block;
}
ul#language {
	float:right;
	margin-top:44px;
}
#sidebar {
	float:left;
}
#content {
	float:left;
	width:533px;
	padding:10px;
	margin-left:28px;
}
.home #content {
	padding:0;
}
#footer {
	clear:both;
	background:url(../images/footer_bg.png) left bottom no-repeat;
	height:21px;
	width:100%;
}
/* specific */
p {
	margin:0.5em 0;
}
li {
	margin-left:2em;
	list-style-position:inside;
}
ul li {
	padding-left:20px;
	background:url(../images/bullet.png) left top no-repeat;
	vertical-align:middle;
	list-style:none;
}
h1,
h2,
h3,
h4 {
	text-transform:uppercase;
	color:#EB1C24;
	margin-top:0.3em;
	margin-bottom:0.7em;
}
h1 {
	font-size:1.3em;
}
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1.1em;
}
h4 {
	font-size:1em;
}

/* language */
ul#language li {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	background:none;
	padding:10px;
}
ul#language a,
ul#language a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#333;
}
ul#language a:focus,
ul#language a:hover {
	text-decoration:underline;
}
ul#language a.current {
	color:#EB1C24;
	text-decoration:underline;
}
/* menu */
ul.menu {
	width:153px;
	padding:20px 0 100px 30px;
}
ul.menu li,
ul.menu li a {
	color:#EB1C24;
	margin-left:0;
	padding-left:0;
	background-image:none;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
ul.menu li li,
ul.menu li li a {
	color:#666;
}
ul.menu li {
	background-image:none;
	list-style-position:outside;
	padding-top:8px;
}
ul.menu li li {
	padding-top:0;
	padding-left:15px;
	background-image:url(../images/bullet.png);
}
/* home */
.home #content {
	background:left top url(../images/home_bg.png) no-repeat;
	width:559px;
	height:412px;
	text-align:center;
}
.home h2 {
	color:#000;
	line-height:1em;
	font-size:2em;
	white-space:pre;
}
.home .nl h1,
.home .en h1 {
	margin-top:140px;
}
.home .fr h1,
.home .de h1 {
	margin-top:130px;
}
/* contact */
#page.contact label.required {
	color:#EB1C24;
}
#page.contact input,
#page.contact textarea {
	border:solid 1px #999;
	padding:2px;
}
#page.contact input.radio {
	border:none;
}
#page.contact input.required,
#page.contact textarea.required {
	border:solid 1px #EB1C24;
}
#page.contact textarea {
	width:527px;
	margin:1px 0;
}
#page.contact label {
	display:block;
	float:left;
	width:100px;
	clear:left;
}
#page.contact input {
	float:left;
	width:427px;
	margin:1px 0;
}
#page.contact .country div {
	float:left;
	padding-left:10px;
}
#page.contact .country input,
#page.contact .country label {
	width:auto;
	float:none;
	clear:none;
	display:inline;
	line-height:1.2em;
	vertical-align:middle;
}
#page.contact .country span {
	float:left;
	clear:left;
}
#page.contact input.submit {
	float:none;
	width:100%;
	cursor:pointer;
}

