/* CSS Document */

body {
	font-family:  Verdana, Arial, Helvetica;
	color: #000000);
	font-size: 1m auto;
	text-align: center;
	background-color: #cccccc;
	line-height: 140%;
}


/* Div-Container */

#container
{
	width: 40em;
	margin: 10px auto;
	background-color: #ffffff;
	text-align: left;
	border: 0px solid #999999;
}

#top
{
	background-color: #ffffff;
	display:none;
}
#topprint
{
	background-color: #ffffff;
}

#position
{
	background-color: #ffffff;
	border-bottom: 0px solid #cccccc;
	text-align: left;
	font-size: 1.1em;
	color: #000000;
    font-weight: bold;
}

#menu
{
	width: 40em;
	margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0.8em;
	padding-right: 0em;
	font-size: 0.8em;
	line-height: 150%;
	display:none;
}

#content
{
	width: 50em;
	border-left: 0px solid #cccccc;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 0.8em;
}

#footer
{
	margin: 0;
	padding: .5em;
	background-color: #ffffff;
	border-top: 0px solid #cccccc;
	text-align: left;
	font-size: 0.6em;
	display:none;
}

#footerprint
{
	margin: 0;
	text-align: left;
	font-size: 0.6em;
}

#button
{
	display:none;
}


/* Linkeigenschaften */

a {
	color: #000000; 
    text-decoration: none;
    font-weight: normal;
}


/* Titel-Eigenschaften */

h1, h2, h3, h4 {
    font-weight: bold;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.0em;
}

h4 {
	font-size: 1.6em;
}


/* Diverse Eigenschaften */

.inhalt-titel
{
	background: #000066;
	border: 1px solid #000066;
	text-align: left;
	font-size: 12px;
	color: #cccccc;
    font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.inhalt
{
	border: 1px solid #000066;
	text-align: left;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

.inhalt-titel-index
{
	background: #ff0000;
	border: 1px solid #ff0000;
	text-align: left;
	font-size: 12px;
	color: #ffffff;
    font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.inhalt-index
{
	border: 1px solid #ff0000;
	background: #ffcccc;
	text-align: left;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

.einsatzfoto
{
	border: 1px solid #999999;
}

.center
{
	text-align: center;
}

.list {
	list-style-type: none;
	line-height: 125%;
}

.extern {
	padding-left: 1em;
	height:1%;
}

.ausbildungrot
{
	width: 600px;
	border: 2px dotted #ff0000;
	background-color: #ffcccc;
	padding: 5px;
}

.ausbildungblau
{
	width: 600px;
	border: 2px dotted #3333ff;
	background-color: #ccffff;
	padding: 5px;
}

.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;
}