/**
 * $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, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515054;
}
body {
	background-color: #2758a5;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	margin-top: 10px;

}
a:link, a:visited, a:active {
	color: #2b71b7;
	text-decoration: none;
}
a:hover {
	color: #504f54;
	text-decoration: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #036;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 14px;
	color: #2b71b7;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 15px;
	color: #515054;
	margin: 15px 0px 5px 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515054;
	margin: 15px 0px 5px 0px;
	font-weight: normal;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515054;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-style: italic;
}

form {
	margin: 0;
}
.header {
	width: 750px;
	height: 80px;
	background-color: #FFF;
	vertical-align: top;
}
.menu {
	vertical-align: top;
	background-color: #FFF;
	width: 170px;
	padding: 0px;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 0px;
	background-color: #036;
}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #FFF;
	display: block;
	background-color: #036;
	text-decoration: none;
}
.menu a:hover {
	background-color: #369;
	text-decoration: none;
}
.menu_current {
	font-weight: bold;
}
.highlight {
	background-color: #D0D0D0;
}
.border {
	font-size: 1px;
	height: 10px;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background-color: #036;
	color: #FFF;
	text-align: center;
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #DDD;
	text-decoration: none;
}
.login a:hover {
	color: #FFF;
	text-decoration: none;
}
.powered_by {
	padding: 3px 0px 0px 15px;
	background-color: #FFF;
}
.content {
	padding-left: 10px;
	width: 400px;
	padding-right: 50px;
	background-color: #FFF;
	height: 100%;
	vertical-align: top;
	text-align: left;
}

.contentsmall {
	padding: 5px;
	background-color: #FFF;
	vertical-align: top;
	text-align: left;
}


.footer {
	padding: 5px;
	height: 20px;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
}

.kant {
	border-left: thin dotted #d3ecea;
}

.kant1 {
	border-bottom: thin dotted #d3ecea;
}


#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
width: 200px;
height: 1%;
}

#navcontainer li {
margin: 0;
width: 200px;

}

#navcontainer a {
display: block;
color: #333333;
background-color: #E0E1E1;
width: 200px;
height: 16px;
padding: 3px 3px 3px 10px; 
text-decoration: none;
border-bottom: 1px solid #ffffff;
font-weight: normal;
font-size: 11px;

}

#navcontainer a:hover {
background-color: #504f54;
color: #ffffff;
width: 200px;
}

#navcontainer li li a
{

display: block;
color:#ffffff;
background-color: #2b71b7;
width: 200px;
padding: 3px 3px 3px 13px;
text-decoration: none;
border-bottom: 1px solid #d5d5d5;
font-weight: normal;
font-size: 11px;
font-style: italic;
}

.anynews ul{ 
	list-style-type:none; 
	padding: 0;
	margin: 0;
	line-height: 20px;
} 

