/**
 * $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, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #292929;
}
body {
	background: url(bg.gif) repeat;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #5ec428;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

#container {
	width: 900px;
	margin: auto;
	;
}

#header {
	width: 900px;
	height: 20px;
	background: url(header.png) no-repeat;
}

#logo {
	height: 169px;
	width: 900px;
	background: url(logo.png) no-repeat;
}

#talen {
	position: relative;
	top: -91px;
	left: 811px;
	width: 70px;
	height: 32px;
}

#talen img {
	border: 0;
}

#contentcontainer {
	width: 900px;
	background: url(background.png) repeat-y;
	float: left;
}
	
#contentpadded {
	width: 870px;
	margin: auto;
}

#menu {
	width: 870px;
	height: 42px;
	list-style-type: none;
	background: url(menubg.gif) repeat-x;
	font-size: 12px;
}

#menu ul { padding:0; margin:0; list-style-type: none;}
#menu li {float:left;position:relative;}
#menu a, #menu a:visited {display:block; width: 120px; padding-left: 3px; padding-right: 3px;font-size:9px; color: #bfbfbf; height:42px; line-height:50px; text-decoration:none; text-align:center; background:url(menu.png) no-repeat bottom; }
#menu li:hover > a{background:url(menuhover.png) no-repeat bottom; color:#5e6d66; }
#menu li ul {display: none;}

.sidebar {
	width: 140px;
	background: #d1d1d1 url(sidebar.png) no-repeat;
}

#footer {
	width: 900px;
	margin: auto;
	height: 40px;
	padding-top: 0px;
	margin-top: 0px;
	color: #292929;
	background: url(footer.png) no-repeat;
	line-height: 35px;
	text-align: center;
	clear: both;
}

ul.linklist {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.linklist a {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-indent: 20px;
	color: #888;
	border: 1px solid #888;
	background: #e8e8e8 url(bullet.png) no-repeat 8px 5px;
	margin-bottom: 10px;
}

#search {
	width: 175px;
	height: 45px;
	border: none;
	background: transparent;
	position: relative;
	top: -70px;
	left: 725px;
	padding: 5px;
	
}

