@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html, body, #wrapper {
	height: 100%;
	text-align: center;
	
	background: url('../images/bg.gif');
	background-color: #f6f6f6;
}
html {
	overflow-y: scroll;
}
body {
	color: #333;
	font: 0.8em/1.3em Verdana, Arial, Helvetica, sans-serif;
}
table {
	line-height: 1.6em;
}
h1, h2, h3 {
	
}
h1 {
	font-size: 1.3em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
h2 {
	font-size: 1em;
	padding-bottom: 0.5em;
}
h3 {
	font-size: 1em;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #c00;
	text-decoration: underline;
}
a.pdf {
	display: inline;
	padding: 1px 0px 2px 20px;
	background: url(../images/types/pdf_small.png) left center no-repeat transparent;
}
a.feed {
	display: inline;
	padding: 1px 0px 2px 20px;
	background: url(../images/types/feed-icon-14x14.png) 1px 1px no-repeat transparent;
}
a img {
	border: 0;
}
:focus {
	outline: solid 0;
}
p {

}
ul, ol {

}
#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	
	border-left: 1px dotted #ddd;
	border-right: 1px dotted #ddd;
	background: none !important;
	background-color: #fff !important;
}
#head {
	position: relative;
}
#logo_top {
	
}
#logo_bottom {
	position: absolute;
	top: 70px;
}
#title {
	margin: 5px;
	margin-left: 400px;
	margin-right: 10px;
	text-align: right;
}
#title h1 {
	margin: 0;
	padding: 0;
}
#image {
	background-color: #eee;
	height: 200px;
	width: 770px;
}
#main {
	clear: both;
	margin-top: 10px;
}
#menu {
	float: left;
	margin: 5px;
	width: 190px;  /* total 200px */
}
#content {
	width: 555px; /* total 570px */
	margin: 5px 10px 5px 205px;
	padding-top: 5px;
}
#foot {
	border-top: 1px dotted #ddd;
}
#newsfeed {
	color: #eee;
	float: left;
	font-size: 0.9em;
	line-height: 1.25em;
	width: 175px; /* total 200px */
	margin: 10px 10px 15px 15px;
}
#newsfeed a {
	color: #999;
	text-decoration: none;
}
#newsfeed a:hover {
	color: #c00;
	text-decoration: underline;
}
#impressum {
	color: #999;
	font-size: 0.9em;
	line-height: 1.25em;
	margin: 10px 15px 15px 205px;
}

.Debug { border: 1px solid red; }
.NoIndent {
	margin: 0px auto;
	padding: 0px;
}
.LeftIndent {
	margin-left: 0px;
}
.FullScreen {
	width: 100%;
	height: 100%;
}
.Left {
	float: left;
}
.Right {
	float: right;
}
.NoVisible {
	visibility: hidden;
}
.required {
	font-weight: bold;
}
.floatbox,
.overflow {
	overflow: hidden;
}
