.topMenu {
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 14px;
	padding-left: 4px;
	cursor:pointer;
	text-transform: uppercase;
}

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

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

.mainTxt {
	font-size: 12px;
	line-height: 18px;
	padding-left: 6px;
	padding-top: 10px;
	padding-right: 24px;
}
.hptxt {line-height: 36px; font-size: 18px;}

.bmpTxt {
	font-size: 7pt;
	font-weight: bold;
	color: #666666;
}
body {
	/* set font */
	font-family: Verdana, Arial, Helvetica, sans-serif;
		margin-top: 2px;
		margin-left: 2px;

}
.selectBorder {
	border: solid black 1px;
	padding: 1px 4px 1px 4px;
	border-bottom-color: #999999;
	border-right-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 14px;
}

a.topMenu:link {
color: black;
text-decoration:none;

}

a.topMenu:visited {
color: black;
text-decoration:none;
}

a.topMenu:hover {
color: black;
text-decoration: underline;
}

a.topMenu:active {
color: red;
text-decoration: underline;
}

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

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

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

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

/* Main Text in the Middle version for 3 colum with news:

.mainTxt {
	padding: 6px 10px 20px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
}

*/


.imTitle {
font-size: 18px;
line-height: 20pt;
margin-bottom: 16px;
}

.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: 9pt;
	font-weight: bold;
	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 */

.pagMenu {
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	line-height: 10pt;
	background-color: #E5E5E5;
	text-align: left;
	display: block;
	padding: 6px 12px 6px 14px;
}

a.pagMenu:link {color: #333333;}

a.pagMenu:visited {color: #333333;}  

a.pagMenu:hover {background-color: #CCCCCC;}

a.pagMenu:active {background-color: #EEEEEE;}  

.greyed {color: #ABABAB;}

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

/* only used for titles in faq page */	
.grey6 {color: #666666;}


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

/* ------------------ 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: #666666;}

a.greyLink:visited {color: #666666;}

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

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

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



