//*
// WebSystem - a Content Management System designed especially for german Fire Departments
// Copyright (C) 2006 Jan Hauke Rahm
// This program 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.
//
// This program 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 this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

* {
	font-family: Verdana, Helvetica, sans-serif;
}

html {
	height: 100%;
}

.jfbody {
	font-family: Verdana, Helvetica, sans-serif;
	background:#FFFFFF;
	margin:0;
	font-size: 100.01%;
	color:#333333;
	min-width: 40em;
	height:100%;
}

div,
td,
p {
	font-size:11px;
	line-height:18px;
	color:#333333;
/*	text-align:justify; */
}

table.types {
	font-size:11px;
	color:#333333;
	line-height:11px;
	border-collapse:collapse;
	border:1px solid gray;
	text-align:left;
}

table.alarm {
	border-collapse:collapse;
}

td.types {
	border:1px solid gray;
	padding:2px;
}

td.kalender {
	font-size:11px;
	color:#333333;
	line-height:11px;
	padding:2px;
	text-align: left;
}

td.alarm {
	font-size:11px;
	color:#333333;
	line-height:12px;
	padding:2px;
	border:1px solid #848484;
	text-align:center;
}

td.admin {
	font-size:11px;
	color:#333333;
	line-height:12px;
	padding:2px;
	border:1px solid #848484;
	text-align:left;
}

td.guest {
	font-size:11px;
	color:#333333;
	line-height:12px;
	padding:2px;
	border: 1px solid #848484;
	text-align:left;
}

p.news {
	font-size:11px;
	color:#333333;
	text-align: left;
}

h1 {
	font-size:17px;
	line-height:24px;
	color:#e1211c;
}

h2 {
	font-size:13px;
	line-height:16px;
	color:#e1211c;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:underline;
	color:#e1211c;
}

a.navigation,
a.navigation:link,
a.navigation:active,
a.navigation:visited {
	text-decoration:none;
	color:#000000;
	font-size:12px;
	line-height:18px;
}

a.newslink,
a.newslink:link,
a.newslink:active,
a.newslink:visited {
	text-decoration:none;
	color:#e1211c;
}

a:hover {
	text-decoration:underline;
	color:#e7f50a;
}

a.newslink:hover {
	text-decoration:none;
	color:#e7f50a;
}

a.navigation:hover {
	text-decoration:underline;
	color:#e1211c;
	font-size:12px;
	line-height:18px;
}

.delit {
	font-size:11px;
}

table.cal_table {
	border: 1px solid gray;
}

table.adress {
	border-collapse: collapse;
}

table.adress td {
	border: 1px solid gray;
	padding: 2px;
}

td.td_kalender {
	font-size:11px;
	color:#333333;
	line-height:11px;
	padding:2px;
	text-align: left;
	border: 1px solid gray;
}

input {
	border: 1px dashed #848484;
	background-color: white;
	color: #333333;
	font-size: 11px;
	line-height: 14px;
}

select {
	border: 1px dashed #848484;
	background-color: white;
	color: #333333;
	font-size: 12px;
	line-height: 15px;
}

select.alarm {
	border: 1px dashed #848484;
	background-color: white;
	color: #333333;
	font-size: 11px;
	line-height: 14px;
	width: 25px;
}

input.order {
	border: 1px dashed #848484;
	background-color: white;
	color: #333333;
	font-size: 11px;
	line-height: 14px;
	width: 18px;
	text-align: right;
}

input.plz {
  border:1px dashed #848484;
  background-color:white;
  color:#333333;
  font-size:11px;
  line-height:14px;
  width:43px;
}

#banner_mitte {
	height: 90px;
	background:transparent;
	float:left;
}

#banner_rechts {
	height: 90px;
	background:transparent url(../images/mitte.jpg) repeat-x left top;
	color:#e7f50a;
	top:0;
	left:0;
}

#navi {
	width: 193px;
	background-color:#e7e7e7;
	height: 80%;
	border-right:1px solid #848484;
	padding-left: 5px;
	float:left;
}

#content {
	background-color:#FFFFFF;
	margin: 0 230px 0 230px;
	padding: 0;
}

#extra {
	width: 199px;
	background-color:#FFFFFF;
	margin: 0;
	padding-left: 5px;
	padding-right: 10px;
	float: right;
}

#navi_end {
	width: 198px;
	background:transparent;
	float:left;
	clear:both;
}

.info {
	color:#848484;
	font-size: 10px;
	line-height: 14px;
	text-align:right;
}

#footer {
	background-color:#FFFFFF;
	clear:both;
	float:right;
}
