/**
 * $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.
*/

iframe {
	margin: auto;
}

body,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D0D0D0;
}
html, body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #494949;
  background-image: url(images/bg.png);
	height: 100%;
}

a:link, a:visited, a:active {
	color: gray;
	text-decoration: none;
}
a:hover {
	color: #gray;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #FFF;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
h1 {
	font-size: 14px;
	text-align: left;
	border-bottom: 1xp solid D0D0D0;
	width: 100%;
}
form {
	margin: 0;
}
.main {
	width: 800px;
	margin: auto;
	padding: 0;
	background-color: #000;
	/*border-left: 1px solid #202020;
	border-right: 1px solid #202020;*/
	min-height: 100%;
}
.banner{
	padding-top: 178px;
  height: 30px;
	background-image: url(images/panel3.png); 
	background-repeat: no-repeat;
	background-color: #000;
	font-size: 12px;
	color: #000;
	width: 795px;
  padding-right: 5px;
	text-align: right;
	/*border-bottom: 1px solid #676767;*/
}

.search_box {
  margin-bottom: 8px;
}

.search_string {
  border: 1px solid #606060;
  color: #FFF;
  width: 60px;
  background-color: #000;
  font-size: 10px;
  margin-left: 5px;
}
.search_submit {
  border: 1px solid #606060;
  background-color: #000;
  color: #606060;
  width: 47px;
  font-size: 10px;
}
.highlight {
	background-color: #D0D0D0;
}
.banner a {
	color: #FFF;
}
.banner span {
  color: #000;
}

.menu {
	float: left;
	width: 115px;
	margin-top: 0px;
	margin-left: 5px;
	outline: none;
	padding-bottom: 10px;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1px;
	outline: none;
}
.menu ul ul {
	padding-left: 10px;
	margin-top: 1px;
	outline: none;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 3px;
	color: #FFF;
	text-decoration: none;
 	outline: none; 
  background-color: #222;
  text-align: left;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
  text-decoration: none;	
  outline: none;
  background-color: #000;
}
.menu_default a:hover {
  background-color: #222;
  text-decoration: none;
	outline: none;
}

.menu_current  {  
	outline: none;
}

.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: 140px;
	padding: 4px 10px 108px 10px;
	text-align: justify;
	clear: right;
	color: #D0D0D0;
	background-color: #000;
}

.footer {
	background-color: #000;
	color: #FFF;
	background-image: url(images/footer3.png);
	background-repeat: no-repeat; 
	clear: both;
	height: 58px;
	font-size: 10px;
  padding-top: 35px;
	width: 795px;
	padding-left: 5px;
	margin: -93px auto;
	/*border-top: 1px solid #676767;*/
}

.socialmedia {
  background-color: #0B0B0B;
  border: 1px dotted #2F2F2F;
  font-size: 10px;
	margin-top: 20px;
}

.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}   

#anmeldung_titel {
  color: #606060;
  font-size: 10px;
}

#anmeldung_format {
  color: #D0D0D0;
  font-size: 10px;
}

#anmeldung_inputs {
  border: 1px solid #606060;
  color: #FFF;
  width: 70px;
  background-color: #000;
  font-size: 10px;
  margin: 1px;
}

#anmeldung_button {
  border: 1px solid #606060;
  background-color: #000;
  color: #606060;
  width: 70px;
  font-size: 10px;
  margin: 1px;
}

#anmeldung_alias {
  color: red;
  font-size: 10px;
}

#wb_login {
  padding: 0px;
}


