/* Allgemeine Einstellungen */
*
{
	margin:0px;
	padding:0px;
}

html {
	height: 101%;
}

body
{
	font-family: Arial, sans-serif;
	color:#275765;
	background-color:#000000;
	background-image:url(img/page-bg.gif);
	height: 100%; 
	margin-bottom: 1px;
}

body
{

	font-size:11px;
}

h1
{
	font-size:16px;
	color:#275765;
}

a
{
	color:#275765;
}

a:hover
{
	color:#000000;
}

#top-line
{
	background-image:url(img/top-bg1.jpg);
	height:150px;
	background-repeat:repeat-x;
}

#wrapper
{
	width:854px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:-144px;
	height:auto;
}

#banner
{
	margin:0;
	padding:0;
	overflow:hidden;
	height:141px;
}


/* Navigationsleiste */

#navi ul, li
{
	display:inline;
	padding:0px;
	margin:0px;
}

#navi
{
	margin-left:64px;
	width:726px;
	text-align:center;
	maring:0px;
	padding:0px;
	overflow:hidden;
}

#navi a
{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	float:left;
	overflow:hidden;
}

#navi a:hover
{
	font-size:12px;
	text-decoration:none;
}

.button-left a
{
	display:block;
	background-image:url(img/bleft-a.gif);
	width:104px;
	height:26px;
	padding-top:10px;
	padding-left:10px;
}

.button-left a:hover
{
	background-image:url(img/bleft-ahover.gif);
}

.button-center a
{
	display:block;
	background-image:url(img/bmitte-a.jpg);
	width:90px;
	height:26px;
	padding-top:10px;
}

.button-center a:hover
{
	background-image:url(img/bmitte-ahover.jpg);
}

.button-right a
{
	display:block;
	background-image:url(img/bright-a1.gif);
	width:60px;
	height:26px;
	padding-top:10px;
	padding-right:10px;
}

.button-right a:hover
{
	background-image:url(img/bright-ahover.gif);
}

/* Floats löschen */
.clr
{
	clear:both;
}

#abstand
{
	background-image:url(img/abstand.gif);
	width:725px;
	height:21px;
	margin-left:64px;
}

#container
{
	background-image:url(img/content-bg.gif);
	background-repeat:no-repeat;
	margin-left:64px;
}

#mantel
{
	margin-left:13px;
	background-color:#FFFFFF;
	width:700px;
}

/* Contentbox */

#content
{	
	padding-left:15px;
	width:680px;
	background-color:#FFFFFF;
	min-height: 360px;
	margin-top: -12px;	
}

#content
{	
	padding-left:15px;
	width:680px;
	background-color:#FFFFFF;
	min-height: 360px;
}

#content hr
{
	margin-right:5px;
	border:1px #aaaaaa;
	border-style:dotted;
}

.righttext
{
	margin-left:220px;
	padding-right: 5px;
}

.float-left
{
	float:left;
}

/* Sidebar */
#sidebar
{
	padding-left:15px;
	padding-right:15px;
	margin-left:507px;
	width:162px;
	border-left:1px solid #000000;
}

#sidebar b
{
	line-height:16px;
}

#sidebar hr
{
	border:1px #aaaaaa;
	border-style:dotted;
}

/* Footer */
#footer
{
	background-image:url(img/footer-bg.gif);
	width:726px;
	height:45px;
	margin-left:64px;
	margin-top:1px;
	text-align:center;
	vertical-align:middle;
	padding-top:7px;
}

#border_u {
  border-bottom: 1px solid #680B1C;
  padding: 5x;
}

.aktuell {
    font-size: 10pt;
}

.border_1 {
	border-bottom: 1px solid #c4c4c4;
}

.border_2 {
	border-top: 1px solid #c4c4c4;
	padding-top: 4px;
}
