/*

 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

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 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
        background-color: #000000;
	margin: auto;
}
td, th{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
	margin: auto;
}
#page {
	margin:auto;
	margin-top:30px;
	text-align:center;
	background:url(images/page_bg.gif) center #000000 repeat-y;

}
#header {
	width:950px;
	height:150px;
	margin:auto;
	padding:0px 0px 0px 0px;
	background:url(http://www.lsos.ch/media/header_images/rotate.php) top left transparent no-repeat;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#FFFF00;
}
#zentrierung {
        margin-top:30px;
	width:950px;
	margin:auto;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-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: none;
	border-bottom-width: thin;
	border-bottom-color: #00CC33;
	font-size: 14px;
	color: #00CC33;
}
.content a:hover {
	font-size: 14px;
	color: #FFFF00;
	text-decoration: none;
}
#wrapper a:link, #wrapper a:visited, #wrapper a:active {
	background-image: none;
}
hr {
	color: #00CC33;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #00CC33;
}
h2 {
	font-size: 16px;
	text-decoration: underline;
	color: #FFFF00;
}
h3 {
	font-size: 15px;
	color: #00CC33;
}
form {
	margin: 0;
}
.small {
	font-size:12px;
}
.bread_crumbs {
	width:850px;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #FFFF00;
	font-size: 13px;
	color: #FFFF00;
	font-weight: bold;
	text-align: left;
}
.bread_crumbs a:link, .bread_crumbs a:visited, .bread_crumbs a:active {
	color: #FFFF00;
	text-decoration: none;
}
.bread_crumbs a:hover {
	color: #00CC33;
	text-decoration: none;
}
.search {
	font-size: 14px;
	color: #113311;
	text-align: left;
	border-color: #113311;
	border: 1px solid #113311;
}
.menu {
	vertical-align: top;
	text-align: left;
	width: 135px;
	padding: 0px;
	font-size: 14px;
}
.menu_current {
	font-weight: bold;
}
.menu ul {
	border-bottom: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu li {
	width: 100%;
	padding-left: 1.5em;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 2px 5px 2px 5px;
	color: #FFFF00;
	display: block;
	width: 130px;
	text-decoration: none;
}
.menu a:hover {
	color: #00CC33;
	text-decoration: none;
}
.content {
	padding: 20px;
	vertical-align: top;
	text-align: left;
}

.content ul {
	border-bottom: 0px;
	margin-left: 1.5em;
	padding: 0;
	list-style-type: none;
}
.content li {
	background-image: url(images/li-bullet.gif);
	background-repeat: no-repeat;
	padding-left: 1.5em;
}
.blue {
	color: #00CC33;
}
.black {
	color: #000000;
}
input, textarea, select 
{
	color: #000000;
	text-indent : 2px; 
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 14px;
	border: 1px #636363 solid;
}
input.button 
{
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;  
}
#footer {
	width:950px;
	margin:auto;
	padding:0px 0px 0px 0px;
	background:url(http://www.lsos.ch/media/footer_images/rotate.php) top left transparent no-repeat;
	height:100px;
	font-size: 14px;
}