
/*     Navigationselemente ausblenden     */



/*     Formatierung, Hintergrund Schrift Rahmen Tabellen     */

body {
	margin:0px; 
	text-align: center;
	
	color: #444444;
	font-family:'Verdana';
	font-size: 10pt;
	
	background-image: url('images/background_body.gif');
}

table {
	border-collapse: collapse;
}

table td {	
	padding: 4px;

	text-align: justify;
	vertical-align: top;
	
	font-size: 10pt;
}

table#links td h1, table#links td h2 {
	text-align: center;
}

table#links, table#links td {
	font-size: 8pt;

	border-left-style: dashed;
	border-right-style: dashed;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-color: #999999;
	border-right-color: #999999;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 2px;
	
	font-size: 10pt;
	color: #900000;
}

div.page {
	width: 100%;
	height: 100%;
	
	text-align: center;
	
	background-image: url('images/background_top.gif');
	background-repeat: repeat-x
}

div#header_top {
	width: 880px;
	height: 76px;
	
	margin: 0 auto;
	
	border-left:1px solid #900000;
	border-right:1px solid #900000;
	
	background-image: url('images/header_top.jpg');
	background-position: left center;
	background-repeat: no-repeat;
}

div#header_menue {
	width: 880px;
	height: 150px;
	
	margin: 0 auto;
	padding-top: 1px;
	text-align: center;
	
	border-left:1px solid #900000;
	border-right:1px solid #900000;
	
	background-image: url('images/header_menue.jpg');
	background-repeat: no-repeat;
}

div#content {
	width: 880px;
	min-height: 350px;
	
	margin: 0 auto;
	text-align: left;
	
	border-color: #900000;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
}

div#bottom {
	width: 800px;
	
	margin: 0 auto;
	text-align: right;
	
	color: #666666;
	font-size: 8pt;
}

div.menue {
	height: 20px;
	
	float:left;
	padding-top:5px;
	
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
}



/*     Hyperlinks     */

div.menue a {
	text-decoration: none;
	color: #ffffff;
	
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
}

div#content a {
	text-decoration:none;
	color: #900000;
	
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}

div#content a:hover {
	border-bottom-style: solid;
	border-bottom-color: #900000;
}

table#links td a {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}

table#links td a:hover {
	border-bottom-style: solid;
	border-bottom-color: #900000;
}

div#bottom a {
  text-decoration: none;
  color: #666666;
}

div#bottom a:hover {
  text-decoration: underline;
}
