/**
 * $Id$
 * Website Baker template: allcss
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Ryan Djurovich, C. Sommer
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #f0f0f0;
	/* background-image: url(images/background.jpg); 
	background-repeat: repeat-x; */
	margin: 11px;
}
a:link, a:visited, a:active {
	color: #0000c6;
	text-decoration: none;
}
a:hover {
	color: #00a339;
	text-decoration:underline;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #008000;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 20px;
	color: #00a000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-weight:bold;
	clear:both;
}
h2 {
	font-size: 16px;
	color: #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-weight:bold;
	border-top-style:dotted;
	border-top-color:#CCCCCC;
	padding-top: 8px;
	clear:both;
}
h3 {
	font-size: 14px;
	color: #000000;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight:bold;
}
h4 {
	color: #000000;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	font-weight:bold;
}

p {
  margin-top: 0px;
}

form {
	margin: 0;
}
.header {
	width: 750px;
	height: 80px;
	background-color: #FFF;
	vertical-align: top;
}
.menu {
	vertical-align: top;
/*	background-color: #007c30; */
	background-color: #00a000;
	width: 170px;
	padding: 0px;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 0px;
	background-color: #f0fff0;
}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #FFF;
	display: block;
	background-color: #00a000;
	text-decoration: none;
}
.menu a:hover {
	background-color: #369;
	text-decoration: none;
}
.menu_current {
	font-weight: bold;
	background-color: #40b840 !important;
	color: #FFFFC0 !important;
}

.highlight {
	background-color: #D0D0D0;
}
.border {
	font-size: 1px;
	height: 10px;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background-color: #036;
	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;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
}

.zitat {
	font-size: 14px;
	font-style:italic;
	font-weight:bold;
	color: #00a000;
	margin-top: 17px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.autor {
	font-size: 10px;
	font-style:normal;
	font-weight:normal;
	color: #00a000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}

ul li {
  margin-bottom:7px;
}

.Sprache {
	background-color:#FFFFCC;
	font-style:normal;
	border:thin outset #000000;
	float:right;
	text-align:right;
	font-size:12px;
	text-decoration:none;
}
