/* Start of CMSMS style sheet 'interface' */
/* ============================================================= */
/* GENERAL */
/* ============================================================= */
body
{
	margin: 0;
	padding: 0;
	background-color: white; /*#00426B*/
/*	
	background-image: url(uploads/images/fischer_executive/back.jpg);
	background-position: center;
	background-repeat: repeat-y;
*/
}
.right a
{
	font-weight: bold;
}
a
{
	color: black;
	font-weight: normal;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
/* ============================================================= */
/* top_spacer */
/* ============================================================= */
.top_spacer
{
	position: relative;
	margin: 0px auto;
	width: 100%;
	height: 20px;
	background-color: #00426B;
}
/* ============================================================= */
/* HEAD */
/* ============================================================= */
.head
{
	position: relative;
	margin: 0px auto;
	width: 100%;
	height: 200px;
	/*background-color: black;*/
	background-image: url(uploads/images/fischer_executive/Home_head-BF.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/* ============================================================= */
/* CONTENT */
/* ============================================================= */
.content
{
	position: relative;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 30px;
	width: 800px;
	background-image: url(uploads/images/fischer_executive/back.jpg);
	background-position: center;
	background-repeat: repeat-y;
	/*background-color: green;*/
}
/* ------------------------------------------------------------- */
.content .left
{
	position: relative;
	float: left;
	width: 200px;
	/*background-color: red;*/
}
/* ------------------------------------------------------------- */
.content .right
{
	position: relative;
	float: right;
	width: 540px;
	padding-left: 20px;
	padding-right: 40px;
	color: #4F4F4F;
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
	/*background-color: yellow;*/
}
/* ------------------------------------------------------------- */
.content .right h1
{
	font-size: 16px;
	color: #00426B;
}
/* ------------------------------------------------------------- */
.content .right h2
{
	font-size: 14px;
	color: #4F4F4F;
}
.content .right a
{
	color: #00426B;
}
/* ------------------------------------------------------------- */
.content .right .motiv
{
	width: 554px;
	height: 383px;
	/*background-color: red;*/
	background-image: url(uploads/images/fischer_executive/base_opener.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/* ============================================================= */
/* FOOTER */
/* ============================================================= */
.footer
{
	width: 800px;
	text-align: left;
	color: white;
	font-size: 10px;
	font-family: Arial;
	line-height: 18px;
}
.footer p
{
	font-size: 9px;
	padding: 0;
}
.footer a
{
	color: white;
	font-weight: bold;
}
.footer .adr
{
	width: 800px;
	background-color: #00426B;
}
.footer .adr .text
{
	float: left;
	color: white;
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
	text-align: left;
}
.msg {
height:50px;
position:relative;
width:800px;
display:block;
background-color:#006bb3;
background-image:url(uploads/images/gaps.jpg);
background-position:right;
background-repeat:no-repeat;
}
/* ============================================================= */
/* PRINT_BUTTON */
/* ============================================================= */
.content .noprint img
{
	border: 0;
}
/* ============================================================= */
/* LOGOS */
/* ============================================================= */
.content .logos
{
	margin-top: 50px;
	margin-left: 20px;
}
/* ============================================================= */
/* MENU */
/* ============================================================= */
.content .menu
{
	margin: 40px 0 0 0;
 	padding: 0;
	color: black;
	font-size: 12px;
	font-family: Arial;
	text-align: left;
	/*background-color: yellow;*/
}
.content .menu a
{
	color: #00426B;
}
/* IDs -------------------------------------------------------- */

/* LEVEL ------------------------------------------------------ */
.content .menu .normal_1,
.content .menu .selected_1,
.content .menu .separator_1
{
	margin: 0;
	padding: 0;
	height: 20px;
	padding-top: 6px;
	background-image: url(uploads/images/fischer_executive/menu_gray.jpg);
	background-repeat: repeat-y;
}
.content .menu .normal_2,
.content .menu .selected_2,
.content .menu .separator_2
{
	margin: 0;
	padding: 0;
	padding-top: 6px;
	height: 20px;
	background-image: url(uploads/images/fischer_executive/menu_blue.jpg);
	background-repeat: repeat-y;
}
.content .menu .normal_3,
.content .menu .selected_3,
.content .menu .separator_3
{
	margin: 0;
	padding: 0;
	padding-top: 6px;
	height: 20px;
	background-image: url(uploads/images/fischer_executive/menu_blue.jpg);
	background-repeat: repeat-y;
}
.content .menu .separator_1,
.content .menu .separator_2,
.content .menu .separator_3
{
	padding-top: 0;
	height: 6px;
	line-height: 6px;
}
.content .menu .a_normal_1,
.content .menu .a_selected_1
{
	font-weight: normal;
	padding-left: 20px;
}
.content .menu .a_normal_2,
.content .menu .a_selected_2
{
	font-weight: normal;
	padding-left: 30px;
}
.content .menu .a_normal_3,
.content .menu .a_selected_3
{
	font-weight: normal;
	padding-left: 40px;
}
.content .menu .a_selected_1,
.content .menu .a_selected_2,
.content .menu .a_selected_3
{
	font-weight: bold;
	color: #00426B;
}
/* End of 'interface' */

