body {
	overflow-y: scroll;
	overflow-x: hidden;
	background-image: url(../bilder/VerlaufHintergrund.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	background-color: #3C3C3C;
}

#container {
	position: relative;
	width: 1000px;
	height: expression(this.scrollHeight > 700 ? "auto":"700px"); 
	min-height: 700px;
	margin: 0px auto;
	padding: 0px;
	padding-bottom: 20px;
	background-color: #333333;
	border: 1px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #eeeeee;
	font-size: 0.72em;
	font-style : normal;
	text-decoration : none;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
}

#kopf {
	position: relative;
	width: 700px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	padding-top: 60px;
	padding-left: 186px;
	z-index: 1;
	font-size: 2em;
	text-align: left;
	background-color: #333333;
}

#kopfflash {
	position: relative;
	float: right;
	width: 1000px;
	height: 180px;
	padding: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-top-color: #A30001;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A30001;
	border-bottom-style: solid;
	z-index: 1;
}

#menuecontainer {
	position: relative;
	width: 1000px;
	height: 50px;
	margin: 0px;
	padding: 0px;
}

#menue {
	position: absolute;
	top: 190px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	margin-right: 30px;
}

/************************************************
		Boxes
************************************************/
#content {
	float: left;
	margin: 0px;
	margin-right: 30px;
	margin-top: 65px;
	padding: 0px;
	width: 436px;
/*	background-color: #cccccc;*/
}

/* Rechts, wenn Rechte Spalte durchgaengig */
#cont_rechts_durchg {
	float: left;
	width: 260px;
	margin: 0px;
	margin-left: 244px;
	margin-right: 30px;
	margin-top: 65px;
	padding: 0px;
}

/* Inhalt, wenn ohne Rechte Spalte
#contentohnerechts {
	float: left;
	padding: 0px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 14px;
	margin-bottom: 22px;
	width: 720px;
}

* Rechts dem Block zugeordnet *
#contentmitrechts {
	float: left;
	width: 750px;
	padding: 0px;
	margin: 0px;
}

* Inhalt, wenn Rechte Spalte durchgaengig *
* Rechts, wenn Recht dem Abschnitt zugeordnet *
#cont_rechts {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
	padding-right: 5px;
	width: 180px;
}
*/
/************************************************
		Inhalt
************************************************/
#abschnitt {
	clear: right;
	width: 100%;
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
	line-height: 1.4em;
}
.txtklein {
	font-size: 0.8em;
	line-height: 1em;
	margin-bottom: 2px;
}
.txtfett {
	font-weight: bold;
}
.rightalign {
	text-align: right; 
}
.leftalign {
	text-align: left; 
}
.centeralign {
	text-align: center; 
}
.justifyalign {
	text-align : justify;
/*	text-justify : newspaper;*/
	text-justify : distribute;
	letter-spacing: 0.5px;
}
.leftalignfett {
	text-align: left; 
	font-weight: bold;
}
.rightalignfett {
	text-align: right; 
	font-weight: bold;
}
.centeralignfett {
	text-align: center; 
	font-weight: bold;
}

#abschnitt h1 {
	padding: 0px;
	margin: 0px;
	font-size : 1.3em;
	font-weight : bold;
/*	background-color: #ccccff;*/
}
#abschnitt h2 {
	font-size : 1.1em;
	font-weight : bold;
	padding: 0px;
	margin: 0px;
}
#abschnitt h3 {
	font-style : italic;
	margin: 0px;
	padding: 0px;
/*	background-color: #ffcccc;*/
}

#content td {
	line-height: 1.3em;
}

#abschnitt ul {
	margin: 0;
	margin-left: -20px;
	margin-top: 0px;
	list-style-position: outside;

}

#abschnitt a  {
	text-decoration : none;
}

#abschnitt a:hover  {
	color : #DB1819;
}

#abschnitt a:visit  {
	color : #eeeeee;
}

#abschnitt_klein {
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
	width: 100%;
	font-size: 0.6em;
}

#abschnitt_klein a  {
	font-size: 1em;
	text-decoration : underline;
}

#abschnitt_klein a:hover  {
	font-size: 1em;
	color : #DB1819;
}

/************************************************
		rechts
************************************************/
#cont_rechts_box {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;

	font-size: 1em;
	line-height: 1.5em;
}

#cont_rechts_box a {
	color : #eeeeee;
	text-decoration : none;
}

#cont_rechts_box a:hover {
	color : #DB1819;
}

#rechts_head {
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	font-weight : bold;
}

#rechts_bild {
	padding: 0px;
	margin: 0px;
}

/************************************************
		Menue, Breite 200
************************************************/
#navline1 {
	float: left;
	padding-top: 5px;
}
#navline1dist {
	width: 23.2px;
	float: left;
	padding-top: 5px;
}
#navline2 {
	padding-left: 20px;
	padding-bottom: 2px;
}

.ebene1, .ebene1on {
	color: #eeeeee;
	font-size: 0.95em;
	text-decoration : none;
}
.ebene1on {
	text-decoration : underline;
}
.ebene1:hover {
	color: #DB1819;
}

.ebene2, .ebene2on {
	color: #0D4E84;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration : none;
}
.ebene2on {
	color: #A53A26;
}
.ebene2:hover {
	color: #A53A26;
}

/************************************************
		Menue im Fuss
************************************************/
#footmenu {
	clear: both;
	width: 970px;
	margin: 0px auto;
	padding: 0px;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 10px;
	text-align: right;
}
.fuss {
	color: #eeeeee;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}
.fuss:hover {
	color: #A30001;
}
/************************************************
		Formulare
************************************************/
label {
	display: block;
	float: left;
	text-align: left;
	padding: 0em; 
	margin-bottom: .5em;
	color: #eeeeee;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1em;
}
input, textarea, select {
	display: block;
	float: left;
	text-align: left;
	padding: 0em; 
	margin-bottom: .5em;
	color: #111111;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1em;
}
.txtfld {
	height: 1.8em;
	width: 32em;
}
.txtarea {
	height: 8em;
	width: 32em;
}
.radiofld {
	width: 2em;
}
form br { 
	clear: left;
}
.button {
	border: #eeeeee 1px solid;
	font-family: Verdana, Geneva, Arial;
	font-size: 1em;
	color: #eeeeee;
	background-color : #303030;
	cursor: pointer;
	height: 2.3em;
	width: 9em;
	text-align: center;
}
.button:hover {
	color: #DB1819;
}

/************************************************
		Sonstiges
************************************************/
.linkm {
	color: #eeeeee;
	text-decoration: none;
}
.linkm:hover {
	color: #DB1819;
	text-decoration: none;
}

.txtreferenzen {
	font-size: 0.9em;
	line-height: 1em;
	text-align: center; 
	color: #ffffff;
	text-decoration: none;
}
.galerie {
	border: 0px;
}

#pfeil {
	width: 10px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	background-image : url(../bilder/pfeilfuerblau.gif);
	background-repeat : no-repeat;
}

#trennlinie {
	width: 100%;
	height: 1px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 18px;
	padding: 0px;
	background-color: #eeeeee;
}

#abstand1 {
	width: 100%;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

#abstand5 {
	width: 100%;
	height: 5px;
	margin: 0px;
	padding: 0px;
}

#abstand8 {
	width: 100%;
	height: 8px;
	margin: 0px;
	padding: 0px;
}

#abstand16 {
	width: 10%;
	height: 16px;
	margin: 0px;
	padding: 0px;
}

#abstand24 {
	width: 10px;
	height: 24px;
	margin: 0px;
	padding: 0px;
}

#abstand36 {
	width: 100px;
	height: 36px;
	margin: 0px;
	padding: 0px;
}

#sitemaplink_h {
	width: 100%;
	height: 12px;
	margin: 0px;
	margin-top: 14px;
	padding: 0px;
	text-align: left; 
}
#sitemaplink_h a {
	font-family: Verdana, Arial, Sans-Serif;
	color: #eeeeee;
	font-size: 1em;
	font-weight : normal;
	text-decoration : none;
}

#sitemaplink_u {
	width: 100%;
	height: 12px;
	margin: 0px;
	margin-top: 4px;
	padding: 0px;
	padding-left: 10px;
	text-align: left; 
}
#sitemaplink_u a {
	font-family: Verdana, Arial, Sans-Serif;
	color: #eeeeee;
	font-size: 0.9em;
	font-weight : normal;
	text-decoration : none;
}

.ish {
	font-weight : bold;
/*	color : #DB1819;*/
}

.mhp {
	font-style : italic;
}

.linkish {
	font-family : Verdana, Arial;
	font-size: 0.6em;
	color : #B39F2A;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
}

.imgright {
	margin-left : 5px;
	margin-right : 0px;
	margin-bottom : 5px;
}
.imgleft {
	margin-left : 0px;
	margin-right : 15px;
	margin-bottom : 5px;
}
.imgtabright {
	margin-left : 15px;
	margin-right : 0px;
	margin-bottom : 5px;
}
.imgtableft {
	margin-left : 0px;
	margin-right : 15px;
	margin-bottom : 5px;
}

.dia
{
	border-bottom-color : #cccccc;
	border-bottom-style : solid;
	border-bottom-width : 2px;

	border-right-color : #cccccc;
	border-right-style : solid;
	border-right-width : 2px;

	border-left-color : #454545;
	border-left-style : solid;
	border-left-width : 2px;

	border-top-color : #454545;
	border-top-style : solid;
	border-top-width : 2px;

}
.dia_gross
{
	border-bottom-color : #dedede;
	border-bottom-style : solid;
	border-bottom-width : 2px;

	border-right-color : #dedede;
	border-right-style : solid;
	border-right-width : 2px;

	border-left-color : #454545;
	border-left-style : solid;
	border-left-width : 3px;

	border-top-color : #454545;
	border-top-style : solid;
	border-top-width : 3px;
}

.videoright {
	margin-left : 5px;
	margin-right : 0px;
	margin-bottom : 5px;
}
.videoleft {
	margin-left : 0px;
	margin-right : 15px;
	margin-bottom : 5px;
}
.videocenter {
	text-align: center;
}

.hidden {
	display:none;
}
