﻿@import url("layout_olaf-fundel.css");
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #4e9666;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 57px;
	border-bottom: 2px solid #363636;
	background-color: #fff;
}
#masthead {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navigation {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 320px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar {
	float: right;
	width: 320px;
	text-align: left;
	padding: 10px;
	background-color: #e8f1eb;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}
#footer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 3px;
	text-align: left;
	padding-top: 10px;
}
#broglie {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: right;
	padding-top: 3px;
}

/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	font-weight: normal;
	color: #4e9666;
	text-transform: uppercase;
	text-align: left;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	background-color: #FFF;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;

/*	text-align: right; */
}
#masthead img {
	padding: 0px;
}
/* Navigationsformatvorlagen */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	margin-left: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff;
	display: block;
	margin: 3px;
	padding: 5px;
	border: 2px #226611 solid;
	border-style: outset;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	background-color: #4e9666;
}
#navigation a:hover {
	text-decoration: none;
	color: #4e9666;
	background-color: #ccc;
}
/* Inhaltsformatvorlagen */
#content h1,h2,h3,h4,h5,h6 {
	color: #455;
	padding: 5px;
	background-color: #F5F5F5;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}
#content h2 {
	color: #4e9666;
	padding: 5px;
	background-color: #F5F5F5;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}
#content h3 {
	color: #455;
	padding: 5px;
	background-color: #f5f5f5;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}
#content h4 {
	color: #455;
	padding: 5px;
	background-color: #f5f5f5;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}
#content h5 {
	color: #455;
	background-color: #fff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#content img {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	background: url('../images/shadow.gif') no-repeat right bottom;
	padding: 4px 10px 10px 4px;
	border-right: none;
	border-bottom: none;
	height: 116px;
	width: 180px;
}

/* Randleisten-Formatvorlagen */
#sidebar p {
	color: #555;
}
#sidebar img {
	border-width: 0px;
	float: none;
}
#sidebar h1,h3,h4,h5,h6 {
	color: #455;
	padding: 5px;
	background-color: #e8f1eb;
}
#sidebar h2 {
	color: #455;
	padding: 5px;
	background-color: #e8f1eb;
}

/* Fußzeilen-Formatvorlagen */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #0000FF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
/* AGENTUR GERD BROGLIE Formatvorlagen */
#broglie p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#broglie a {
	color: #c4c4c4;
	text-decoration: underline;
}
#broglie a:hover {
	color: blue;
	text-decoration: none;
}

/* Hyperlink-Formatvorlagen */
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}