@charset "utf-8";
/* CSS Document */

/********************************************
	AUTHOR:				Benjamin Schultz
	WEBSITE:			http://www.bwlv-test.de
	TEMPLATE NAME:		BWLV Beratung Extension
	VERSION:			1.0
********************************************/

/************************
	  LAYOUT
************************/

hr {
	color: #164f92;
	background-color: #164f92;
	height: 4px;
	line-height: 1px;
	font-size: 1px;
	border: 0 none;
}

/**
*	HEADER [start]
**/
#menu_triangle { border-color: white #417ec2 #417ec2 white; }

/* header background for content area [start] */
#header-bg #links { background: #e6ecf7; }
#header-bg #mitte { background: #e6ecf7; }
#header-bg #rechts { background: #e6ecf7; }
/* header background for content area [end] */

/* MENU [start] */
#mainmenu a span.beratung { background: #164f92; }
/* MENU [end] */
/**
*	HEADER [end]
**/

/**
*	CONTENT [start]
**/
#sidemenu { background: #417ec2; }
#sidemenu ul,
#sidemenu ul ul,
#content_detail #inhalt ul {
	list-style-image: url(/uploads/tf/Quadrat_blau.png);
}
#sidemenu li a:hover,
#sidemenu li a.active {
	background: #164f92;
}

#content_detail { background: #e6ecf7; }
#content_detail #topmenu a:hover,
#content_detail #topmenu a.active,
#content_detail #bottommenu a:hover,
#content_detail #bottommenu a.active {
   color: #417ec2;
}

#content_detail #inhalt a,
#content_detail #inhalt a:hover {
	color: #164f92;
}

/* mailform */
.mf-submit {
	color: #164f92; /* darkblue */
	background: #8eaeda; /* lightblue */
}
/**
*	CONTENT [end]
**/

/**
*	FOOTER [start]
**/

/**
*	FOOTER [end]
**/

/**
*	Classes
**/
.hint_fg {
	color: #164f92;
}
.marker-layer {
	text-align: left;
	font-weight: bold;
	font-size: 1.2 em;
	background: #417ec2;
	color: #fff;
	border: 1px solid #164f92 ;
	padding: 10px;
}
/***********************
	  LAYOUT [end]
************************/