﻿@import url("layout.css");
body {
	font-family: Calibri;
	font-size: 0.8em;
	color: #000;
	background-color: #67b;
}
#container {
	width: 853px;
	margin: 0 auto;
	background-color: #cdf;
}
#masthead {
	text-align: right;
	width: 853px;
	overflow: auto;
	background-color: #ddb;
	background-image: url('../images/BlauVerlauf.jpg');
	background-repeat: repeat;
	padding-top: 5px;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #cdf;
	position: relative;
	clear: both;
	display: inline;
	background-image: none;
	background-repeat: repeat-y;
}
#usercontent {
	float: none;
	width: 700px;
	overflow: hidden;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
#usercontent img {
	border-color: #808080;
	border-width: 1px;
	display: inline;
	background-image: url('../images/Grauverlauf.jpg');
	z-index: 1;
	float: left;
	vertical-align: top;
	margin-right: 9px;
	clear: none;
	margin-top: 0px;
	margin-left: 0px;
}
#footer {
	clear: both;
	width: 850px;
	background-color: #DBDBDB;
	padding: 3px 0 3px 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
	margin-left: 10px;
	margin-top: 7px;
}
#masthead p {
	text-align: left;
	margin: 0;
	margin-top: 0;
	margin-right: 0;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 0px;
	height: 14px;
}
/* Formatvorlagen für die Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}

#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: block;
	padding: 5px;
	padding-left: 20px;
	border-bottom: 1px solid #f9f9f9;
}

#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color:#FFFF8C;
}

#noHighlight a {
	font-weight: bold;
	text-decoration: none;
	color: #404040;
	border-bottom: 1px solid #f9f9f9;
	}

#noHighlight a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color:#CDF
}

/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.8em;
	text-align: center;
	margin: 0px;
	padding: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
.style1 {
	font-size: x-small;
}
#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;
}
#sidebarSub {
	float: right;
	width: 150px;
	background-color: #cdf;
	position: relative;
	clear: both;
	display: inline;
	background-image: none;
	background-repeat: repeat-y;
}
