/*
nicht benutzte tags:
maxx (Konstante für maximale Breite im Container / im Content-Bereich)
div (für bgcolor, font size, font family -> alles in body und td subclasses festgelegt)
td (für bgcolor, font size, font family -> alles in body und td subclasses festgelegt)
whiteheader (für ?)
menu (für Linkverhalten im vertikalen Menü)
topmenu (für Linkverhalten im horizontalen Menü)
small <-> footer
verysmall <-> footer
sectionheader (für Header ganzer Seiten?)
bannermenu (?)
logo <-> im Banner enthalten

*/



body {
	margin: 5px 0 5px 0;
	background-color: #FFFFFF; /* weiss */
	background-color: #DCFDF6; /* sehr helles Blau (letzter eintrag überschreibt alle vorherigen) */
	background-color: #cecee6; /* Blau mit lila Touch */
	background-color: #f0f3f8; /* Graublau aus dem alten Past4Future-Logo-Entwurf */
	font-size: 11pt;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	line-height: 140%;
	font-stretch: expanded;
	text-align: center;  /* horizontal centering for IE */
	min-height: 650px;
	height: auto;
}

hr {
	margin-top: 10px;
	margin-bottom: 20px;
	height: 1px;
	border: 0;
	background-color: #8b8b9b;
}

a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: 600;
/*	color: #14005F; */  /* the dark blue colour from the logo; too dark in order to clearly differentiate from non-link text */
/*	color: #FA9200; */ /* the orange colour from the logo */
/*	color: #f21d04; */ /* strong colour, but almost only red & no orange */
/*	color: #eb500e; */ /* too bright, but not too different frm logo-orange */
/*	color: #cc460c; */ /* too brown */
	color: #db1c17; /* reddish */
}
a:hover {
/*	color: #FA9200; */
	color: #ef6e00; /* logo orange */
}

h1, h2, h3, h4 {
	color: #14005F;
}
h1 {
	font-size: 20pt;
	margin: 20px 0px 15px 0px;
}
h2 {
	font-size: 16pt;
	margin: 15px 0px 15px 0px;
}
h3 {
	font-size: 13pt;
	margin: 15px 0px 10px 0px;
}
h4 {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.active {
	color: #14005F;
}

.footer {
	clear: both;
	font-size: 8pt;
	font-weight: 600;
	vertical-align: middle;
}

.small {
	font-size: 8pt;
}

#container {
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 1000px;
	height: 100%;
	align: center; /* workaround for IE */
	clear: left;
}

.banner {
	background:url(../_gfx/backgrounds/header-M.jpg);
	background-repeat: no-repeat;
	width: 998px;		/* für einen 4px Rand beidseitig */
	height: 128px;	/* für einen 4px Rand oben und 2px Rand unten */
	cursor: pointer; /* required for IE */
}

.eu-logos {
	background: url(../_gfx/backgrounds/secondarymenu-2b.jpg);
	background-repeat: no-repeat;
	width: 198px;
	height: 80px;
	cursor: pointer;
}

.pages-logo {
	background: url(../_gfx/backgrounds/secondarymenu-b.jpg);
	background-repeat: no-repeat;
	width: 198px;
	height: 97px;
	cursor: pointer;
}

.header {
	background-repeat: no-repeat;
	background-position: center;
}

.title { /* for text in the header (optional) */
	text-align: center;
	font-size: 30pt;
}

strong {
	font-weight: 600;
}

em {
	font-weight: 600;
	font-variant: small-caps;
}

.primarymenu {
	font-size: 11pt;
	font-weight: 600;
/*	font-variant: small-caps; */ /* would be nice, but is misinterpreded by safari browser */
}

.primarysubmenu {
	font-size: 10pt;
	font-weight: 600;
}

.secondarymenu {
/*	text-align: right
	margin-top: 10px;
	margin-right: 15px;
	font-size: 10pt;
	font-weight: 600;
	line-height: 190%; */
	margin-top: 10px;
	text-align: left;
	margin-left: 20px;
	font-size: 10pt;
	font-weight: 600;
	line-height: 1.8em;
}

.tertiarymenu {
	margin-top: 1px;
	margin-left: 10.5px;
	font-size: 9pt;
	font-weight: 600;
	line-height: 1.7em;
}

.googlesearch {
/*	margin-right: 15px;
	text-align: right; */
	text-align: left;
	margin-left: 19px;
	margin-top: 2px;
}

.caption {
	font-size: 11px;
}

.table {
	margin-top: 7px;
	font-size: 11px;
	background: #8b8b9b;
}
.white-table {
	background: #FFFFFF;
	margin-top: 7px;
	font-size: 11px;
}

.tablerowbright {
	background: #f0f3f8;
}

.tablerowdark {
	background: #e3e0ff;
}

.tableborder {
	background: #8b8b9b;
}

.menubg {
	background: #d1d7e3;
}

.tablehead {
	background: #d1d7e3;
	height: 26px;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
}

.tablehead-2 {
	height: 30px;
	vertical-align: bottom;
	font-weight: 600;
	font-size: 12px;
	background: #FFFFFF;
}

.details {
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 7px;
}

.alt-lineheight {
	line-height: 1.45em;
}

.frame-menu {
	margin-left: 20px;
	margin-right: 10px;
}

.frame-top {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 10px;
}

.frame-tl {
	background: url(../_gfx/borders/frame-tl.png);
}
.frame-t {
	background: url(../_gfx/borders/frame-t.png);
}
.frame-tr {
	background: url(../_gfx/borders/frame-tr.png);
}
.frame-l {
	background: url(../_gfx/borders/frame-l.png);
}

.frame-main {
	background:#FFF;
	margin-left: 20px;
	vertical-align: top;
}

.iframe {
	background:#FFF;
	margin-left: 0px;
	vertical-align: top;
}

.form {
	background:#FFF;
	margin-left: 10px;
	margin-rigth: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	vertical-align: middle;
}

.contents {
	background: #FFF;
	color: #37373E;
	line-height: 1.4em;
	margin-left: 30px;
	margin-right: 35px;
	margin-top: 35px;
	margin-bottom: 30px;
}

.box {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
}
.box-small {
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 1.4em;
	font-size: 11pt;
}
.hr-small {
	margin: 3px 0px 8px 0px;
}

.frame-r {
	background: #8b8b9b;
}
.frame-bl {
	background: url(../_gfx/borders/frame-l.png);
}
.frame-b {
	background: #8b8b9b;
}
.frame-br {
	background: #8b8b9b;
}

.people-picture {
	border: 0px;
	margin-top: 15px;
}

.image-link {
	border: 0px;
}

ul {
	line-height: 160%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2px;
	padding: 0;
	list-style-image: url(../_gfx/symbols/button.gif);
	list-style-position: inside;
	clear: both;
	text-align: left;
}

.ul-small {
	line-height: 160%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
	padding: 0;
	list-style-image: url(../_gfx/symbols/button.gif);
	list-style-position: inside;
	clear: both;
	text-align: left;
}

.ul-footer {
	clear: both;
	font-size: 8pt;
	font-weight: 600;
	list-style: none;
	list-style-type: none;
	text-align: center;
	margin-top: 10px;
}

li {
	margin-bottom: 7px;
}

.li-small {
	margin: auto;
}

.li-footer {
	display: inline;
	text-align: center;
}