﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: small;
	background-image: url("../images/hinter_grund_sepia.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #704837;
}
#container {
	border-right: 2px solid #204607;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #204607;
	background-color: #C0C0C0;
}
#masthead {
	height: 204px; 
	width: 100%;
	text-align: right;
	background-color: #704837;
	background-image: url("../images/schnecke_schmal4.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #204607;
	border-bottom: 1px solid #808080;
	background-color: #550000;
}

html>body #navigation {
	text-align: left;
	overflow: hidden;
	background-color: #204607;
}


#column_l {
	width: 80%;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 80%;
	padding: 0 15px;
	background-color: #C0C0C0;
}
#column_r {
	width: 15%;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 15%;
	padding: 15px 10px;
	background-color: #C0C0C0;
}
#content {
	background-color: #C0C0C0;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Mastertitel */
#masthead h1 {
	width: 75%;
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	width: 75%;	
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	background-color: #336600;
	text-align: left;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float:left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #8b0000;
	display: block;
	padding: 5px;
	border: 1px solid #99CC00;
	background-color: #99CC00;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #99CC00;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}
/* Rechte Spalte */
#column_r img {
	border: 1px solid #808080;
}
/* Websitetypografie */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #700;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: small;
	color: #300;
}
/* Fußzeile */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Hyperlinks */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #336600;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}