/*

 Website Baker Project <http://www.websitebaker.org/>
 Copyright (C) 2004-2005, Ryan Djurovich

 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.

 You should have received a copy of the GNU General Public License
 along with Website Baker; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

*/
body {
background-image:url(bg.jpg);
background-color:#FFFFCC;
	}

img {
	border: 0px;
}
strong {
	color: #808080;
}

#page {
	width: 900px;
	margin-top: 50px;
}

#titel {
	font-family: Garamond, Georgia, 'Times New Roman', Serif;
	width: 900px;
	height: 100px;
}

#titel h1 {
	font-size: 50px;
}

#navi {
	width: 900px;
	height: 18px;
	padding-top: 4px;
	padding-bottom: 2px;
	float: left;
	background-color:#0033CC;
}

#navi a{
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-decoration:none;
	font-size: 14px;
	font-weight:bold;
	color: #43A3DF;
}

#navi a:visited {
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	color: #43A3DF;
}

#navi a:hover {
	text-decoration:none;
	font-size: 14px;
	color: #C0C0C0;
	font-weight: bold;
}

#content {
	width: 800px;
	float: left;
	text-align: left;
	padding-left:50px;
	padding-right:50px;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	background-color:#003399;
}

#content h1 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 22px;
	color:#0066FF
}

#content h2 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 18px;
	color: #0066FF;
}

#content h3 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 16px;
	color: #808080;
}

#content a {
	color: #258CD3;
	text-decoration:none;
}

#content TXNORMAL {
	color: #ffffff;
	front-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif

#content a:visited {
	font-weight: bold;
	color: #C0C0C0;
	text-decoration:none;
}

#content a:hover {
	font-weight: bold;
	color: #808080;
	text-decoration:none;
}

#subnavi {
	width: 200px;
	float: right;
	text-align: left;
}

#subnavi h3{
	font-size: 16px;
}

#subnaviblock{
	padding:2px;
	margin-bottom:2px;
	text-decoration:none;
}

#subnaviblock a {
	font-size: 14px;
	padding:2px;
	margin-bottom:2px;
	text-decoration:none;
	color: #258CD3;
}

#subnaviblock a:visited {
	font-size: 14px;
	padding:2px;
	margin-bottom:2px;
	text-decoration:none;
	font-weight: bold;
	color: #C0C0C0;
}

#subnaviblock a:hover {
	font-size: 14px;
	padding:2px;
	margin-bottom:2px;
	text-decoration:none;
	font-weight: bold;
	color: #808080;
}
#footer {
	clear: both;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	padding-top: 20px;
}
