body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* set font */
	font-family: Verdana, Arial, Helvetica, sans-serif;
		
	color: #000066;
	
	background-image: url(../imgs/top.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.sdiv { margin: 0px 8px 10px 0px; }



.tbbg {
	background-image: url(../imgs/topbg.jpg);
	background-repeat: no-repeat;
}

.nTitle {
	font-weight: bold;
	font-size: 9pt;
}
.mTitle {
	font-size: 14pt;
}

img {
	border: 0;
}


a:link {text-decoration:none;color: #110088;}

a:visited {text-decoration:none;color: #110088;}

a:hover {text-decoration:underline;color: #110088;}

a:active {text-decoration:underline;color: #CC0000;outline: none;}

a:focus {-moz-outline-style: none;}

#logoDiv {
    position:absolute;
	left:0px;
	top:0px;
	width:211px;
	height:118px;
	}

.mainTxt
{
	/*
	padding: 10px 30px 20px 30px;
*/
	line-height: 1.7em;
	font-size: 9pt;
	padding-right: 35px;
}

.imTitle
{
font-size: 14pt;
}

.topBg {
	background-image: url(../imgs/color_bg.jpg);
	background-repeat: repeat-x;
	background-color: #A09887;
}


/* Left Side Style and Links */
/* changes have to be also made in sidemenu */

.SideMenu
{
	font-size: 11px;
	color: #666666;
	line-height: 12pt;
	margin-top: 10px;
}

/* Section Style and Links */

.pagTop {
	background-image: url(../imgs/_shadow_top.gif);
	background-repeat: repeat-y;
	background-color: #B7B7B7;
}

.pagBg {
	background-image: url(../imgs/_shadow_side.gif);
	background-repeat: repeat-y;
	background-color: #E5E5E5;
}

/* -------------------------------------- Section side menu */
/* changes have to be also made in edit index */

.topMenu
{
	font-size: 8pt;
	font-weight: bold;
	
}

a.topMenu:link {color: #CC0000;}

a.topMenu:visited {color: #CC0000;}  

a.topMenu:hover {color: #CC0000;}

a.topMenu:active {color: #FF0000;}  

.greyed {color: #ABABAB;}

/* ------------------------------------------------------ */	

#flashElement
{
	position: relative;
	display: block;
}
/* only used for titles in faq page */	
.faqLink {
color: #666666;
cursor:pointer;
}

.bmpTxt {
	font-size: 7pt;
	font-weight: bold;
	color: #7593CD;
}

/* ------------------ only used in design and edit index */
.greyline {
	background-image: url(../imgs/_greyline.gif);
	background-repeat: repeat-y;
}

/* ------------------ not used in backend */
a.greyLink:link {color: #7593CD;}

a.greyLink:visited {color: #7593CD;}

a.greyLink:hover {text-decoration: underline;} 

a.greyLink:active {color: #CC0000;} 

/* ------------------- default cms styles also needed in backend*/
.img_align_left { margin-right: 30px; margin-bottom: 10px; }
.img_align_right { margin-left: 30px; margin-bottom: 10px;}
.img_link_left { margin-right: 30px; cursor: pointer; margin-bottom: 10px;}
.img_link_right { margin-left: 30px;  cursor: pointer; margin-bottom: 10px;}
.img_link_bottom { margin-right: 10px;  cursor: pointer; margin-bottom: 10px;}
.grey {font-size: 8pt;font-weight: bold;color: #666666;}




