/**
 * $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: 10px;
	color: #000000;
}
body {
	background-color: #cccccc;
	margin: 0px;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}

h1{
	font-size:15px;
	font-weight:bold;
}

h2{
	font-size:13px;
	font-weight:bold;
}

.border{
	width:1000px; 
	border:solid; 
	border-width:1px; 
	border-color:#000000; 
	text-align:center;
}

.header{
	height:210px; 
	width:1000px; 
	margin:0px; 
	padding:0px; 
	background-image:url('http://www.human-invest.at/media/Header%20Bilder/default.jpg'); 
	background-repeat:no-repeat
}

.header p{
	margin:0px;
	padding:0px;
}

.menu{
	height:42px; 
	width:1000px; 
	background-color:rgb(146,192,70); 
	margin:0px; 
	padding:0px;
	color:#FFFFFF;
	text-align:left;
	font-size:10px;
	font-weight:bold;
}

.menu a{
	color:#FFFFFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1.0px;
}

.menu a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.content{
	width:1000px; 
	background-color:rgb(255,255,255); 
	margin:0px; 
	padding:0px;
	color:000000;
	text-align:left;
}

.content a{
	text-decoration: none;
	color:rgb(129,146,50);
}

.content a:hover{
	text-decoration: underline;
}

.content td{
	color:rgb(39,92,132);
}


.left_menu{
	padding-top:30px;
	padding-left:30px;
}


.left_menu_td{
	width:258px; 
	background-color:rgb(228,236,239); 
	margin:0px; 
	padding:0px;
color: rgb(40,96,133);
}

.left_menu a{
	font-size:10px;
	font-weight:bold;
	line-height:2;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1.0px;
	text-decoration:none;
color: rgb(40,96,133);
}

.menu-parent a{
	color:rgb(129,146,50);
}

.menu-current a{
	color:rgb(129,146,50);
}

.menu-sibling a{
color: rgb(40,96,133);
}

.menu-child a{
color: rgb(40,96,133);
}

.blue a{
color: rgb(40,96,133);
}

.left_menu a:hover{
	color:rgb(129,146,50);
}

.left_menu ul{
	padding-left:20px;
	margin-left:0px;
}

.left_menu li{
	list-style:none;
	padding-left:0px;
}


.sub_menu a{
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color: #ffffff;
}

.sub_menu a:hover{
	text-decoration:underline;
}


.footer{
	clear:both; 
	height:42px; 
	width:1000px; 
	background-color:rgb(146,192,70); 
	margin:0px; 
	padding:0px;
}