/**
 * $Id$
 * Website Baker template: simple
 * 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 : #a4afbd;
}
body {
	background : url('http://www.frafru.de/images/bg.jpg');
	background-repeat : repeat-x;
	background-attachment:fixed;
	background-color : #141414;
	font-size : 13px;
	font-family : Verdana, Helvetica, Sans-Serif;
	color : #a4afbd;
	font-weight : normal;
	line-height : 1.5;
	letter-spacing : 0.05em;
	word-spacing : 0.01em;
	padding : 0;
	margin : 15px 0 200px 0;
}
a:link, a:visited, a:active {
	color : #ffffff;
	text-decoration : none;
	outline : none;
}
a:hover {
	color : #ffffff;
	text-decoration : none;
}
form {
	margin : 0;
}
img {
	border : 0;
	padding : 5px;
}
h1 {
	font-family : Georgia, Times, Serif;
	font-weight : 400;
	margin : 0 0 0.25em;
	letter-spacing : -0.02em;
	color : #fc6600;
	font-size : 1.8em;
	padding-top : 0.5em;
}
h2 {
	font-family : Georgia, Times, Serif;
	font-weight : 400;
	margin : 0 0 0.25em;
	letter-spacing : -0.02em;
	color : #667;
	font-size : 1.6em;
	padding-top : 1.5em;
}
h3 {
	font-family : Georgia, Times, Serif;
	font-weight : 400;
	font-style : italic;
	margin : 0 0 0.25em;
	letter-spacing : 0;
	color : #c7894c;
	font-size : 1.5em;
	padding-top : 1.5em;
}
h4 {
	font-family : Georgia, Times, Serif;
	font-weight : 400;
	margin : 0 0 0.3em;
	color : #889;
	font-size : 1.4em;
	font-weight : 400;
	padding-top : 1em;
}
h5 {
	font-family : Georgia, Times, Serif;
	font-weight : 400;
	font-style : italic;
	margin : 0 0 0.3em;
	color : #944811;
	font-size : 1.2em;
}
#container {
	width : 960px;
	margin-bottom : 10px;
	margin-left : auto;
	margin-right : auto;
}
.header {
	background-color : #474840;
	background-image : url(' http://www.frafru.de/images/logo.jpg');
	background-repeat : no-repeat;
	background-position : left top;
	color : #ffffff;
	height : 180px;
}
.menu {
	width : 920px;
	height : 50px;
	background-image : url(' http://www.frafru.de/images/menu.jpg');
	font-size : 1em;
	font-family : "Lucida Grande", Verdana, sans-serif;
	font-weight : bold;
	text-align : right;
	list-style-type : none;
	margin : 0;
	padding : 0;
}
.menu ul, .menu li {
	height : 50px;
	list-style : none;
	display : inline;
	margin : 0.4em;
	padding : 0;
}
.menu a {
	height : 30px;
	padding : 0.2em 1em;
	text-decoration : none;
	font-weight : bold;
	color : #ffffff;
}
.menu a:hover {
	border-color : white;
	border-left-color : black;
	border-top-color : black;
	color : #a4afbd;
}
* html ul.menu a, * html ul.menu span {
	width : 1em;
}
.menu_current {
	font-weight : bold;
}
.highlight {
	background-color : #d0d0d0;
}
.content {
	background : url('http://www.frafru.de/images/bg1.jpg');
	background-repeat : repeat-x;
	background-repeat : no-repeat;
	background-color : #252d37;
	padding : 20px;
	height : 400px;
	vertical-align : top;
}
.footer {
	color : #000000;
	background-color : #415b74;
	height : 120px;
}
.footer a {
	color : #ffffff;
}
.footer2 {
	background-color : #585d60;
	text-align : center;
	font-size : 11px;
	color : #ffffff;
	height : 20px;
}
#twitter {
	text-align : center;
	font-family : Georgia, "Times New Roman", Times, Serif;
	font-size : 12px;
	color : #000000;
	margin : 0 auto;
	height : 110px;
	width : 160px;
	padding : 5px;
	border-left : 1px dotted #a4afbd;
	background : url(http://www.frafru.de/images/twitter_icon.png) no-repeat right bottom;
}
#counter {
	text-align : left;
	margin : 0 auto;
	height : 110px;
	width : 190px;
	padding : 5px;
	color : #000000;
	border-right : 1px dotted #a4afbd;
}
#news2 {
	text-align : left;
	margin : 0 auto;
	height : 110px;
	width : 470px;
	padding-top : 15px;
}
.footer2 a {
	color : #ffffff;
}
