﻿@import url('bambus_layout.css');
body {
	font-family: "Trebuchet MS", Sans-Serif; 
	background-image: url("../images/farbverlauf.jpg");
	background-repeat: repeat;
}
#container {
	border-right: 50px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 50px solid #8c8c8c;
}
#masthead {
	border-right: 0px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 0px solid #8c8c8c;
	color: #0000FF;
	font-weight: bold;
	text-align: center;
	background-image: url("../images/BBB.gif");
	background-repeat: repeat;
}
#navigation {
	border-top: 5px solid #808080;
	border-bottom: 5px solid #808080;
	text-align: center;
	background-color: #cdc;
	color: #0000FF;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 340px;
	padding: 0 5px;
}
#column_r {
	width: 340px;
	padding: 0px 5px;
}
#column_b {
	padding: 0px 0px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;

}
#column_viertel {
	width: 160px;
	padding: 0px 5px;
	font-size: 10px;
	list-style-type: square;

}

#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #c77;
}

/* Rechte Spalte */
#column_r img {
	border: 1px solid #808080;
}
/* Websitetypografie */
h1 {
	font-size: xx-large;
	color: #0000FF;
}
h2 {
	font-size: x-large;
	color: #0000FF;
}
h3 {
	font-size: large;
	color: #0000FF;
}
h4 {
	font-size: medium;
	color: #0000FF;
}
ul {
	font-size: small;
	color: #000;
}
ol {
	font-size: small;
	color: #000;
}
p {
	font-size: small;
	color: #000;
}
blockquote {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #0000FF;
}
h6 {
	font-size: xx-small;
	color: #0000FF;
}
/* Fußzeile */
#footer p {
	font-size: x-small;
	color: #0000FF;
}
/* Hyperlinks */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.klein {
	font-size: 10px;
	list-style-type: square;
}
