/**
 * Stylesheet, dass ausschliesslich fuer die Elemente
 * der Contentdarstellung 'Brandenbg.' zustaendig ist.
 * Diese sind: - Hintergruende / Farben fuer kompletten Content
 *             - Hintergruende einzelne Spalten
 */

/*******************************************************/
/* innere Spalten */
/* links */
#sp_links {
	width: 236px;
	color: #214174;
	margin-left: 6px;
/*	border: 1px dotted red;*/
}

#sp_links .li_o {
	width: 236px;
	height: 7px;
	background-image: url(images/content/brdbg/innen_o.gif);
	background-repeat: no-repeat;
}

#sp_links .li_m {
	width: 224px;
	background-image: url(images/content/brdbg/innen_m.gif);
	background-repeat: repeat-y;
	padding-left: 6px;
	padding-right: 6px;
	z-index: 2;
}

* html #sp_links .li_m {
	width: 236px;
	w\idth: 224px;
}

#sp_links .li_m .head {
	background-color: #3b68b2;
	margin: 0px 0px 5px;
	font-weight: bold;
	color: #ffffff;
	text-indent: 6px;
	text-shadow: #000000 2px 2px 2px;
	line-height: 18px;
}

#sp_links .li_m p {
	margin: 0px;
	padding: 3px 6px;
	background-color: #edf2fb;
}

#sp_links .li_u {
	width: 236px;
	height: 8px;
	background-image:url(images/content/brdbg/innen_u.gif);
	background-repeat: no-repeat;
	z-index: 1;
}

/* mitte */
#box_oben {
	width: 477px;
	color: #214174;
}

#box_oben .li_o {
	width: 477px;
	height: 7px;
	background-image: url(images/content/brdbg/innen_o_2sp.gif);
	background-repeat: no-repeat;
}

#box_oben .li_m {
	width: 465px;
	background-image: url(images/content/brdbg/innen_m_2sp.gif);
	background-repeat: repeat-y;
	padding-left: 6px;
	padding-right: 6px;
	z-index: 2;
}

* html #box_oben .li_m {
	width: 477px;
	w\idth: 465px;
}
	

#box_oben .li_m .head {
	margin: 0px 0px 5px;
	background-color: #3b68b2;
	font-weight: bold;
	color: #ffffff;
	text-indent: 6px;
	text-shadow: #000000 2px 2px 2px;
	line-height: 10px;

}

#box_oben .li_m p {
	margin: 0px;
	padding: 3px 6px;
	background-color: #edf2fb;
}

#box_oben .li_u {
	width: 477px;
	height: 8px;
	background-image: url(images/content/brdbg/innen_u_2sp.gif);
	background-repeat: no-repeat;
	z-index: 1;
}


/* rechts */
#box_unten {
	width: 477px;
	color: #214174;
}

#box_unten .li_o {
	width: 477px;
	height: 7px;
	background-image:url(images/content/brdbg/innen_o_2sp.gif);
	background-repeat: no-repeat;
}

#box_unten .li_m {
	width: 465px;
	/* background-image:url(images/content/brdbg/innen_m_2sp.gif);
	background-repeat: repeat-y; */
	padding-left: 6px;
	padding-right: 6px;
	z-index: 2;
}

#box_unten .li_m .head {
	margin: 0px 0px 5px;
	background-color: #3b68b2;
	font-weight: bold;
	color: #ffffff;
	text-indent: 6px;
	text-shadow: #000000 2px 2px 2px;
	line-height: 10px;
}

#box_unten .li_m p {
	margin: 0px;
	padding: 3px 6px;
	background-color: #edf2fb;
}

#box_unten .li_u {
	position: relative;
	top: 0px;
	left: 0px;
	width: 477px;
	height: 8px;
	background-image:url(images/content/brdbg/innen_u_2sp.gif);
	background-repeat: no-repeat;
	z-index: 1;
}

/* Styles fuer Navigation in Listen der 3 Spalten */
.li_m span {
	background-color: #E9F0FB;
	margin-left: 1px;
	margin-top: 1px;
	display: block;
	height: 20px;
}

#box_unten .li_m span {
	background-color: #f4f3f3;
}

.li_m a {
	background-color: #E9F0FB;
	font-size: 11px;
	text-decoration: none;
	text-indent: 6px;
	color: #214174;
	line-height: 20px;
	margin-left: 1px;
	margin-top: 1px;
	display: block;
	height: 20px;
}

#box_unten .li_m a {
	background-color: #f4f3f3;
}

.li_m a:visited {
	color: #214174;
}

.li_m a:hover {
	background-image: url(images/content/brdbg/icn_next.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.li_m .active {
	background-image: url(images/content/brdbg/icn_next.gif);
	background-repeat: no-repeat;
	background-position: right center;
	/*border: 1px solid #E9F0FB;
	height: 18px;*/
}
/* End innere Spalten */

/* Container Tipps */
#sp_links .tippBox_o {
	width: 236px;
	height: 7px;
	background-image: url(images/content/branchen/innen_o.gif);
	background-repeat: no-repeat;
}

#sp_links .tippBox_m {
	width: 224px;
	background-image: url(images/content/branchen/innen_m.gif);
	background-repeat: repeat-y;
	padding-left: 6px;
	padding-right: 6px;
	z-index: 2;
}

* html #sp_links .tippBox_m {
	width: 236px;
	w\idth: 224px;
}

#sp_links .tippBox_head {
	background-color: #a2c125;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 6px;
	text-shadow: #000000 2px 2px 2px;
	line-height: 9px;
}

#sp_links .tippBox_m p {
	margin: 0px;
	padding: 3px 6px;
}

#sp_links .tippBox_u {
	width: 236px;
	height: 8px;
	background-image:url(images/content/branchen/innen_u.gif);
	background-repeat: no-repeat;
	z-index: 1;
}

.tippBox_m a {
	background-color: #F4F8E6;
	text-decoration: none;
	text-indent: 6px;
	color: #5e7013;
	line-height: 20px;
	margin-top: 1px;
	display: block;
}

.tippBox_m a:visited {
	color: #5e7013;
}

.tippBox_m a:hover {
	background-image: url(images/content/branchen/icn_weiter.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.tippBox_m .active {
	background-image: url(images/content/branchen/icn_weiter.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/* End Container Tipps */
