﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:0.7em;
	background-attachment: scroll;
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #151515;
}
#container {
	width: 100%;
	margin-top: 57px;
}
#masthead {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#navigation {
	position: relative;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#author {
	float: left;
	position: relative;
	width: 211px;
}
#navbar {
	float: right;
	position: relative;
	width: 539px;
	text-align: right;
	background-image:url('../images/BGNavbar-5x22.jpg');
	background-repeat:repeat-x;
}
#page_content {
	position: relative;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	position: relative;
	float: right;
	width: 420px;
	text-align: left;
	padding-bottom: 5px;
}
#sidebar {
	float: left;
	width: 280px;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 5px;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
}
#masthead img {
	margin:0px;
	padding:0px;
}
/* Navigationsformatvorlagen */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: right;
	margin-top: 1px;
	padding: 0;
}
#navigation a {
	text-decoration: none;
	color: #F9EDDD;
	font-size:1.2em;
	display:inline;
	padding:0px 7px 0px 7px;
}
#navigation a:hover {
	text-decoration: none;
	color: #FFE500;
	padding-top:2px;
	padding-bottom:2px;
}
/* Inhaltsformatvorlagen */
#content h1 {
	color: #FFE500;
	font-weight:normal;
	font-size:x-large;
	margin-top:150px;
	margin-bottom:0px;
}
#content h2 {
	color: #FFE500;
	font-weight:normal;
	font-size:large;
	margin-top:40px;
	margin-bottom:20px;
}
#content p {
	color: #AEAEAE;
	font-weight:normal;
	font-size:1.2em;
	margin:0px 0px 8px 0px;
}
#content td {
	color:#AEAEAE;
	font-weight:normal;
	font-size:1.2em;
}
#author p {
	color: #F9EDDD;
	font-size:medium;
	padding: 0;
	border: 0;
	margin: 0;
}
#author img {
	padding: 0px;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
}
/* Randleisten-Formatvorlagen */
#sidebar p {
	color: #AEAEAE;
	font-size:1em;
	margin: 15px 0px 0px 0px;
	text-align:left
}

/* Hyperlink-Formatvorlagen */
a {
	color: #C8C8C8;
	text-decoration: none;
}
a:hover {
	color: #FFE500;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
