/**
 * $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: Garamond, Times, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #cecece;
	margin: 10px;
}
a:link, a:visited, a:active {
	color: #545454;
	text-decoration: none;
}
a:hover {
	color: #545454;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}

h1 {
	color: #5A8E22;
    font-size: 32px;
    
}
.header {
	background-color: #ffffff;
	padding-left: 30px;
	vertical-align: middle;
	color: #FFFFFF;
	height: 100px;
}
.ylalinkit {
	padding-left: 220px;
}

.viivatausta {

	background: #ffffff url("images/taustaviiva.gif");
	background-repeat:no-repeat;
	width: 1px;
}
.mainmenu {
	background-color: #EEEEEE;
	background: url("images/menutausta.gif");
	background-repeat:repeat-x;
	padding: 0px;
	padding-top: 10px;
    padding-left: 25px;  
    width: 100%;
	height: 30px;
}

.viiva {
	background-color: #b8b8b8;
	height: 1px;
}

.menu {
	background-color: #ffffff;
	padding: 10px;
	width: 170px;
	vertical-align: top;
}
.mainmenu ul, .mainmenu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 18px;
	padding-right: 30px;
	float: left;
	font-weight: bold;
}

.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;

}
.menu_current {
	color: #CC0033;

}
.highlight {
	background-color: #D0D0D0;
}
.content {
	background-color: #FFFFFF;
	padding: 20px;
	height: 400px;
	vertical-align: top;
	padding-left: 40px;
}
.footer {
	background: #ffffff url("images/footer_tausta.gif");
	font-size: 10px;
	height: 105px;
	color: #ffffff;
	font-size: 14px;
}