/**
 * $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.
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

body {
  background-image: url(images/Background.jpg);
  background-position: center;
  background-repeat: repeat-y;  
	background-color: #EFE7DF;
	margin: 0;
}

img {
  border: none;
}

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;
	width: 580px;
}

h1 {
	font-size: 16px;
	color: #993366;
	text-align: left;
	margin: 8px 2px 8px 2px;
}

form {
	margin: 0;
}

.main {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/Background.jpg);
}

.banner {
  margin: 0 auto;
	width: 960px;
  height: 170px;  
}

.lang {
  width: 180px;
  height: 80px;
  float: right;
  text-align: center;
  margin-top: 0;
}

.highlight {
	background-color: #D0D0D0;
}

.banner a {
	color: #FFF;
}

.banner span {
	color: #D0D0D0;
}

.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;
}

.menu {
	float: left;
	width: 180px;
}

.menu_right {
  width: 180px;
  float: right;
  text-align: center;
}

.content {
  margin: 0;
  margin-left: 180px;  
  margin-right: 180px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 10px;
	
}

.powered_by {
	text-align: center;
	font-size: 10px;
	padding-bottom: 5px;
	clear: both;
}

