/* ---------------------------------------- *
 * bfi Website Template
 * (c) 2008 bfi
 * ---------------------------------------- */

/* ---------------------------------------- *
 * allgemeine Einstellungen
 * ---------------------------------------- */
body {
	margin: 0;
	padding: 0;
}
html {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #061342;
}
p {
	margin: 3px 0 3px 0;
	padding: 3px 0 3px 0;
}

/* ---------------------------------------- *
 * Layoutbereiche
 * ---------------------------------------- */

#header {
	width: 100%;
	height: 34px;
	background-color: #061342;
}
#inner_header {
	width: 740px;
	height: 100%;
}


#wrapper {
	width: 100%;
	text-align: center;
}
	#wrapper_inner {
		width: 740px;
		margin: auto;
		text-align: left;
	}

#content_spacer {
	/* Abstand obere Box/Content */
	width: 740px;
	height: 10px;
	clear: both;
}

#content {
	width: 740px;
	float: left;
	padding: 0;
}
	#content a:link,
	#content a:visited,
	#content a:focus {
		color: #6a7399;
		text-decoration: underline;
	}
	#content a:hover,
	#content a:active {
		color: #BDBDBD;
		text-decoration: underline;
	}
	#content ul {
		/* Listenformatierung */
		list-style-type: square;
	}
		#content h1 {
			font-size: 16px;
			font-weight: normal;
			padding: 0;
			margin: 0 0 10px 0;
		}

#footer_spacer {
	/* Abstand Content/Footer */
	width: 740px;
	height: 10px;
	border-bottom: 1px solid #061342;
	clear: both;
}

#footer {
	width: 740px;
	height: 40px;
	border-top: 2px solid #D2D2D2;
	clear: both;
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
}
 
/* ---------------------------------------- *
 * abgerundete Ecken fuer Boxen
 * ---------------------------------------- */
 
.box {
	/* Standardbox */
	font-size: 1px;
	margin: 0;
	padding: 0;
}
	.box-top {
		height: 10px;
		background-image: url(top_solid.gif);
		float: left;
	}
	.box-top-right {
		height: 10px;
		width: 10px;
		background-image: url(top-right_solid.gif);
		float: right;
	}
	.box-content {}
		.box-inner-content  {
			/* Container fuer Borders */
			font-size: 11px;
			border-left: 1px solid #061342;
			border-right: 1px solid #061342;
			clear: both;
		}
		.box-inner-content-text {
			/* Inhalt der Box */
			padding-left: 10px;
		}
	.box-bottom {
		height: 10px;
		background-image: url(bottom.gif);
		float: left;
	}
	.box-bottom-right {
		height: 10px;
		width: 10px;
		background-image: url(bottom-right.gif);
		float: right;
	}
	.box_spacer {
		/* Abstand nach unten */
		width: 198px;
		height: 10px;
		clear: both;
	}

