﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, Serif;
	font-size: 0.8em;
	background-color: #E6D98F;
	background-position: top left;
	background-repeat: repeat-x;
	background-image: url('../images/design/background.gif');
}
#container {
	width: 100%;
	margin-top: 5px;
	padding-top: 1px;
	border-bottom: 2px solid #a0522d;
	background-color: #C0C0C0;
	position: relative;
}
#masthead {
	width: 401px;
	height: 85px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navigation {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 2px;
	margin-top: 5px;
}
#page_content {

}
#content {
	width: 100%;
	padding-bottom: 5px;
	margin-top: 20px;
}

#edit_content {
	width: 1180px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
	height: 150px;
}


#sidebar {
	float: right;
	width: 380px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#footer {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	font-weight: normal;
	color: #B4891B;
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
	display: inline;
	margin-left: auto;
}
#masthead h3 {
	font-weight: normal;
	color: #965;
	float: right;
	margin-top: 10px;
	margin-left: 30px;
	display: inline;
	font-size: large;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	z-index: 2;
}

#navigation_sub {
}


#navigation a {
	text-decoration: none;
	color: #a0522d;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #edb;
}
#navigation a:hover {
	text-decoration: none;
	color: #edb;
	background-color: #a0522d;
}

#navigation_main_seleceted p {
	text-decoration: none;
	color: #E6D98F;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px #222222 solid;
	background-color: #996655;
}


#navigation_sub a {
	color: #E6D98F;
	text-decoration: none;
	display: block;
	padding: 0px 1px 3px 1px;
	border: 1px #222222 solid;
	background-color: #996655;
	margin-top: 5px;
	height: 14px;
	z-index: 5;
}
#navigation_sub a:hover {
	color: #996655;
	text-decoration: none;
	border: 1px #708090 solid;
	background-color: #E6D98F;
}
#navigation_sub_active a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #888888;
	background-color: #5f8ea9;
}
.ul_navigation {
	list-style-image: none;
}

#bild {
	width: 1030px;
	position: relative;
}

#bild iframe {
	width: 100%;
	height: 1050px;
	border: 0;
}




/* Inhaltsformatvorlagen */
h6 {
	color: #a0522d;
}
h5 {
	color: #a0522d;
}
h4 {
	color: #a0522d;
}
h3 {
	color: #a0522d;
}
h2 {
	color: #a0522d;
	font-size: x-large;
}
#content h1 {
	color: #a0522d;
}
#content img {
	padding: 5px;
	border: 1px solid #a0522d;
}
/* Randleisten-Formatvorlagen */
#sidebar p {
	color: #222;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	font-size: 0.85em;
	color: #808080;
}
#footer a {
	color: #a0522d;
	text-decoration: underline;
}
#footer a:hover {
	color: #800000;
	text-decoration: none;
}
/* Hyperlink-Formatvorlagen */
a {
	color: #a0522d;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

