﻿@import url('layout.css');
/* Eric Beuchel */

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	color: #000000;
}
#container {
	width: 950px;
	margin: 0 auto;
	padding: 0px;
	margin-top: 0px;
	background-color: #fff;
}
#masthead {
	width: 950px;
	height: 100px;
	padding-top: 25px;
	padding-bottom: 38px;
	background-color: #fff;
}
#logozusatz {
	float: right;
	position: relative;
	right: 10px;
	top: 0px;
	z-index: 10;
}	
#sidebar {
	float: left;
	bottom: 120px;	
	margin-top: 10px;
	margin-left: 20px;
	width: 180px;
	background-color: #fff;
}
#navi_top {
	width: 600px;
	position: absolute;
	margin-top: 90px;
	margin-left: 20px;
	text-align: left;
}
#navi {
	width: 180px;
}
#navi2 {
	width: 170px;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#content {
	float: left;
	position: relative;
	width: 472px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #fff;
}

#contentrechts {
	float: left;
	position: relative;
	width: 220px;
	margin-top: 60px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#footer {
	text-align: left;
	clear: both;
	overflow: auto;
	width: 950px;
	background-color: #fff; 
}

/* Mastertitel-Formatvorlagen  */
#masthead img {
	float: left;
	margin: 0px;
	bottom: 0;
	left: 0;
}
#masthead p {
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
}
#masthead h1 {
	color: #808080;
}

/* Formatvorlagen für die Navigation */
#navi ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navi li {
	display: block;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navi a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #dc9;
}

/* Inhaltsformatvorlagen */

}
h4 {
	color: #999999;
}
h3 {
	font-size: 12px;
	font-style: normal;
	color: #999999;
;
}
h2 {
	font-size: 18px;
	font-style: normal;
	color: #999999;
}
h1 {
	font-size: 24px;
	font-style: normal;
	color: #999999;
}
#content img {
	border: 0px solid #402640;
}
a {
	color: #006699 ;
	text-decoration: underline;
}
a:link {
	background: none;
	color: #006699;
	text-decoration: none;
}
a:visited {
	background: none;
	color: #006699 ;
	text-decoration: none;
}
a:hover {
  background: none;
  color: #009;
  text-decoration: underline;
}

/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.8em;
	color: #000000;
	margin: 20px;
	padding: 2px;
}
#footer a {
	color: #006699 ;
	text-decoration: underline;
}
#footer a:hover {
	color: #006699 ;
	text-decoration: none;
	background-color: #dc9;
}

/* diverse Vorlage */
.style_bold {
	font-weight: bold;
}
.style_center {
	text-align: center;
}
.style_hintergrund_hellgrau {
	background-color: #CCCCCC;
}
.style_margin-left_40px {
	margin-left: 40px;
}
.style_margin-left_80px {
	margin-left: 80px;
}
.style_img_Rand {
	margin: 10px;
}
.style_img_ohne_Rand {
	margin: 0px;
}
.style_img_ohne_Border {
	border-width: 0px;
}
#content img mit Rand {
	padding: 5px;
}
.xx-small {
	font-size: xx-small;
}

