/**
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}
body {
	background-color: #CC0000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 10px;
}
a:link, a:visited, a:active {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
hr {
	color: #990000;	
	height: 1px;
	border: 1px dashed;
	width: 100%;
}
h1 {
	font-size: large;
	color: #990000;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: medium;
	color: #990000;
	margin: 5px 0px 5px 0px;
}
h3{
	font-size: small;
	font-weight: bold;
	color: #990000;
	margin: 5px 0px 5px 0px;
}
h4{
	font-size: small;
	color: #FFF;
	background-color: #C30000;	
	padding: 3px;
	margin: 10px 0px 5px 0px;
}
h5{
	font-size: small;
	color: #990000;
	margin: 15px 0px 5px 0px;
}
form {
	margin: 0;
}
.header {
	width: 900px;
	height: 110px;
	background-color: #FFF;
	vertical-align: top;
}
.sonst {
	font-size: x-small;
	text-align: justify; 
}
.news {
	font-size: x-small;
	text-align: justify; 
}
.menu {
	vertical-align: top;
	background-color: #FFF;
	width: 170px;
	padding: 0px;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 0px;
	background-color: #990000;
}
.menu ul ul {
	padding-left: 5px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #FFF;
	display: block;
	background-color: #990000;
	text-decoration: none;
	font-weight: normal;
}
.menu a:hover {
	background-color: #C30000;
	text-decoration: none;
}
.menu_current {
	font-weight: bold;
	background-color: #FF6600;
}
.highlight {
	background-color: #D0D0D0;
}
.border {
	font-size: 1px;
	height: 10px;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background-color: #990000;
	color: #FFF;
	text-align: center;
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #DDD;
	text-decoration: none;
}
.login a:hover {
	color: #FFF;
	text-decoration: none;
}
.powered_by {
	padding: 3px 0px 0px 15px;
	background-color: #FFF;
}
.content {
	padding: 10px;
	background-color: #FFF;
	height: 300px;
	vertical-align: top;
	text-align: left;
}
.footer {
	padding: 5px;
	height: 20px;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
}