@charset "iso-8859-1";
/* CSS Document */

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	color: #2b4371;
	vertical-align: baseline;
	font-variant:small-caps;
}

#navigation a {
	color: #FFF;
	text-decoration: none;
}
a {
	color: #2b4371;
}

a:hover, #navigation a:hover {
	text-decoration: underline;
}

a:hover {
	color: #000;
}
a.selected {
	text-decoration: underline;
}

a.selected:hover {
	text-decoration: none;
}

hr {
	margin-top: 25px;
}		
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
}
body {
	line-height: 1.3;
	font-family: "Times New Roman", Times, serif;
	color: #474d5a;
	background-color: #e7edf3;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	padding:4px 0;
}

#imagearea {
	width: 100%;
	height: 450px;
	background: #fff url('../img/start_bg.jpg') top left no-repeat;
	display:block;
	overflow: hidden;
}

.orbit {
	background-color: #FFF;
	width: 100%;
}

#logo {
	position:absolute; top:175px; left:50%; width:460px; margin-left: -29px;
      z-index:100;
}
#page {
	width: 100%;
	background: #e7edf3 url('../img/bg.gif') top repeat-x;
}
#footer {
	text-align: right;
	font-variant: small-caps;
	padding-bottom: 25px;
}
#navigation {
	width: 930px;
	margin: 0 auto;
	color: #FFF;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	padding-top: 8px;
	padding-bottom: 8px;
}
#content {
	width: 930px;
	margin: 40px auto 0 auto;
}
#middle {
	margin:0 250px 0 450px;
	padding: 5px;
}

#middle_breit {
	margin:0 0 0 460px;
	padding: 5px;
}
#left {
	float:left;
	width:420px;
	margin:0;
	padding:5px;
	text-align: justify;
}

#full {
	float:left;
	width:100%;
	margin:0;
	padding:5px;
	text-align: justify;
}

#left_breit {
	float:left;
	width:440px;
	margin:0;
	padding:5px;
	text-align: justify;
}
#right {
	float:right;
	width:230px;
	margin:0;
	padding:5px;
	background-color: #2b4371;
	color: #FFF;
	box-shadow: 2px 2px 10px #888;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	background:transparent;
}

td > img {
	vertical-align: text-top;
}