﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Sans-Serif;
	background-image: url("../images/hintergrund_gelb.gif");
	background-repeat: repeat;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
}
#masthead-blau {
	text-align: center;
	background-color: #fff;
	background-image: url("../images/logo-blau.jpg");
	background-repeat: no-repeat;

}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url("../images/banner_erde.jpg");
	background-repeat: no-repeat;
}
#unterm-banner {
	text-align: center;
	background-color: #fff;
	background-image: url("../images/unterm-banner.gif");
	background-repeat: no-repeat;
}
#navigation {
	background-image: url("../images/menu_hg.gif");
	
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	background-color: #000033;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Mastertitel */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFF66;
	/*display: block;*/
	padding: 7px;
	/*border: 1px solid #cdc;*/
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #008080;
	background-color: #C0C0C0;
}

/* Rechte Spalte */
#column_r img {
	border: 1px solid #808080;
}
/* Websitetypografie */
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: large;
	color: #0000FF;
}
h3 {
	font-size: large;
	color: #c77;
}
h4 {
	font-size: medium;
	color: #c77;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #666666;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Fußzeile */
#footer p {
	font-size: small;
	color: #FF6600;
}
/* Hyperlinks */
a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #00FFFF;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}