﻿@import url("layout.css");
body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	color: #000;
	background-color: #EAECF4;
}
#container {
	width: 800px;
	margin: 0 auto;
	 
}

#inhalt{
	min-height:600px
}
#logo {
	border-bottom: 4px;
	width: 800px;
	margin: 0 auto;
	background-color: #bde;
	height: 100px;
	border-bottom-color: #76B6A2;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
#masthead {
	width: 780px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 11px;
	overflow: auto;
	background-color: #bde;
}
#sidebar {
	float: left;
	width: 180px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: px;
	display: inline;
	min-height:600px
	
}
#content {
	margin-top: 0;
	margin-right: 6px;
	margin-left: 0;
	border-left: 1px #808080 solid;
	margin: 0 0 0 0px;
	float: left;
	width: 615px;
	padding: 0px 5px 0 5px;
	background-color: #fff;
	position: relative;
	min-height: 600px;
}
#content p {
	padding: 0 5px 0 0;
	font-size : 15px;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
}

#content h3 {
    font-size :  15px;
    font-weight:bold;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;

	
}

#footer {
	text-align: center;
	clear: both;
	width: 800px;
	margin-right: 0;
	margin-left: 0px;
	padding: 0;
	overflow: auto;
	background-color: #689;
}
#logo img {
	float: left;
	margin-right: 10px
}
#logo p {
	font-size:  15px;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
}

#logo h1 {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 20px;
}
/* Formatvorlagen für die Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0 0 0 0px;
	min-height: 600px;
}
#sidebar li {
	font-size: 15px;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
a {font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #f2f2f2
	
}
a:hover {
	font-weight: normal;
	font-size: 14px;

	text-decoration: none;
	color: #333300;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}

#sidebar a {
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: normal;
	font-size: 14px;

	text-decoration: none;
	color: #333300;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 14px;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


#inhalt {
	width: 800px
}

