/**
 * $Id$
 * Website Baker template: allcss
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * 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
 *
 * 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.
*/

* {
	margin: 0;
	padding: 0;	
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #F0F0F0;
	background: url('images/search_bg.jpg') repeat-x;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #603;
	text-decoration: none;
}
a:hover {
	color: #936;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
h1 {
	font-size: 16px;
	color: #2f5d7f;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
}
.main {
	width: 750px;
	margin: 0 auto;
	margin-top: -2px;
	padding: 0;
	background-color: #FFF;
}
.banner {
	height: 220px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
}

.banner {
	width: 750px;
	float: left;
	text-align: left;
}
.searchbar {
	padding: 0;
	height: 25px;
	width: 100%;
}

.searchbox {
	width:750px;
	text-align:right;
	margin:0 auto;
	padding-top: 3px;
}
.searchtext {
	border: 1px #3d4144 solid;
	background-color: transparent;
	font-size: 10px;
	width: 30;
}
.searchbutton {
	border: none;
	background-color: transparent;
	color: #3d4144;
	font-size: 10px;
}

.highlight {
	background-color: #D0D0D0;
}

.menu {
	float: left;
	width: 140px;
	margin: 10px;
	margin-top: 3px;
	border-right: 1px dashed #828282;
}
.menu_logo {
	margin-top: 5px;
	margin-bottom: 10px;
}
.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;
}
.kontaktinfo {
	padding-left: 5px;
	margin-top: 40px;
	color: #2f5d7f;
	font-size: 10px;
}
.content {
	padding: 4px 10px 14px 10px;
	text-align: justify;
	clear: right;
}
.pagewrapper {
	float: left;
	width: 425px;
	white-space: normal;
	overflow: hidden;
}
.right_col {
	float: right;
	width: 150px;
	font-size: 12px;
}
.right_col H3 {
	color: #603;
	font-size: 14px;
}
.right_col H4 {
	color: #f6c212;
	font-size: 12px;
	font-weight: bold;
}
.right_content1 {
	padding: 10px;
	margin-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #999;
}
.right_content2 {
	padding: 10px;
	margin-top: 20px;	
}
.navbar {
	font-size: 12px;
	font-weight: bold;
	color: #2f5d7f;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.navbar a {
	color: #2f5d7f;
}
.navbar span {
	color: #828282;
	font-size: 14px;
}
.footer {
	background-color: #FFF;
	clear: both;
	width: 750px;
	height: 20px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #666;
	text-align: center;
	line-height: 18px;
}
.weather_data {
	width: 300px;
	margin-left: 40px;
	margin-right: auto;
	margin-top: 15px;
}
