body 
{
	margin:0px;
	padding:0px;
}

* html body
{
	margin-left:1px;
}


/**
 * Font family
 */
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Verdana, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Verdana, sans-serif;
}


/**
 * Font size
 */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:11px;
	color:#666966;
	line-height:1.3em;
}

/*h1, h2, h3, h4, h5, h6
{
	font-size:12px;
	color:#666966;
}

*/
/**
 * Basic tags
 */
img
{
	vertical-align:middle;
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:18px;
	color: #0094DE;
	line-height:1.8em
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
	font-style:normal;
}

.clear
{
	clear:both;
	height:0.1px;
	line-height:0.1px;
	font-size:0.1px;
	overflow:hidden;
}


/**
 * Links
 */
a
{
	color:#0099ff;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.invisible
{
	width:0px;
	height:0px;
	left:-1000px;
	top:-1000px;
	position:absolute;
	overflow:hidden;
	display:inline;
}

/* navigation */
.lang {
	width:340px;
	position:absolute;
	top: 0px;
	right: 0px;
}

.navigation
{
	width:160px;
	top:0px;
	position:relative;
	left:0px;
}
/**
 * First level
 */
.navigation ul
{
	margin:0px 5px;
	padding:0px;
	border-bottom:1px solid #006699;
	list-style-type:none;
}

.navigation li
{
	margin:0px;
	padding:5px 0px;
	border-top:1px solid #006699;
	list-style-type:none;
}

* html .navigation ul,
* html .navigation li
{
	height:1px;
}

*:first-child+html .navigation .parent
{
	height:3px;
}

.navigation p
{
	margin:0px;
	padding:0px;
}

.navigation a,
.navigation li,
.navigation p
{
	font-weight:bold;
	font-size:11px;
	color:#006699;
}


/**
 * Second level
 */
.navigation .submenu
{
	margin:-2px 0px 0px 8px;
	padding:0px;
	border-top:0px;
}

.navigation .level_2
{
	padding-bottom:4px;
	border-bottom:0px;
}

.navigation .level_2 li
{
	padding:0px 0px 4px 0px;
	border-top:0px;
}

.navigation .level_2 a,
.navigation .level_2 li,
.navigation .level_2 p
{
	font-weight:normal;
	font-size:11px;
}


/**
 * Horizontal menu
 */
.navigationMain ul
{
  margin:0px;
  padding:0px;
}

.navigationMain li
{
  width:133px;
  margin:0px;
  padding:0px;
  text-align:center;
  list-style-type:none;
  float:left;
}

.navigationMain a,
.navigationMain p
{
  font-weight:bold;
  font-size:11px;
  color:#ffffff;
}

.navigationMain a
{
  height:30px;
  display:block;
  margin:0px;
  padding:5px 0px 0px 0px;
  text-align:center;
  background-color:#cc0000;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  color:#ffffff;
}

.navigationMain a:hover
{
  background-color:#b30000;
  text-decoration:none;
  color:#ffffff;
}

.navigationMain p
{
  height:30px;
  margin:0px;
  padding:5px 0px 0px 0px;
  background-color:#b30000;
  text-align:center;
}

a.invisible
{
  clear:both;
}
.cap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0094DE;
}