﻿body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	background-color: #CC0000;

	margin: 0;
	padding: 0;
	border: 0;
}
#container {
    padding: 0;
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
	border-top: 10px solid white;
	border-right: 10px solid white;
	border-bottom: 10px solid white;
	border-left: 10px solid white;
}

img {
	border-width: 0;
}

#masthead {
	width: auto;
	margin: 0;
	padding: 0;
	overflow: auto;
	text-align: right;
	background-color: white;
	width: 800px;
}
#column_l {
	position: relative;
	float: left;

	width: 585px;
	margin: 0;
	padding: 0 0px;
	background-color: #fff;
}
#column_r {
	float: left;
	
	width: 200px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;

}
#footer {
	width: auto;
	clear: both;
	overflow: auto;

	width: 800px;
	text-align: center;
	background-color: #CC0000;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Formatvorlagen für Mastertitel */
#masthead img { 
	float: left; 
	border-width: 0;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
.float_right {
	float:right;
}


/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#links {
	font-size: 8px;
	color: #fff;
}
#links a {
	color: #E9E9E9;
	text-decoration: none;
	target: _blank;
}

/* Formatvorlagen für Hyperlinks */
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Inhaltsformatvorlagen */
h1 {
	font-size: 15px;
	color: maroon;
}
h2 {
	font-size: 13px;
	color: maroon;
}
h3 {
	font-size: 12px;
	color: #469;
	}