/* ************************************ Layout ********************************** */

/* Beschreibt den Container für den Inhalt (zentriert) */
#container
{
	width:766px;
	margin:0px auto;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../images/background_blue.jpg);
	background-repeat: repeat-y;
}

/* Beschreibt den Logo-Bereich der Seite (Header) */
#header
{
	width:760px;
	height:135px;
	text-align: center;
	position: relative;
	margin: 0px auto;
	margin-bottom: 3px;
}


/* Beschreibt den Menue-Bereich der Seite (Navigation) */
#menu
{
	width:140px;
	min-height: 250px;
	text-align: center;
	padding-top: 20px;
	float: left;
	margin: 3px 3px 3px 3px;
	line-height: 5px;
	display: inline;
}


/* Beschreibt den Contents-Bereich der Seite  */
#contents {
	width: 580px;
	float: right;
	margin: 3px 10px 3px 3px;
	/*position: relative;*/
	padding-left: 20px;
	padding-top: 10px;
	min-height: 550px;
	height: 1%;
}
/*#contents p { line-height: 165%; }*/


/* Beschreibt den Footer-Bereich der Seite (Header) */
#footer
{
	width:766px;
	height:40px;
	text-align: center;
	font-family:Arial;
	font-size:11px;
	color:#ffffff;
	background-color:#1B3A69;
	float: left;
	padding-top: 10px;
}

/* ******************************** Design ************************ */

/* Großer Hintergrund hinter container für dynamische Auflösungsanpassung */
/* sowie alle Grundeinstellungen von Schrift und Farbe */
body {
	background: #ffffff url(../images/back.png) no-repeat scroll 50% 0pt;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color:#dddddd;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
}

/* Link-Farbe */
a {
    color:#FFFFFF;
}

/* Link-Farbe mouse_over */
a:hover {
    color:#cccccc;
	text-decoration:none;
}


contents_headline, h2 {
    background:url(../images/titlebar.gif) no-repeat;
    font-size:22px;
    font-weight:bold;
    line-height:normal;
	padding-left: 28px;
	color:#cccccc;

}

/* ************ Ab hier KLASSEN ******************************************************************** */

/* Klasse für die Trennbalken (div_bar01 und div_bar02) */
.bardesign{
	width:760px;
	height:20px;
	text-align: center;
	margin-left:3px;
	clear: both;
}


.Fettschrift {
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
}

.Fettschrift-LeftAlign {
	font-weight: bold;
	font-size: 11pt;
	text-align: left;
}

.Zentriert {
	text-align: center;
	color: #dddddd;
}

.Links {
	text-align: left;
	color: #dddddd;;
}

.Rechts {
	text-align: right;
	color: #dddddd;
	font-weight: bold;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}


.Fehlermeldung {
	text-align: left;
	color: #D40000;
}

.Tabellentrenner {
	text-align: left;
	font-size: 6pt;
}

.class_pictureboxes {
	float: left;
	margin-right: 3px;
	text-align: left;
	text-align: left;
	text-align: left;
}
#container #contents table {
	text-align: center;
}
.Fettschrift-LeftAlignOrange {
	font-weight: bold;
	font-size: 11pt;
	text-align: left;
	color: #FF7F00;
}
