﻿@import url('layout.css');
body {
	color: #1E1E1E;
	font-size: small;
	font-family: "trebuchet MS", Arial, Helvetica, Sans-Serif;
	background-color: #FFCC99;
}
#container {
	width: 798px;
	margin: 0 auto;
	background: #fff url('../images/bkgd_tile_breit_800.gif') top;
	background-repeat: repeat-y;
}
#masthead {
	margin-right: 10px;
	margin-left: 10px;
	width: 779px;
	padding: 0;
	background-color: #ECE9E6;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFCC99;
	overflow: hidden;
}
#column_l {
	width: 600px;
	margin: 0 0 0 10px;
	padding: 0 7px 10px 10px;
}
#column_l_full {
	width: 770px;
	margin: 0 0 0 0;
	padding: 0 7px 10px 10px;
}
#column_r {
	background: #ECE9E6;
	width: 193px;
	margin: 0;
	float: right;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	border-bottom: thin #008080 solid;
	text-align: center;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
	border-top-color: #008080;
	border-top-style: solid;
	border-top-width: thin;
}
/* Formatvorlagen für Mastertitel */
#masthead img {
	float: left;
}
#masthead p {
	color: #808080;
	font-size: medium;
	margin: -20px 0 0 0;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 95%;
	margin: 0 0 10px 10px;
	padding: 0;
}
#navigation li {
	list-style: none;
	float: left;
	margin-bottom: 0;
}
#navigation a {
	color: #c30;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
	font-weight: bold;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* Inhaltsformatvorlagen */
h1 {
	color: #008080;
	font-size: 2.2em;
}
h2 {
	color: #008080;
	font-size: 1.7em;
}
h3 {
	color: #CC3300;
	font-size: 1.3em;
}
h4 {
	color: #D64723;
	font-size: 1.1em;
}
h5 {
	color: #808080;
	font-size: 0.9em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#column_r p {
	color: #808080;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
ol {
	list-style-type: decimal;
	color: #008080;
}

ul {
	color: #008080;
	list-style-type: square;
}
li {
	display: list-item;
	list-style-position: inside;
	margin-bottom: 7px;
}

/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.9em;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #D64723;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #E17100;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
a:visited {
	color:#8A4500;
	text-decoration: underline;
}
a:active  {color:#D64723;
text-decoration: underline; }

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
img {
	margin: 4px;
	padding: 2px;
	border: 1px solid #FFCC99;
}
.klein {
	font-size: x-small;
}
.bg_google {
	background-color:#ECE9E6
}
