html {
	height:101%;
}

body {
	font-family:arial,helvetica,sans-serif;
	font-size:0.7em;
	padding:0;
	margin:0;
	background-color:#f8f62b;
	text-align:center;
/*
	background-image:url(../images/bg.jpg);
	background-position:center;
*/
}
#wrapper2 {
	width:902px;
	margin:20px auto 20px auto;
	text-align:right;
}
#wrapper {
	background-color:#fff;
	border:1px solid #000; 
	width:900px;
	margin-top:5px;
	text-align:left;
	background-image:url(../images/bg.gif);
}

* html #wrapper { /*IE6 only*/
	width:902px;
}

#header {
	background-color:#004a84;
	height:228px;
	border-bottom:1px solid #000;
	margin:0;
	padding:0;
}
* html #header { /* IE6 only */
	height:229px;
}
#headercontent {
	padding:30px !important;
}

#main {
	width:599px;
	float:right;
	/* border-left:1px solid #000; */
}
#main .content {
	margin:30px;
	min-height:300px;
}
#sidebar {
	width:300px;
	margin:0;
	float:left;
}

#sidebar .content {
	padding:1px 20px; 
}
#sidebar img {
	height:228px;
	border-bottom:1px solid #000;
}
#sidebar ul {
	list-style:none;
	margin:10px 0;
	padding:0;
}
#sidebar li {
	margin:0;
	padding:0;
}
#logos {
	margin:20px 0 0 0;
	padding:20px 0 0 0;
	border-top:1px dotted #999;
	vertical-align:middle;
	/* text-align:center; */
	height:50px;
}
#logos img {
	margin:auto 10px auto 0; 
	border:0;
	vertical-align:middle;
}
#logos img.last {
	margin-right:0px;
}
.button {
	font-size:1.2em;
	font-weight:bold;
/*
	background-color:#c00;
	color:#fff;
	border:1px solid #c00;
	padding:5px 10px;
*/
	text-decoration:none;
}

a {
	color:#c00;
}

a:focus, a:hover, a:active {
	color:#f00;
	text-decoration:underline;
}

h1 {
	/* margin:20px 0 0 0; */
	margin:0;
	background-image:url(../images/header_de.gif);
	background-repeat:no-repeat;
	height:41px;
	text-indent:-10000px;
}

h1.en {
	background-image:url(../images/header_en.gif);
}
#header h2 {
	font-size:1.25em;
	color:#f8f62b;
	margin:20px 0 0 0;
}
h2 {
	font-size:1.25em;
	color:#004a84;
	margin:20px 0 0 0;
}

h3 {
	font-size:1.1em;
	margin:20px 0 0 0;
	text-transform:uppercase;
}

#main h3 {
	margin-bottom:15px;
}
#main p {
	margin-top:0;
}
#header h3 {
	color:#fff;
	margin-bottom:0;
	margin-top:15px;
	text-transform:none;
}

#sidebar h3 {
	text-transform:uppercase;
	font-size:1.25em;
	color:#004a84;
}

#sidebar h4 {
	font-size:1em;
}
h4 {
	margin-bottom:0;
	font-size:1em;
}

.bu {
	padding:3px 20px;
	color:#666;
	height:30px;
	border-bottom:1px dotted #999; 
}
.bu a {
	text-decoration:none;
	margin:0 0 0 10px;
}
.bu .links  {
	float:right;
}
.links .l {
	margin:0 10px 0 0;
}
.bu .text {
	width:180px;
	/* height:20px; */
	float:left;
}
a.lang {
	font-weight:bold;
	text-decoration:none;
	color:#004a84;
}

form {
	margin:0;
	padding:0;
	display:block;
}


label.labelCheckbox { 
	margin: 0px 0px 0px 8px;
	padding: 4px 0px 4px 0px;
	width:280px;
}
label.labelRadio {
	margin: 0px 0px 0px 8px;
	padding: 2px 10px 2px 0px;
}

input.inputRadio {
	float: left;
	margin: 0px 0px 0px 0px;
}
input.inputCheckbox {
	clear: left;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 150px;
}

input.inputSubmit {
	margin-top:10px;
	margin-left:150px;
	background-color:#c00;
	color:#fff;
	padding:5px 10px;
	/* font-weight:bold; */
	font-size:1em;
}
label {
	float:left;
}
label.left {
	width:150px;
	float:left;
}

input {
	float:left;
}
input.other {
	float:none;
}
input.radio2 {
	float:none !important;
}
input.text {
	border:1px solid #ccc;
	margin-right:10px;
	margin-bottom:4px;
	width:300px;
}
.en {
	color:#666;
}
span.label {
	width:100px;
	display:block;
	float:left;
}

.validation-failed {
	border-color:red !important;
}
.validation-advice {
	color:#c00;
	clear:left; 
	margin-left:150px;
}
.req {
	color:#c00;
}
.remarks {
	clear:left;
	padding:10px 0 10px 150px;
}


a.download {
	background-image:url("../images/pdf.gif");
	background-repeat:no-repeat;
	padding:10px 0 10px 42px;
	line-height:42px;
}

.errors {
	font-weight:bold;
	color:#c00;
	margin-bottom:20px;
}

div#advice-validate-one-required-mediatype8 {
	clear:both;
	float:none ! important;
	margin-left:0 !important;
}

