@charset "utf-8";
/* CSS Document */

/********************************************
	AUTHOR:				Benjamin Schultz
	WEBSITE:			http://www.bwlv-test.de
	TEMPLATE NAME:		BWLV IFD Extension
	VERSION:			1.0
********************************************/

/************************
	  LAYOUT
************************/

hr {
	color: #de7219;
	background-color: #de7219;
	height: 4px;
	line-height: 1px;
	font-size: 1px;
	border: 0 none;
}

/**
*	HEADER [start]
**/
#menu_triangle { border-color: white #dbb83d #dbb83d white; }

/* header background for content area [start] */
#header-bg #links { background: #fbf9e4; }
#header-bg #mitte { background: #fbf9e4; }
#header-bg #rechts { background: #fbf9e4; }
/* header background for content area [end] */

/* MENU [start] */
#mainmenu a span.ifd { background: #de7219; }
/* MENU [end] */
/**
*	HEADER [end]
**/

/**
*	CONTENT [start]
**/
#sidemenu { background: #dbb83d; }
#sidemenu ul,
#sidemenu ul ul,
#content_detail #inhalt ul {
	list-style-image: url(/uploads/tf/Quadrat_gelb.png);
}
#sidemenu li a:hover,
#sidemenu li a.active {
	background: #de7219;
}

#content_detail { background: #fbf9e4; }
#content_detail #topmenu a:hover,
#content_detail #topmenu a.active,
#content_detail #bottommenu a:hover,
#content_detail #bottommenu a.active {
   color: #dbb83d;
}

#content_detail #inhalt a,
#content_detail #inhalt a:hover {
	color: #de7219;
}

/* mailform */
.mf-submit {
	color: #de7219; /* darkyellow */
	background: #ede478; /* lightyellow */
}
/**
*	CONTENT [end]
**/

/**
*	FOOTER [start]
**/

/**
*	FOOTER [end]
**/

/**
*	Classes
**/
.hint_fg {
	color: #de7219;
}
/***********************
	  LAYOUT [end]
************************/