body, h1, h2, h3, h4, h5, p, ul, li, table, th, td {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

* {
	font-family: Helvetica, Arial, sans-serif;
}

#page {
	width: 895px;
	position: relative;
}

#logo_right {
	position: absolute;
	right: 0px;
	top: 0px;
}

#header {
	height: 80px;
}

#header img {
	border: none;
}

#navi {
	position: relative;
	height: 50px;
	background-color: #8F9495; /*Logoblue?: #3F7DC1;*/
	border: 1px solid #8F9495;
}

#navi #menu_meta {
	padding-left: 12px;
}

#navi #menu_meta li {
	display: inline;
	font-size: 11px;
}

#navi #menu_meta li a {
	 color: #000000;
	 text-decoration: none;
}

#content {/* = You are here: ...*/
	color: #1F1F1F;
	width: 895px;
}

#content #right {
	margin-left: 230px;
	font-size: 12px;
	line-height: 19px;
	padding-bottom: 12px;
}

#content #right #breadcrumb {
	text-align: right;
	font-size: 10px;
	line-height: 24px;
	margin-bottom: 4px;
}

#content #right h3 {
	font-size: 14px;
	color: #CFE238;
	margin-bottom: 5px;
}

#content #right h2 {
	font-size: 16px;
	color: #1F1F1F;
	margin-bottom: 10px;
}

#content #right h1 {
	font-size: 16px;
	color: #1F1F1F;
	margin-bottom: 12px;
	padding-bottom: 3px;
	width: 99.5%;
	border-bottom: 1px solid #CFE238;
	
}

#content #right p {
	font-size: 12px;
	line-height: 19px;
	padding-bottom: 12px;
	color: #000000;
}

#content #right a {
	color: #666666;
}

#content #right ul {
	padding-left: 17px;
	padding-bottom: 17px;
}

#content #right li {
	list-style-image: url(/en/images/ic_li.gif);
	font-size: 12px;
	line-height: 19px;
	color: #1F1F1F;
}
#content #left {
	width: 210px;
	float: left;
}
#content #left {
	width: 210px;
	float: left;
}

#content #left .steps {
	height: 85px;
	background-color: #CFE237;
	background-image: url(/en/images/bg_navi.gif);
	background-repeat: repeat-x;
	color: #111111;
	font-size: 11px;
	padding: 15px 20px 15px 20px;
}

#content #left .steps strong {
	display: block;
	margin-bottom: 5px;
}

#content #left .steps ul {
	padding-left: 17px;
}

#content #left .steps li {
	list-style-image: url(/en/images/ic_li.gif);
	padding-bottom: 5px;
}

#content #left .steps a {
	color: #111111;
	text-decoration:none;
}


#content #left .steps a:hover {
	text-decoration:underline;
}

#content #left .news {
color: #111111;
	<!--font-size: 11px;
	padding: 15px 20px 15px 20px;-->
	height: 85px;
	background-color: #CFE237;
	background-image: url(/en/images/bg_navi.gif);
	background-repeat: repeat-x;
	color: #111111;
	font-size: 11px;
	padding: 15px 20px 15px 20px;
}

#content #left .news strong {
	display: block;
	margin-bottom: 5px;
}

#content #left .news a {
	text-decoration:none;
	color: #000000;
}

#content #left .news div {
	padding-bottom: 5px;
}

/* tabellen */

#content #right table {
	width: 99.5%;
	border-spacing: 0px;
	font-size: 12px;
}

#content #right th {
	text-align: left;
	margin-right: 10px;
	border-right: 4px solid #ffffff;
	background-color: #8F9394;
	color: #ffffff;
	padding: 2px;
}

#content #right tr.alt {
	background-color: #E9E9E7;
}

#content #right td {
	margin-right: 10px;
	border-right: 4px solid #ffffff;
	color: #000000;
	padding: 2px;
	vertical-align:top;
}