/* # # # # # # #  general  # # # # # # # */
* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	}
html, body {
	height: 100%;
	}
body { 
	background-color: #002953;
	background-image: url(./_images/generic/bg_home.gif);
	background-repeat: no-repeat;
	}
body, p, ul, ol, li, h1, h2, h3, div, span, table, th, td, a img, img, form { 
	font-size: 11px;
	line-height: 15px;
	}
option, select, textarea, input { 
	font-size: 10px;
	line-height: 14px;
	}
a {
	text-decoration: none;
	position: relative;
	}
a:link, a:visited, a:active {
	color: #5692C7;
	}
a:hover {
	color: #940028;
	}
b, h1, h2, h3, .em, strong { 
	font-weight: bold;
	}
i {
	font-style: italic;
	}
h1 {
	font-size: 16px;
	line-height: 18px;
	padding: 12px 60px 12px 24px;
	color: #004070;
	}
h2 {
	font-size:13px;
	line-height:15px;
	padding: 12px 12px 3px 12px;
	color: #004070;
	}
h3 {
	font-size:11px;
	line-height:16px;
	padding: 12px 12px 3px 12px;
	color: #004070;
	}
p, form {
	padding: 0 12px 12px 12px
	}
p.alt, form.alt {
	padding: 12px 12px 12px 12px
	}
ul, ol {
	padding: 0 0 6px 15px;
	}
li {
	padding: 0 0 6px 0;
	}
input.text, 
input.search_string {
	margin: 3px 6px 3px 0;
	padding: 1px 0 0px 0;
	height: 16px;
	border: solid 1px #5692C7;
	background-color: #B1D3EC;
	}
input.search_string {
	width: 72px;
	}
input.checkbox {
	margin: 3px 6px 3px 0;
	background-color: transparent;
	}
input.button, 
input.search_submit {
	font-weight: bold;
	margin: 3px 6px 3px 0;
	padding: 0px 2px 2px 2px;
	color: #FFFFFF;
	border: solid 1px #5692C7;
	background-color: #002953;
	}

/* # # # # # # #  block elements  # # # # # # # */
#container {
	width: 846px;
	margin: auto;
	}
#top {
	width: 846px;
	height: 306px;
	}
img#visual {
	float: left;
	width: 370px;
	height: 306px;
	}
#divider {
	float: left;
	width: 24px;
	height: 306px;
	}
#darkblue {
	background-color: #000E25;
	width: 24px;
	height: 96px;
	}
#red {
	background-color: #940028;
	width: 24px;
	height: 210px;
	}
#newsblock {
	float: left;
	width: 452px;
	height: 210px;
	}
#header {
	background-color: #386D9F;
	width: 452px;
	height: 96px;
	}
#items {
	background-color: #91B8DB;
	width: 452px;
	height: 210px;
	overflow: auto;
	position: relative;
	}
#bottom {
	clear: both;
	width: 846px;
	height: 222px;
	background-color: white;
	}

#meta {
	float: left;
	width: 186px;
	height: 222px;
	}
#meta p {
	font-size: 10px;
	line-height: 14px;
	padding: 15px 12px 12px 0px;
	}
#meta form {
	padding: 0 12px 24px 0px
	}

/* # # # # # # #  navigation related images  # # # # # # # */
img.show, img.hide, img.newsitem_goto {
	vertical-align: middle;
	}

/* # # # # # # #  show and hide of main nav elements  # # # # # # # */
.cell {
	float: left;
	width: 216px;
	height: 102px;
	overflow:visible;
	}
.cell p {
	padding: 15px 9px 0px 0px;
	}
.cell a {
	display: block;
	}
.cell a b img.hide {
	background-image: url(./_images/nav/home/goto.gif);
	}
.cell a:hover img.hide {
	display: none;
	background-image: none;
	}
.cell a b {
	color: #ffffff;
	}
.cell a:hover b {
	color: #002953;
	}
.cell a:hover img.show {
	background-image: url(./_images/nav/home/o/goto.gif);
	}

/* # # # # # # #  hover for 'Aktuell' and 'Archive'  # # # # # # # */
a img.news_goto {
	background-image: url(./_images/nav/home/news_goto.gif);
	}
a:hover img.news_goto {
	background-image: url(./_images/nav/home/o/news_goto.gif);
	}

/* # # # # # # #  hover for news item  # # # # # # # */
#items a {
	display: block;
	}
#items a:hover {
	background-color: #76A7D3;
	}
#items a p {
	color: #ffffff;
	}
#items a:hover h2 {
	color: #002953;
	}
#items a img.newsitem_goto {
	background-image: url(./_images/nav/home/newsitem_goto.gif);
	position: relative;
	}
#items a:hover img.newsitem_goto {
	background-image: url(./_images/nav/home/o/newsitem_goto.gif);
	}
