﻿body {
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position:absolute;
}
#masthead {
	width: 100%;
	height:142px;
	background-color: #FFFFFF;
}
#navigation {
	width:100%;
	background-color: #113962;
	overflow: hidden;
}
#page_content {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
}
#column_l {
	padding-top:20px;
	overflow:auto;
	background-color: #fff;
}
#column_r {
	float:right;
	width: 290px;
	margin: 0px;
	padding: 10px;
	background-color: #cdf;
}
#footer {
	clear:both;
	background-color: #113962;
	padding-bottom: 5px;
	text-align:center;
}


/* Formatvorlagen für Mastertitel */
#Titel {
	position:absolute;bottom:0px;left:0px;
	font-weight:bold;
	color:white;
	font-size:large;
}


/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type:none;
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
#navigation li {
	float:left;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #113962;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px #DFCFBF solid;
	background-color: #cdf;
}


/* Inhaltsformatvorlagen */
h1 {
	font-size: 2em;
	font-weight:bold;
	color: #393939;
}
h2 {
	font-weight:bold;
	font-size: 1.75em;
	color: #469;
}

h3 {
	font-weight:bold;
	font-size: 1.5em;
	color:#469;
}

h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}

h6 {
	font-size: 0.5em;
	color: #469;
}
.StyleRot{
	color:red;
}
.grossschrift {
	font-size:16px;
	font-weight:bold;
}
/* Bilder ohne Rand darstellen*/
img {
	border:0;
}
/* Formatvorlagen für Fußzeile */
#footer span {
	font-size: x-small;
	text-align: center;
	color: #FFFFFF;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* Formatvorlagen für Hyperlinks */
a {
	color: #000080;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}


