/**
 * Website Baker template: abenteuer-ueberleben
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Mario Lorenz (www.the-real-world.de)
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.80
 * @platform   Website Baker 2.8
 *
 * 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,p {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 13px;
	color:#333300;
}
body {
	margin: 10px;
	background-color: #333300;
}
a:link, a:visited {
	color:#DB6E02;
	text-decoration: none;
}
a:hover, a:active {
	color:#DB6E02;
	text-decoration: underline;
}
img {
	border:0px;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 16px;
	color: #DB6E02;
	margin: 8px 2px 8px 2px;
}
h2 {
	font-size: 14px;
	color: #DB6E02;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
}
.main {
	width: 990px;
	margin: auto;
	padding: 0;
}
.banner, .search_box {
	height: 100px;
	text-align: center;
	padding-top: 20px;
}
.banner {
	background: #333300 url('img/logo.gif') center center no-repeat;
	width: 770px;
	padding-left: 20px;
	float: left;
	text-align: left;
}
.banner .bannerlink {
	color: #333300;
	decoration: none;
	display: block;
	height: 100px;
	width: 530px;
}
.search_box {
	float: right;
	clear: right;
	width: 200px;
	background-color: #333300;
}
.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 {
	padding-top:60px;
	float: left;
	width: 150px;
}
#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 17px;
}
#menu img {
	border:none;
}
#topmenu {
	float:right;
	text-align:right;
	background-color: #333300;
	width: 840px;
}
#topmenu ul {
	list-style: none;
}
#topmenu li {
	padding-left: 15px;
	display:inline;
}

.content {
	background: #EBCDAD url('img/background.gif') center 100px repeat-y;
	margin-left: 150px;
	padding: 4px 10px 14px 10px;
	clear: right;
}
.footer {
	background-color: #333300;
	clear: both;
	height: 20px;
	font-size: 10px;
	color: #666;
	text-align: center;
	line-height: 18px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}
#intro_container {
	height: 100%;
	width: 100%;
	margin:30px 0;
	text-align: center;
}

