/* ---------------------------------- Allgemeine Seiteneinstellungen ---------------------------------- */
body {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	background-image: url(../images/BG_page.png);
	background-position: center top;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
}


/* ---------------------------------- Schrift-Einstellungen ---------------------------------- */

a {
	color: #CC6600;
	font-weight: bolder;
	text-decoration: none;
}


form {
	background-color: #CCCC99;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
  background-color: #990000; color: #FFFF66;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
  color: #660000; font-style: oblique;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #990000;
  color: #FFFF66;
}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCC66;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}
a:hover {
/*	color: #DEDECA;
	background-color: #330000; geändert 13.01.09 ib */
	color: #330000;
}

.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFF99;
}

.sidebarHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFF99;
	background-color: #999933;
 font-weight: bold;
}

.sidebarFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
 color: #990000;
}

.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
}

.box1 {
	border-width: 2px;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
  border-style: dotted;
	}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.dingbat {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCC99;
 color: #660000; font-weight: bolder; font-size: medium;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}


.footer {
	color: #FFFFCC;
	text-decoration: none;
}

a.footer {
	color: #FFFFCC;
	text-decoration: none;
}

/* ---------------------------------- Container ---------------------------------- */
div#page_margins {
	text-align: center;
	width: 100%
}

div#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	height: 95%;
	text-align: left;
}

div#header {
	width: 100%;
	height: 160px;
	background-color: #FEF891;
	background-image: url(../images/BG_header.png);
	background-repeat: repeat-x;
	background-position: right bottom;
}

div#logo {
	float: left;
	width: 390px;
	height: 95%;
	z-index: 20;
	background-image: url(../images/Logo_BCW.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
}

div#center {
	width: 100%;
	background-image: url(../images/BG_navi.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 65%;
}

div#navmenu {
	float: left;
	width: 220px;
	padding-top: 25px;
}

div#menu_1 {
	width: 185px;
	margin-left: 10px;
	height: 350px;
}

div#middle {
	float: right;
	width: 720px;
	height: 95%;
}

div#middle_2 {
	width: 710px;
}

div#klick {
	float: left;
	width: 550px;
	height: 25px;
	font-size: 11px;
}

div#print {
	float: right;
	text-align: right;
	width: 110px;
	height: 25px;
	font-size: 11px;
}

div#main {
	width: 710px;
	height: 95%;
	overflow: auto;
}


div#content {
	width: 100%;
	height: auto;
}

div#content_start {
	float: left;
	width: 70%;
	height: auto;
}

div#news {
	float: right;
	width: 25%;
}


div#footer {
/*	clear: both;
	position: absolute; */
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	height: 23px;
	/*	border: 1px solid #000000; */
	background-image: url(../images/BG_footer.png);
	font-size: 10px;
	color: #FFFFCC;
	background-position: right;
	bottom: 15px;
	left: 0px;
}

div#menu_2 {
	float: left;
	width: 70%;
	height: auto;
	text-align: left;
}

div#creator {
	float: right;
	padding-right: 15px;
	width: 25%;
	height: auto;
	text-align: right;
}
	
	

