﻿@import url("layout.css");
@import url("chromestyle.css");
@import url("slimbox.css");


html {
	overflow-y:scroll;
}

body {
	font-family: "Trebuchet MS", Sans-Serif;
	background-color: #ffd24f;
	background-image: url("../images/masthead00.jpg");
	background-repeat: repeat-x;
	min-height: 105%;
}

#container {
	background-color: #ffd24f;
}

#masthead {
	text-align: center;
	background-color: #ffd24f;
	background-image: url("../images/masthead01.jpg");
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 10px 0px;
}

#column_l {
	width: 680px;
	padding: 10px 10px;
	background-color: #ffd24f;
}

html>body #column_l {
	width: 680px;
	padding: 10px 10px;
	background-color: #ffd24f;
}

#column_r {
	width: 240px;
	padding: 15px 15px;
	background-color: #ffd24f;
}

html>body #column_r {
	width: 240px;
	padding: 15px 15px;
	background-color: #ffd24f;
}

#content {
	background-color: #fff;
	padding: 15px 15px;
}

html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Mastertitel */

#masthead h1 {
	color: #990000;
	margin-bottom: 0;
}

#masthead h3 {
	color: #990000;
	margin-top: 0.5em;
}

#masthead ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#masthead li {
	float: right;
}

#masthead a {
	font-weight: bold;
	font-size: x-small;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0px;
}

#masthead a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #c77;
}

/* Rechte Spalte */

#column_r img {
	border: 1px solid #808080;
}

/* Fußzeile */

#footer p {
	font-size: x-small;
	color: #990000;
	text-align: center;
}

/* Websitetypografie */

h1 {
	font-size: xx-large;
	color: #990000;
}

h2 {
	font-size: x-large;
	color: #990000;
}

h3 {
	font-size: large;
	color: #990000;
}

h4 {
	font-size: medium;
	color: #990000;
}

h5 {
	font-size: x-small;
	color: #000;
}

h6 {
	font-size: xx-small;
	color: #990000;
}

ul {
	font-size: small;
	color: #000;
}

ol {
	font-size: small;
	color: #000;
}

p {
	font-size: small;
	color: #000;
}

blockquote {
	font-size: small;
	color: #000;
}

/* Hyperlinks */

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #9c9;
	text-decoration: none;
}

.style_bold {
	font-weight: bold;
}

.style_border {
	border-width: 0px;
}

.style_tabelbackroung {
	background-color: #fff;
}

.style_center {
	text-align: center;
}

.style5 {
	text-align: left;
	font-size: xx-small;
}

