/* ============================== Page Basics */

/* Style 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;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,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;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
input,textarea {font:inherit;}

/* Basics */

html {
	height: 100%;
	background: #FFF url(../img/page_html_bg.jpg) repeat-x top center;
}
body {
	overflow: -moz-scrollbars-vertical;
	min-height: 100%; min-width: 960px;
	background: transparent url(../img/page_body_bg.jpg) no-repeat top center;
	font: 93.75% Calibri,Arial,Helvetica,sans-serif; /* 15px */
}
body.home {
	background-image: url(../img/page_body_bg_home.jpg);
}
strong {
	font-weight: bold;
	color: #1f275a;
}
a {
	color: #1f275a;
}

/* Accessibility */

.acc {
	display: none;
}

/* Container */

#container {
	position: relative; overflow: hidden;
	width: 960px;
	margin: 0 auto;
}

/* Variation: Home */


/* ============================== Header */

#header {
	position: relative;
	width: 960px; height: 188px;
}
#header h1 {
	position: absolute; top: 90px; left: 40px;
	width: 300px; height: 46px;
	background: transparent url(../img/header_logo_screen.gif) no-repeat;
}
#header h1 img {
	display: none;
}

/* Variation: Home */

body.home #header {
	height: 258px;
}


/* ============================== MetaHeader */

#metaheader {
	position: absolute; top: 0; left: 0;
	width: 960px; height: 32px;
	background: transparent url(../img/metaheader_bg.gif) no-repeat;
	color: #1f275a;	
}
#quickcontact {
	float: left;
	margin: 7px 0 0 40px;
	font-size: 0.8em; /* 12px */
}
#quickcontact br {
	display: none;
}
#languages {
	float: right;
	margin: 6px 24px 0 0;
}
#languages li {
	float: left;
	margin-right: 16px;
}
#languages li a {
	padding-left: 14px;
	background: transparent url(../img/icon_language.gif) no-repeat 0 4px;
}
#memberships {
	position: absolute; top: 70px; right: 20px;
}
#memberships li {
	float: left; overflow: hidden;
	height: 0px;
	padding-top: 30px; margin-right: 20px;
}
#membership-erc { width: 140px; background: transparent url(../img/header_memberlogos.gif) no-repeat; }
#membership-eura { width: 82px; background: transparent url(../img/header_memberlogos.gif) no-repeat 0 -30px; }


/* ============================== Navigation */

#nav {
	float: left;
	width: 220px;
	padding: 40px 70px 40px 30px;
}
#nav ul {
	overflow: hidden;
}
#nav li {
	width: 100%;
	float: left;
}
#nav li a {
	display: block;
	margin-bottom: 2px;
	font-size: 1.133em; /* 17px */
	color: #1f275a; text-decoration: none;
}
#nav li a span {
	display: block;
	padding: 4px 16px;
}
#nav ul li a.active {
/*	background: #e8e9ee; */
	background: transparent url(../img/nav_highlights.png) no-repeat -220px 0;
	font-weight: bold;
}
#nav li a:hover {
/*	background: #d2d4de; */
	background: transparent url(../img/nav_highlights.png) no-repeat 0 0;
}
#nav li a.active span,
#nav li a:hover span {
	background: transparent url(../img/nav_highlights.png) no-repeat left bottom;
}
#nav li ul {
	margin-bottom: 10px;
}
#nav li li a {
	font-size: 0.882em; /* 14px */
}
#nav li li a span {
	padding-left: 36px;
}
#nav li li li a span {
	padding-left: 56px;
}
#nav li.clogin {
	margin-top: 1em;
}


/* ============================== Content */

#content {
	float: left;
	width: 590px;
	margin-top: 100px;
	padding-bottom: 50px;
}
#content h2 {
	margin-bottom: 1em;
	font-size: 1.867em; /* 28px */
	letter-spacing: -1px;
	color: #1f275a;
}
#content h3 {
	margin: 1.5em 0 1em 0;
	font-size: 1.333em; /* 20px */
	color: #1f275a;
}	
#content p {
	line-height: 1.2;
	margin-bottom: 0.67em;
}
#content ul {
	margin-bottom: 1em;
}
#content li {
	margin-bottom: 0.333em; padding-left: 20px;
	background: transparent url(../img/icon_bullet.gif) no-repeat 5px 0.4em;
}

.remark {
	font-size: 0.733em; /* =11px */
}
.addrtab {
	display: block; float: left;
	width: 5em;
}
.addrbox {
	overflow: hidden;
	margin-bottom: 0.5em;
}
.addrbox-desc {
	float: left;
	width: 20em;
}
.addrbox-data {
	overflow: hidden;
}

.chalfleft {
	float: left;
	width: 280px;
}
.chalfright {
	float: right;
	width: 280px;
}
.wrap {
	overflow: hidden;
}

p.totop {
	text-align: right;
}
p.totop a {
	font-size: 0.733em;
	padding-left: 10px;
	background: url(../img/icon_totop.gif) no-repeat left 0.364em;
}

div.hr {
	margin-top: 3em;
	margin-bottom: 3em;
	border-top: 1px solid #CCC;
}
div.hr hr {
	display: none;
}


/* Formulare */

label {
	display: block;
	font-size: 0.866em; /* =13px */
	margin-bottom: 3px;
}
.formtext, .formarea {
	display: block;
	width: 100%;
	padding: 3px 0;
	border: 0; border-bottom: 1px solid #1f265a;
	background-color: #e8e9ee;
}
.formarea {
	overflow: auto;
	height: 10em;
}
.formbutton {
	width: 15em;
	background-color: #e8e9ee;
	border: 1px solid #1f265a;
	padding: 3px;
}

/* Hauptseite */

#homeleft {
	float: left;
	width: 380px;
}
#homeright {
	float: right;
	width: 180px;
}
#homeright h3 {
	margin-top: 0;
}