﻿@import url("layout.css");
body {
	font-family:"Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size:0.8em;
	color:#000;
	background-color:#852420;
}

#container {
	width:835px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	background-color:white;
}

#masthead {
	width:830px;
	height:175px;
	background-color:white;
}

#top_left {
	width:190x;
	height:175px;
	float:left;
	margin:10px 5px 10px 5px;
	background-color:white;
}

#top_right {
	width:600px;
	height:175px;
	float:right;
	margin:10px 5px 10px 5px;
	background-color:white
}

#header_left {
	width:200px;
	float:left;
	padding-left:10px;
	margin-top:10px;
	background-color:white;
}

#header_right {
	width:600px;
	float:right;
	padding-right:10px;
	margin-top:10px;
	background-color:white;
}

#content {
	width:830px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:white
}

#left_col {
	width:200px;
	float:left;
	margin:10px 5px 10px 5px;
	background-color:white
}

#right_col {
	width:600px;
	float:right;
	margin:10px 5px 10px 5px;
	padding-right:0px;
	padding-left:0px;
	background-color:white;
}
#footer {
	clear: both;
	width: 830px;
	background-color: #ffffff;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}

/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Inhaltsformatvorlagen */
h1 {
	color: #333333;
	font-size: 1.75em;
}
h2{	
	color: #852420;
	font-size: 1.25em;
}
h3 {
	color: #333333;
	font-size: 1.0em;
}
h3 {
	color: #333333;
	font-size: 1.0em;
}
h4 {
	color: #333333;
	font-size: 1.15em;
}

