/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++LAYOUT ALLGEMEIN+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
body {
	margin: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #000000;
}
html {
	height: 100%;
}
img {
	border: 0px;
}
h1 {
	display: block;
	font-size: 1.5em;
	line-height: 1.8em;
}
h2 {
	display: block;
	font-size: 1.3em;
	line-height: 1.5em;
}
p {
	display: block;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.subline {
	font-size: 0.8em;
}
.line {
	clear: both;
}
.line_line {
	display: none;
}
.line_left {
	width: 30%;
	float: left;
	padding-bottom: 5px;
}
.line_right {
	width: 70%;
	float: right;
	padding-bottom: 5px;
}
.line_half {
	width: 40%;
	float: left;
	padding-bottom: 5px;
}
.hidden_navigation {
	display: none;
}
.navigation {
	display: none;
}
.header_text {
	display: none;
}
.header_logo {
	display: none;
}
.content_inner_border {
	color: #000000;
	padding: 10px;
	border: 1px solid #000000;
}

