@charset "UTF-8";
/* CSS Document */
/* © 2008, BS MediaVision AG | Richard Gehrig | Anne-Sophie Fraser */


/* neutralizing browsers built-in stylesheets, http://developer.yahoo.com/yui/reset/ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse:collapse;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	clear: left;
}

q:before, q:after {
	content:'';
}
abbr, acronym {
	border: 0;
}

/* global classes */

html{
	overflow-y: scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

body  {
	background-color: #d9dadb;
	clear: left;
}


/* start */

#start {
	position: absolute;
	left: 50%;
	width: 980px;
	height: 563px;
	margin-left: -490px;
}

#headerstart {
	width: 168px;
	height: 340px;
	margin-right: 6px;
	margin-left: 6px;
	padding-top: 35px;
	padding-left: 800px;
	background-color: transparent;
	background-repeat: no-repeat;
}

#contentstart {
	width: 490px;
	height: 188px;
	float: right;
	padding-bottom: 0;
	font-size: 14px;
	line-height: 19px;
	color: #0000aa;
}

h1.start {
	font-size: 28px;
	line-height: 18px;
	font-weight: bold;
	color: #0000aa;
	display: block;
	padding-top: 2px;
	padding-bottom: 12px;
}





/* Language links */


#contentstart a:link, #contentstart a:visited {
	color: #0000aa;
	text-decoration: none;
} 

#contentstart a:hover, #contentstart a:active {
	color: #0000aa;
	text-decoration: underline !important;
}