﻿@import url('layout.css');

body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #000;
	background-color: #EEEEEE
}
	
#container {
	background-attachment: scroll;
	background: scroll;
	width: 800px;
	margin: 20px auto 0 auto;
	background-color: #FFFFFF}
	
#head_left {
	float: left;
	height: 210px;
	width: 160px;
	background-color: #FFFFFF;
	position: relative;
	clear: both;
	margin-left: 10px;
	padding: 10px;
	display: inline;
	line-height: 150%;
	bottom: inherit;
	text-align: center}
	
#head_right {
	left: auto;
	float: right;	
	height: 210px;
	width: 580px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	padding: 10px;
	background-color: #fff;
	position: relative;
	bottom: inherit;
	text-align: center}
	
#sidebar {
	float: left;
	width: 160px;
	background-color: #FFFFFF;
	position: relative;
	clear: both;
	margin-left: 10px;
	padding: 10px;
	/*display: inline;*/
	line-height: 150%}
	
#content {
	left: auto;
	float: right;
	width: 580px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	padding: 10px;
	background-color: #fff;
	position: relative;
	bottom: inherit}
	
#footer {
	text-align: center;
	clear: both;
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 5px;
	background-color: #FFFFFF}
	
#masthead p {
	text-align: center;
	margin-top: 10px;
	margin-right: 10px}
	
/*=============== Formatvorlagen für die Navigation ===================*/

/*--------------------------------- head_right ---------------------------------*/

/*#head_right ul {
	list-style-type: none;
	width: 100%;
	/*display: block;
	margin: 0;
	padding: 0}
	
#head_right li {
	font-size: 0.9em;
	 /*display: block;
	margin: 0;
	padding: 0;
	border: #d3d3d3 solid}*/
	
#head_right a {
	/*font-weight: bold;*/
	/*text-decoration: none;*/
	color: #118;
	padding: 5px;
	background-color: #DFDFDF}
	
/*#head_right a:link{
	/*text-decoration: none;
	color: #118;
	background-color: #DFDFDF}*/
	
#head_right a:active {
	/*text-decoration: none;*/
	color: #118; 
	background-color: #D3D3D3}
	
#head_right a:hover {
	/*font-weight: bold; */
	/*text-decoration: none;*/
	color: #0000FF;
	background-color: #DFDFDF}
	
/*#head_right a:visited {
	/*text-decoration: none;
	color: #118; 
	background-color: #DFDFDF}*/

/*--------------------------------- sidebar ---------------------------------*/
	
/*#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0}*/
	
/*#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: #d3d3d3 solid}*/
	
#sidebar a {
	/*font-weight: bold;*/
	/*text-decoration: none;*/
	/*display: block;*/
	color: #118; 
	padding: 5px}
	
#sidebar a:active{
	/*text-decoration: none;*/
	color: #118;	
	/*background-color: #D3D3D3*/}
	
#sidebar a:hover {
	/*font-weight: bold;*/
	/*text-decoration: none;*/
	color: #0000FF; 	
	background-color: #DFDFDF}

/*#sidebar a:visited {
	text-decoration: none;
	color: #000066;
	background-color: #FFFFFF}*/



/*--------------------------------- content ---------------------------------*/

#content a            {
	color: #118
}
/*#content a:active  {color: #118}*/
#content a:hover  {
	color: #0000FF;
	/*background-color: #DFDFDF;*/
}
/*#content a:link      {color: #118}
#content a:visited {color: #118}*/

/*--------------------------------- footer ---------------------------------*/

#footer a {
	/*font-weight: bold;*/
	/*text-decoration: none;*/
	color: #118;
	padding: 5px}
	
/*#footer a:active{
	/*text-decoration: none;
	color: #118; 
	background-color: #D3D3D3}*/
	
#footer a:hover {
	/*font-weight: bold;*/
	/*text-decoration: none;*/
	color: #0000FF; 	
	background-color: #DFDFDF}


