﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-color: #333333;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #FF6600;
}
#container {
	border: thin none #000000;
	width: 1000px;
	margin: 10px auto 100px auto;
	background-color: #FF6600;
	padding-bottom: 15px;
	padding-top: 15px;
	background-image: url('../images/roundedcornr_347736.gif');
	background-repeat: no-repeat;
}
#masthead {
	padding: 10px;
	margin: 5px auto 0px auto;
	text-align: center;
	width: 837px;
	border: 20px none #FF6600;
	background-image: url('../images/roundedcornr_416664.gif');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
	height: 400px;
}
#navigation {
	padding: 10px;
	margin: 10px 8px 10px 72px;
	position: relative;
	float: left;
	width: 160px;
	background-repeat: no-repeat;
	height: 430px;
	background-image: url('../images/roundedcornr_166553.gif');
}
#content {
	border-color: 0;
	border-style: none;
	border-width: 0px;
	float: left;
	width: 619px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 27px;
	padding: 7px;
	background-color: #333333;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	color: #976824;
	background-image: url('../images/content.gif');
	background-repeat: no-repeat;
}
#footer {
	text-align: center;
	clear: both;
	width: 840px;
	padding: 0px;
	border: 1px none #431;
	background-color: #333333;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #755628;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
	height: 50px;
	vertical-align: text-bottom;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #F08E00;
	background-color: #333333;
}
#masthead h3 {
	color: #542;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #333333;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px none #fff;
	background-color: #333333;
}
#navigation a {
	color: #A36814;
	text-decoration: none;
	display: block;
	padding: 8px;
	background-color: #333333;
	font-weight: normal;
	font-family: Corbel;
	font-size: small;
	height: 12px;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
	border: 1px none #964;
	background-color: #D68714;
}
/* Inhaltsformatvorlagen */
#content h1,h2,h3,h4,h5,h6 {
	color: #000000;
}
#content img {
	margin: 6px;
	padding: 0px;
	border: 2px solid #F08E00;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #976824;
	text-decoration: none;
	background-color: #333333;
	font-family: Corbel;
	text-transform: lowercase;
	font-size: small;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}