/*

 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


Design Copyright Office and IT 2006
Author: Alexander Hu <info@office-and-it.de>
Version: 1.0 Release date: 28 December 2006

This template 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.


But remember, what is written in info.php !!!

*/

body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF00;
}
body {
	background-color: #FFFF00;
	font-size: 11px;
	margin: 0px;
}
#page {
    width: 1200px;
	margin:auto;
	margin-top:10px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	background:url(images/page_bg.gif) center #FFFF00 repeat-y;
}

#header {
	width: 1200px;
	height:263px;
	margin:auto;
	padding:0px 0px 0px 0px;
	background:url(images/header-neutral.jpg) top center transparent no-repeat;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#ffff00;
}


.content a:link, .content a:visited, .content a:active {
	width: 100%;
	background-image: url(images/bullet-content.png);
	background-repeat: no-repeat;
	padding-left: 1.2em;
/**	text-decoration: underlined; **/
/**	border-bottom-style: dotted 1px; **/
	border-bottom-width: thin;
	border-bottom-color: #FFFFFF;
	font-size: 11px;
	color: #696969;
}
.content a:hover {
	font-size: 11px;
	color: #336699;
	text-decoration: none;
}
hr {
	color: #003366;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 16px;
	color: #003366;
}
h2 {
	font-size: 14px;
	color: #336699;
}
h3 {
	font-size: 12px;
	color: #336699;
}
form {
	margin: 0;
}
.small {
	font-size:10px;
}
.bread_crumbs {
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #FFFF00;
	font-size: 10px;
	color: #696969; 
	font-weight: bold;
	text-align: left;
}
.search {
width: 200px;
	font-size: 9px;
	color: #000000;
	text-align: left;
	border-color: #000000;
	border: 1px solid #000000
}
.menu {
	vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
	width: 190px;
	padding: 0px;
	font-size: 11px;
}
.menu_current {
	font-weight: bold;
}
.menu ul {
	border-bottom: 0px;
	margin-left: 0.5em;
	padding: 0;
	list-style-type: none;
}
.menu li {
	width: 100%;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	padding-left: 1.0em;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 2px 5px 2px 5px;
	color: #002255;
	display: block;
	width: 195px;
	text-decoration: none;
}
.menu a:hover {
	color: #479DE1;
	text-decoration: none;
}
.content {
    background:url(images/angle_post2.gif) top right transparent no-repeat;
	padding: 40px;
	height: 700px;
	width: 950px;
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
}

.content ul {
	border-bottom: 0px;
	margin-left: 5.5em;
	padding: 0;
	list-style-type: none;
}
.content li {
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	padding-left: 0px;
	width: 850px;
}
.blue {
	color: #6288C6;
}
.black {
	color: #000000;
}
#footer {
	height:30px;
	font-size: 9px;
	margin-left: 0em;
	background:url(images/page_bottom.gif) bottom center transparent no-repeat;
}