﻿/* CSS Document */

body {
	font-family:  Verdana, Arial, Helvetica;
	color: #000040;
	font-size: 1m auto;
	text-align: center;
	background-color: #cccccc;
	line-height: 140%;
	font-weight: bold;
}


/* Div-Container */

#container
{
	width: 50em;
	margin: 50px auto;
	/*background-color: #ffffff;*/
	background-color: #cccccc;
	text-align: left;
	/* border: 1px solid #999999; */
}

#top
{
	background-color: #cccccc;
	margin: 10px auto;
}

#topprint
{
	display:none;
}

#position
{
	padding: .5em;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	text-align: right;
	font-size: 0.8em;
	color: #000066;
    font-weight: bold;
}

#menu
{
	float: left;
	width: 12.4em;
	margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0.8em;
	padding-right: 0em;
	font-size: 0.8em;
	line-height: 150%;
}

#content
{
	margin-left: 13.4em;
	border-left: 1px solid #cccccc;
	margin-right: 0px;
	padding: 0.8em;
	font-size: 0.8em;
}

#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	text-align: right;
	font-size: 0.6em;
}

#footerprint
{
	display:none;
}


/* Linkeigenschaften */

a {
	text-decoration: none;
	color: #000040;
	/*font-weight: bold;*/
}

a:hover  {
	color: #990000;
    text-decoration: underline;
}


/* Titel-Eigenschaften */

h1, h2, h3 {
    font-weight: bold;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.0em;
}


/* Diverse Eigenschaften */

.center
{
	align: center;
}

.list {
	list-style-type: none;
	line-height: 125%;
}

.linklist {
	list-style-type: none;
	/*line-height: 300%; */
	/* margin: 1em; */
}

.extern {
	background: url('http://www.feuerwehr-uster.ch/images/extern.gif') no-repeat 0 50%;
	padding-left: 1em;
	height:1%;
}

.startlink
{

	color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

.startlink:hover  {
	color: #000000;
    text-decoration: none;
    font-weight: normal;
}


/* CSS Tabellen */

td, th {
    text-decoration: none;
	/*font-size: 12px;*/
	line-height: 140%;
}

.linie {
    text-decoration: none;
	border-bottom: 1px dashed #999999;
	font-size: 12px;
	line-height: 140%;
}

.startseite {
    text-decoration: none;
	background-color: #999999;
	color: #ffffff;
	font-size: 12px;
	line-height: 140%;
}


/* CSS Formulare */

.input {
	background-color: #cccccc;
	border: 1px solid #999999;
	font-size: 12px;
}

.inputradio {
	background-color: #ffffff;
	border: 0px solid #999999;
}

.inputtext {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.inputfelder {
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.inputtextarea {
	background-color: #ffffff;
	padding: 2px;
	height: 15em;
	width: 25em;
	border: 1px solid #cccccc;
}

.inputsubmit {
	font-weight: bold;
	background-color: #cccccc;
	border: 1px solid #999999;
}

select {
	border: 1px solid #cccccc;
}

.titel {
	font-size: 0.8em;
	font-weight: bold;
}

.text {
	font-size: 12px;
	border: none;
}