/* body class*/

body {
	margin: 0 0 0 12px;
	padding: 0;
	background-repeat : no-repeat;
}

#searchInput {height:20px;}
html>body #searchInput {height:16px;}

/* healdine classes*/

.headline {
	font : normal normal normal 13px Arial, Helvetica, sans-serif;
	color : #878787;
}

.headline-big {
	font : normal normal normal 18px Arial, Helvetica, sans-serif;
	color : #878787;
}

.headline-small {
	font : normal normal normal 11px Arial, Helvetica, sans-serif;
	color : #878787;
}

.product-headline {
	font : normal normal normal 11px Arial, Helvetica, sans-serif;
	color : #007B34;
}

/*text classes*/

.intro {
	font : normal normal normal 12px Arial, Helvetica, sans-serif;
	color : #878787;
}

.teaser {
	font : normal normal normal 11px Arial, Helvetica, sans-serif;
	color : #707070;
}

.text {
	font : normal normal normal 11px Arial, Helvetica, sans-serif;
	color : #707070;
}

.text-big {
	font : normal normal normal 12px Arial, Helvetica, sans-serif;
	color : #707070;
}

.textteaser {
	font : normal normal normal 10px Arial, Helvetica, sans-serif;
	color : #707070;
}

.texthint {
	font : normal normal normal 10px Arial, Helvetica, sans-serif;
	color : #999999;
}

.textindex {
	font : normal normal normal 10px Arial, Helvetica, sans-serif;
	color : #FFFFFF;
}

.text-table {
	font : normal normal normal 10px Arial, Helvetica, sans-serif;
	color : #707070;
}

/* lnk classes*/

a {
	text-decoration: underline;
	color: #24B1E9;
}

a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: underline;
	/*color: #878787;*/
}

/* navigation classes */

.langnav {
	font : normal normal normal 10px Arial, Helvetica, sans-serif;
	color : #666666;
}

.footer {
	font : normal normal normal 10px Arial, Helvetica, sans-serif;
	color : #707070;
}

.msn a{
	text-decoration: underline !important;
}

.msn-link {
	color: #24B1E9;
}

#active_msn a {
	text-decoration: none;
	color : #707070;
}

.nav,.nav:visited {
	text-decoration:none;
}

.nav:active {
	color: #878787;
}

.nav:hover {
	color: #878787;
	text-decoration:none;
}

.navon, .navon:active, .navon:visited, .navon:hover {
	color:#707070;
	text-decoration:none;
}

.tab-on a, .tab-on .bgcell {
	font : normal normal normal 11px Arial, Helvetica, sans-serif;
	color: #878787;
	font-weight: bold;
}

.tab-off .bgcell {
	/*background-image: url("/images/elements/1er_blue_tabnav.gif");*/
	color : #707070;
	font-weight: normal;	
	font : normal normal normal 10px Arial, Helvetica, sans-serif;
}

.tab-off a {
	color : #707070;
}

/* error classes*/

.errorText  {
	font : normal normal normal 11px Arial, Helvetica, sans-serif ! important;
	color : #D10000 ! important;
}

/* search classes*/

.searchHighlight   { color: #24B1E9; font-weight: bolder }

.searchResult {
	font : bold normal normal 12px Arial, Helvetica, sans-serif;
	color: #24B1E9;
	font-weight: bolder
}

/* basic classes*/

ul {
	list-style-image: url("/images/elements/li.gif");
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 8px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 8px;
	padding-bottom: 0px;
}

b,strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

.text b, .text-table b, .textindex b, .text-big b, .text strong, .text-table strong, .textindex strong, .text-big strong {
	color : #878787;
}



/* Reddot-Mode Styles*/

.editMode {
	background-color: #FAE5E5 !important;
	border-style: dashed dashed dashed dashed !important;
	border-color: #FF0000 #FF0000 #FF0000 #FF0000 !important;
	filter: Alpha(opacity=70, finishopacity=30, style=0) !important;
	border-width: 1px !important;
}

.editModeText  {
	font : normal normal normal 11px Arial, Helvetica, sans-serif !important;
	color : #D10000 !important;
}