﻿@import url('layout.css');
body {
	border: 1px solid #808080;
	color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	margin: 0;
	background-color: #fff;
	position: relative;
	text-align: center;
}

#kopfzeile {
	padding-right: 20px;
	padding-left: 20px;
}

#masthead {
	text-align: left;
	background-color: #FFFFFF;
	padding: 0 20px 0 20px;
	font-size: 2em;
	color: #000080;
	font-weight: bold;
}
#navigation {
	background-color: #000080;
	color: white;
	overflow: hidden;
}
#page_content {
	position: relative;
}
#column_l {
	position: relative;
	margin: 0 0 0 0;
	padding: 10px 20px 10px 20px;
	background-color: #fff;
	float: none;
	text-align: left;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #cdf;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #4040FF;
	padding-bottom: 5px;
}
/* Formatvorlagen für Mastertitel */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: center;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0 20px 0 20px;
	text-align: center;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
	padding: 5px;
	font-weight: bold;
	background-color: #000080;
	border: 1px solid #000080;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	border: 1px solid #0000FF;
	background-color: #0000FF;
}
/* Inhaltsformatvorlagen */
h1 {
	padding: 0 0 0 0;
	font-size: 2em;
	color: #000080;
	text-align: left;
}
h2 {
	font-size: 1.75em;
	color: #000080;
}
h3 {
	font-size: 1.5em;
	color: #000080;
}
h4 {
	font-size: 1.25em;
	color: #000080;
}
h5 {
	font-size: 0.75em;
	color: #000080;
}
h6 {
	font-size: 0.5em;
	color: #000080;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #000080;
	padding: 1px 5% 1px 5%;
	margin-top: 2px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #0000ff;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


#stoppschild {
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%; 
	background-color: #fff; 
	text-align: center; 
	color: #000; 
	font-family: Verdana,sans-serif; 
	visibility: hidden; 
	-moz-opacity: 0.85; 
	filter:alpha(opacity=85); 
	opacity: 0.85; 
	z-index: 10000;
	}

#stoppschild a {
	color: black; 
	font-size: 9pt; 
	font-weight: bold;
}

#stoppschild a.hinweis {
	position:relative; 
	left:-32px; 
	top:35px;
	}
#stoppschild img {
	border: none;
	}
#stoppschild p { 
	position: relative; 
	top: 100px; 
	}