/* -----------------------------------------------------------  */
/* -------------------- Rahmen-Layout-Styles -----------------  */
/* -----------------------------------------------------------  */

body {
	background-color: #ffffff;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	padding: 12px 0 0 0;
	margin: 0;
	text-align: center; /* horizontale Zentrierung fuer IE */
	color: #000000;
	background: url(../images/hg_seite.jpg) repeat-x #5b6a71;
}

div#seite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten (Benoetigt der IE)*/
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 744px;
	background: url(../images/hg_seite.gif) repeat-y;
}

div#header {
	/* background: url(../images/header.gif) no-repeat; */
	height: 82px;	
}

div#header img {
	border: none;
}

div#navicontainer-1 {
	height: 23px;
	background-color:#bfbfbf;
	padding-left: 8px;
	overflow: hidden;
}


div#navicontainer-2 {
	width: 199px;
	float: left;
	overflow: hidden;
	margin: 20px 0 0 0;
}

div#flash {
	width: 736px;
	height: 225px;
	margin: 0 0 0 8px;
	border-bottom: 8px solid #FFF;
	overflow: hidden;
}

div#boxen-zusammen {
	float: left;
}

div.box-standard {
	width: 178px;
	margin-left: 8px;
	border-bottom: 8px solid #FFF;
	background: #e5e5e5;
	float: left;
	display: inline;
	min-height:260px;
	height:auto !important;
	height:300px;

}

div#footer {
	clear:both;
	height: 40px;
	background: url(../images/footer.gif) no-repeat;
}



/* -----------------------------------------------------------  */
/* ------------------- Header Format-Styles ------------------  */
/* -----------------------------------------------------------  */





/* -----------------------------------------------------------  */
/* ------------- boxen-zusammen Format-Styles ----------------  */
/* -----------------------------------------------------------  */

div#boxen-zusammen p {
	padding: 12px 10px 15px 10px;
	margin: 0;
}

div#boxen-zusammen a:link, div#boxen-zusammen a:visited {
	background: url(../images/pfeil.gif) no-repeat 2px 2px;
	padding-left: 14px;
	color: #e2007a;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #495359;
	white-space: nowrap;
} 

div#boxen-zusammen a:active, div#boxen-zusammen a:hover {
	background: url(../images/pfeil.gif) no-repeat 2px 2px;
	padding-left: 14px;
	color: #e2007a;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	white-space: nowrap;
}

div#boxen-zusammen img {
	border: none;
}

.bilder-verlinkt {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}


/* -----------------------------------------------------------  */
/* ------------------ Footer Format-Styles -------------------  */
/* -----------------------------------------------------------  */

div#footer ul {
	margin: 0 0 0 0;
	padding: 14px 0 0 10px;
}

div#footer ul li {
	display: inline;
	list-style-type: none;
	background: url(../images/pfeil_blau.gif) no-repeat 0 3px;
	padding: 0 0 0 6px;
	margin: 0 0 0 8px;
}

.copyright {
	padding-right: 290px !important;
	
}

div#footer a:link, div#footer a:visited {
	color: #000000;
	text-decoration: none;
}

div#footer a:hover, div#footer a:active {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

/* -----------------------------------------------------------  */
/* ---------------------- Die Navigation-1 -------------------  */
/* -----------------------------------------------------------  */

ul#navi-1 {
	padding: 0;
	margin: 0 0 0 0;
	background-color: #e2007a;
	color: White;
	float: left;
	height: 23px;
	width: 736px;
}

ul#navi-1 li {
	display:inline;
}

ul#navi-1 li a {
	padding: .4em 1.3em;
	background-color: #e2007a;
	color: White;
	text-decoration: none;
	float: left;
	/* border-right: 1px solid #fff; */
	margin: 0;
}

ul#navi-1 li a:hover {
	background-color: #495359;
	color: #fff;
}

.aktive {
	background-color: #495359 !important;
	color: #fff;
}
