/**
 * $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: #000000;
}
body {
	background-color: #333333;
	margin: 10px;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

#menu a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
	color: #C0C0C0;
	text-decoration: none;
}

#links {float:left;
	padding:20px;
}
#rechts {float:right;
	padding:20px;}

#mitte {padding:20px;}

form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
#header {
	background-color: #008489;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	height: 116px;
	font-size: 20px;
	width:980px;
	font-weight: bold;
	background-image:url(http://www.f-und-h.net/templates/simple/kopf.jpg);
	background-repeat:no-repeat;
}
#page {
	width:980px;
	
}

#menu {
	
	padding: 10px;
	width: 175px;
	vertical-align: top;
	float:left;
	text-align:left;
	height:500px;
	min-height:600px;
	background-image:url(http://www.f-und-h.net/templates/simple/links.jpg);
	background-repeat:repeat-y;
}

#menu_wrapper {
	width:195px;
	height:610px;
	padding:0px;
	float:left;
}

#menu_unten {
	position:absolute;
	bottom:27px;
	background-image:url(http://www.f-und-h.net/templates/simple/unten.jpg);
	width:195px;
	height:30px;
}
#menu ul, #menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
.menu_current {
	font-weight: bold;
}
.highlight {
	background-color: #D0D0D0;
}
#content {
	background-color: #FFFFFF;
	padding: 20px;
	vertical-align: top;
	float:left;
	width:745px;
	text-align:left;
	height:450px;
	overflow-y:auto;
	overflow-x:hidden;
}
#footer {
	clear:both;
	background-color:#ffffff;
	text-align: center;
	font-size: 10px;
	height: 30px;
	width:960px;
	margin:auto;
	text-align:right;
	color:#c0c0c0;
	padding:10px;
	background-image:url(http://www.f-und-h.net/templates/simple/unten.jpg);
	background-repeat:no-repeat;
}

#footer a { color:#c0c0c0;}

#wrapper {
	width:980px;
	height:610px;
	margin:auto;
	text-align:center;
	background-color:#ffffff;
	overflow:hidden;
}

/* Overlay */
	
	

	#zenec {

		/* overlay is hidden before loading */
		display:none;
	
		/* standard decorations */
		margin-top:-150px;
		width:450px;
		border:10px solid #666;
		
		
		/* for modern browsers use semi-transparent color on the border. nice! */
		border:10px solid rgba(82, 82, 82, 0.698);

		/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
	}

	#zenec div {
		padding:10px;
		border:1px solid #3B5998;
		background-color:#fff;
		font-family:"lucida grande",tahoma,verdana,arial,sans-serif
	}

	#zenec h2 {
		margin:-11px;
		margin-bottom:0px;
		color:#fff;
		background-color:#008489;
		padding:5px 10px;
		border:1px solid #3B5998;
		font-size:20px;
	}
	
/* Aktuelles Slider */
#slider {
	position:relative;
	width:250px;
	height:480px;
	background:url(images/loading.gif) no-repeat 50% 50%; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

