/*

Colors:

#000000 black
#ffffff white

#666666 grey 40%
#808080 grey 50%
#bfbfbf grey 75%
#dadada grey 85%
#fafafa grey

#00a0b0 cyan pdp 69%
#00bbca cyan pdp 79%

#f2970f orange 95%
#ffa010 orange 100%

*/

* {
	margin:0;
	padding:0;
	border:0;
	text-indent:0;
}

.screen-hide {
	display:none;
}

html {
	background:#808080;
	color:#fff;
	font-family:sans-serif;
	font-size:14px;
	padding:35px 21px;
}

body {
	width:926px;
	background:#fff url(screen/body.gif) repeat-y;
	color:#666;
	margin:0 auto 5px auto;
	padding:0 14px;
}

body:before {
	background:url(screen/html.gif);
	height:5px;
	content:'';
	display:block;
	width:954px;
	margin:0 -14px;
}

/* Abbr. & Acronyms */
abbr,
acronym {
	cursor:help;
	border-bottom:1px dashed #dadada;
}

/* Address */
address {
	margin:1em 0;
	font-style:normal;
}

/* Quotation and Citation */
blockquote {
	font-size:12px;
	text-indent:0;
	padding:0;
	text-align:justify;
}

blockquote:before {
	content:'“';
}

blockquote:after {
	content:'”';
}

#content blockquote + p {
	margin-top:2em;
}

cite {
	font-style:normal;
}

/* Lists */
ul.default {
	list-style-type:none;
	list-style-image:url(screen/icons/arrow_right.gif);
	margin:0.5em 0;
	padding-left:1.5em;
}

ul.p {
	margin:2em 0;
}

ul li.p {
	padding-bottom:1em;
}

/* Menus */
ul.menu,
ul.menu li {
	list-style-type:none;
}

ul.menu a {
	color:#dadada;
	text-decoration:none;
}

ul.menu a:hover {
	text-decoration:underline;
}

ul.menu .with-icon {
	padding-left:20px;
	background-position:left center;
	background-repeat:no-repeat;
}

/* Menus: language selection */
#menu-language {
	width:13px;
	overflow:show;
	position:relative;
	left:-22px;
	line-height:0;
	float:left;
	margin-bottom:-100px;
	height:0;
}

#menu-language li {
	border-top:1px solid #dadada;
	padding:0.5em 0;
}

#menu-language li:first-child {
	border:0;
}

#menu-language li {
	opacity:0.5;
	filter:alpha(opacity=50);
	zoom:1;
}

#menu-language li.selected {
	opacity:1;
	filter:alpha(opacity=100);
	zoom:1;
}

#menu-language li:hover {
	opacity:0.85;
	filter:alpha(opacity=85);
	zoom:1;
}

/* Menus: main menu */
#menu-main {
	margin-left:310px;
	padding-top:110px;
	background:#fff;
	height:4em;
}

#menu-main li {
	border-left:1px solid #000;
	padding:0.2em 1em 0.2em 0.2em;
	display:block;
	float:left;
	height:4em;
}

#menu-main li a {
	color:#000;
}

#menu-main li.selected a {
	color:#808080;
}

/* Menus: navigation for dynamic db content */
#menu-db {
	position:absolute;
	width:926px;
	margin:0 auto;
	top:15px;
	text-align:right;
	font-size:0;
}

#menu-db li {
	font-size:11px;
	display:inline;
	padding:0 0.3em;
	border-left:1px solid #dadada;
}

#menu-db li:first-child {
	border:0;
}

/* Menus: gui interface buttons */
#menu-gui {
	font-size:11px;
	float:left;
}

#menu-gui li {
	display:inline;
}

/* Menus: bookmark bar */
#menu-bookmarks,
#menu-bookmarks li {
	display:inline;
}

#menu-bookmarks img {
	vertical-align:top;
}

/* Menus: Notes */
#menu-notes {
	position:absolute;
	top:540px;
	margin-left:926px;
}

#menu-notes li {
	width:20px;
	background-color:#ffa010;
}

#menu-notes li.locked,
#menu-notes li:hover {
	width:40px;
}

#menu-notes a {
	display:block;
}

#menu-notes li.locked a,
#menu-notes li:hover a {
	padding-left:20px;
}

/* Page Sections: Header */
#header {
	position:absolute;
	top:35px;
	height:100px;
	padding:17px 0 0 17px;
}

#header img {
	vertical-align:top;
}

/* Page Sections: Trailer */
#trailer {
	border-top:0.8em solid #fff;
	height:260px;
	color:#fff;
	font-size:18px;
	background-color:#00a0b0;
	background-repeat:no-repeat;
	background-position:310px 0;
}

#trailer p {
	padding:0.5em 30px 0.5em 17px;
}

.trailer-with-image {
	padding-right:600px;
}

.trailer-with-flash {
	padding-right:0;
}

#trailer object {
	float:right;
	margin-left:80px;
}

/* Page Sections: Content */
.no-sidebar {
	padding:8px;
	padding-right:12em;
	padding-bottom:3em;
}

.home {
	padding:8px;
	padding-bottom:3em;
}

.with-sidebar {
	background-image:url(screen/content-sidebar.gif);
	padding:8px 12em 3em 320px;
	clear:none;
}

.no-trailer {
	margin-top:62px;
}

#content {
	min-height:200px;
}

#content h2 {
	color:#ffa010;
	font-size:21px;
}

#content h3 {
	color:#bfbfbf;
	font-size:14px;
	font-weight:bold;
	margin-top:2em;
}

#content p {
	font-size:12px;
	margin:0.5em 0;
	text-align:justify;
}

#content address,
#content dt,
#content ul {
	font-size:12px;
}

#content form {
	font-size:12px;
}

#content a {
	color:#00a0b0;
	text-decoration:none;
}

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

#header + #content {
	margin-top:100px;
}

/* Page Sections: Sidebar */
#sidebar {
	width:285px;
	padding:8px 8px 8px 17px;
	background:#dadada;
	font-size:13px;
	float:left;
	position:absolute;
}

#sidebar ul.menu {
	padding-left:11px;
}

#sidebar ul.menu li {
	list-style-type:none;
	list-style-image:url(screen/icons/arrow_right.gif);
}

#sidebar ul.menu a {
	color:#808080;
}

/* Page Sections: Footer */
#footer {
	background:#808080 url(screen/foot.gif) no-repeat;
	color:#dadada;
	margin:0 -14px;
	padding:10px 14px;
	clear:both;
	text-align:right;
	font-size:0;
}

#footer .menu li {
	display:inline;
	border-right:1px solid #dadada;
	padding:0 0.3em;
	font-size:11px;
}

/* Notes */
small.note {
	font-size:10px;
}

/* Further Reading */
.further-reading {
	background-color:#fff;
	background-image:url(screen/further-reading.gif);
	background-repeat:repeat-x;
	padding:1em;
	border:1px solid #dadada;
	margin-top:2em;
}

#content .further-reading h2,
.further-reading p {
	color:#808080;
}

#content .further-reading h2 {
	font-size:1.2em;
	border-bottom:1px solid #dadada;
	margin-bottom:1em;
}

#content .further-reading p {
	font-size:0.8em;
}

.box {
	background-color:#fafafa;
	padding:1em;
	margin:0.5em 0;
}

span.obtrusive {
	font-size:21px;
	font-weight:bold;
	color:#00a0b0;
}

/* News: Short */
ul.news-short,
ul.news-short li {
	list-style-type:none;
	display:block;
}

div#news-box{
	background-image:url(screen/news-short.gif);
	background-repeat:repeat-y;
}

ul.news-short li {
	float:left;
	width:282px;
	padding:0 10px;
	background-repeat:no-repeat;
	background-position:10px 0;
}

ul.news-short h3,
#content ul.news-short h3 {
	margin-top:1em;
	color:#ffa010;
}

ul.news-short p {
	padding-top:1em;
	text-align:justify;
}

.news-long {
	padding-left:313px;
	padding-right:13px;
	background-repeat:no-repeat;
	background-position:10px 0;
	background-color:#ffffff;
	min-height:121px;
	margin-bottom:1em;
}

.news-long strong em {
	font-style:normal;
}

.news-long .news-preview,
.news-image {
	float:left;
	width:282px;
	margin-left:-303px;
}

#content .news-image p {
	font-size:11px;
}

#content p.news-homelink {
	margin-top:2em;
}

/* Forms */
form {
	padding:0;
	margin-left:0;
	margin-right:0;
}

fieldset {
	padding:1em;
	background:#fafafa;
	margin:-1.5em 0 .5em 0;
}

legend {
	font-weight:bold;
	color:#808080;
	padding-top:2em;
}

legend.button {
	cursor:pointer;
}

legend.button-expand {
	background-image:url(../images/icons/plus.gif);
	background-repeat:no-repeat;
	background-position:0 2.25em;
	padding-left:16px;
}

label, div.label, span.label {
	width:10em;
	float:left;
	display:block;
	height:1.2em;
	line-height:1.2em;
	margin:0.2em 0;
}

textarea,
input{
	height:1.2em;
	margin:0.4em 0.2em;
	padding:0.2em;
	width:23em;
	border:1px solid #dadada;
	font-family:sans-serif;
	font-size:12px;
	background:#fff;
	color:#000;
}

input.checkbox {
	width:auto;
	height:auto;
	background:none;
	border:0;
}

input.button {
	height:auto;
	width:auto;
	cursor:pointer;
}

input.name-part {
	width:11em;
}

input.city-code {
	width:6em;
}

input.city {
	width:16em;
}

a.button {
	height:auto;
	width:auto;
	margin:0.2em;
	padding:0.3em;
	cursor:pointer;
	border:1px solid #dadada;
	font-size:12px;
	background:#fff;
	text-decoration:none;
	color:#000 !important;
}

a.button:hover {
	background:#f0f0f0;
	text-decoration:none !important;
}

input.button:hover{
	background:#f0f0f0;
}

input.file {
	width:auto;
	height:auto;
}

select {
	margin:0.2em;
	width:23.6em;
	border:1px solid #dadada;
	font-family:sans-serif;
	font-size:12px;
}

textarea {
	height:10em;
}

ul.input {
	list-style-type:none;
	margin-left:10em;
}

ul.input label, label.inline {
	display:inline;
	float:none;
}

.labelindent,
ul.buttonlist {
	margin-left:10em;
}

.labelindent {
	padding-left:1px;
}

ul.buttonlist li {
	display:inline;
}

p.input-note,
#content p.input-note {
	margin-left:12em;
	font-size:10px;
}

#content img.input {
	display:block;
	margin-left:10em;
	border:2px solid #fafafa;
	padding:0;
}

/* Status Info */
.error {
	font-weight:bold;
	color:#ff103a;
}

.info {
	font-weight:bold;
	color:#00bbca;
}

#content .info a {
	color:#000;
}

/* Milestones list */
dl.milestones {
	margin-bottom:2em;
}

dl.milestones dt {
	clear:left;
	float:left;
	width:5em;
}

dl.milestones dd {
	margin-left:6em;
}

#content dl.milestones dd p {
	text-align:left;
}

/* tables */
th {
	text-align:left;
}

.col {
	border-right:20px solid #fff;
}

.colortable {
	margin:2em auto;
	width:500px;
	border-spacing:1px;
}

.colortable thead th {
	background-color:#d2d1d6;
	color:#000;
	font-weight:normal;
}

.colortable th,
.colortable td {
	padding:0.4em 0.5em;
	font-size:80%;
}

.row0 {
	background-color:#dedde2;
}

.row1 {
	background-color:#f4f4f4;
}

th.number,
td.number {
	text-align:right;
}

th.result,
td.result {
	text-align:center;
}

.addthis_toolbox {
	display:block;
	float:right;
}

.qrcode {
	float:right;
	font-size:0.8em;
}

.bildnachweis {
	font-size:0.8em;
}

.bildnachweis td {
	vertical-align:top;
}

