/**
 * $Id$
 * Website Baker template: hoerbranz_v1
 *
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Othmar Jochum
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    1.0
 * @platform   Website Baker 2.7
 *
 * 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.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: grey;
}
body {
	background-color: #565655;
	/*background-image: url(images/background.jpg);*/
	margin: 0;
}
a:link, a:visited {
	color: #565655;
	text-decoration: none;
}
a:active {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #565655;
	border: 0;
	border-top: 1px solid #565655;
	height: 1px;
	width: 630px;
}
h1 {
	font-size: 16px;
	color: #565655;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
}
.main {
	width: 960px;
	/*min-height: 600px;*/
	margin: auto;
	padding: 0;
	background-color: #FFF;
}
.banner, .search_box {
	height: 60px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
}

.banner {
	width: 940px;
	padding-left: 20px;
	float: left;
	text-align: left;
	vertical-align:bottom;
}
.search_box {
	float: right;
	clear: right;
	width: 200px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.highlight {
	background-color: #D0D0D0;
}
.banner a {
	color: #FFF;
}
.banner span {
	color: #D0D0D0;
}

.menu {
	float: left;
	width: 300px;
	/* min-height: 500px; */
	margin: 10px;
	margin-top: 3px;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 2px;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
	border-bottom: 1px dashed #999;
}
.menu_default a:hover {
	border-bottom: 1px dashed #333;
}

.menu_current  {
	border-bottom: 1px dashed #999;
	font-weight:bold;
}

.menu fieldset {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}

.menu legend {
	color: #603;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.menu input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

.content {
	
	margin-left: 310px;
	padding: 4px 10px 14px 10px;
	min-height:720px;
	text-align: justify;
	clear: right;
}
.footer {
	background-color: #FFF;
	clear: both;
	height: 20px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #666;
	text-align: center;
	line-height: 18px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}