html{	
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0;
}
body {background-color: #FFF;}
body, h1, h2, h3, li, p, ul { font-size: 1em; margin: 0; padding: 0; }

a, a:link, a:visited, a:hover, a:active { color: #ada364; }
a:hover { text-decoration: none; }

p {line-height: 1.5em; margin-bottom: 1em; }
h3 { 
	color: #8f9947; font-style: italic; font-size: 1.7em; font-weight: normal; 
	margin-bottom: 0.5em; 
}
h3 span {font-weight: bolder}
h4 {font-size: 1em; text-decoration: underline;}

.accesskey { text-decoration: underline; }
.itb{font-style: italic; font-weight: bolder;}
.its{font-style: italic; text-decoration: underline; font-weight: bolder; font-size: 12px;}
.it{font-style: italic;}

/*__________Basics__________*/

.width {
	background: #1F1A17;
	top:0: left:0;
	width: 800px;
	min-width: 700px;
	margin:0 auto;
	height:100%;
	border:1px solid #000;
}
* html .minwidth {
	padding-left: 700px;
}
/*\*/
* html .minwidth, * html .layout {
	height: 1px;
}

body {
	color: #FFF;
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin:0;
	font-size:76%;	
	height:100%; 
	max-height:100%; 
	overflow:hidden;
}

* html #container {
	margin-left: -700px;
	position: relative;
}
* html #container, * html #intro {
	height: 1px;
}
#intro {
	padding: 1px;
}

/**/
#intro h1 {
	font-size:1.4em; text-align:left; font-weight:normal; color: #FFF;
	z-index: -1;
	display: none;
}

#lang{
	height: 12px;
	border: 0px;	
}

#intro h2 {
	text-align:right;
	height: 12px;
	border: 0px;
	padding: 5px 5px 0px 20px;
}
#intro h2 a#langen{
	height: 12px; width: 18px;
	border: 0px;
	z-index: 99;
}
#intro h2 a#langit{
	height: 12px; width: 18px;
	border: 0px;
	z-index: 99;
}

#intro h2 img {border: 0px;}

/*__________Header__________*/
#pageHeader {
	background: #fff url(../images/header8.jpg) no-repeat center top;
	height: 120px;
	z-index: -1;
}

#pageHeader span { display: none;}

/*__________Menu____________*/
#menu {
	text-align:left;
	vertical-align: bottom;
	width:600px; height:19px; 
	position:relative; 
	margin:3em auto 0px auto;
	padding: 0px;
	border:0px solid #3F3833;
}

#menu dl {
  margin:0 auto; 
  padding:0;
  position:relative; 
  width:600px; height:19px;
  background: #000;
  z-index:0; 
  overflow:hidden;
}

#menu dt {display:none;}
#menu dd {margin:0; padding:0;}

#menu .aa {
	width:12px; 
	background: #1F1A17 url(../images/taglft.gif); 
	float:left; 
	padding:2px 0 2px 0; 
	border-bottom:1px solid #000;
}
#menu .aa2 {
	width:12px; 
	background:url(../images/taglft2.gif); 
	float:left; 
	padding:2px 0 2px 0; 
	border-bottom:1px solid #000;
}
#menu .bb {
	background:url(../images/tagmid.gif); 
	float:left; 
	padding:2px 0 2px 0; 
	border-bottom:1px solid #000; 
	text-align:center;
	width: 57px;
}
#menu .cc {
	width:12px; 
	background:#1F1A17 url(../images/tagrgt.gif); 
	float:left; 
	padding:2px 0 2px 0; 
	border-bottom:1px solid #000;
}
#menu .cc2 {
	width:12px; 
	background:url(../images/tagrgt2.gif); 
	float:left; 
	padding:2px 0 2px 0; 
	border-bottom:1px solid #000;
}
#menu a, #menu a:visited {
	color:#FFF; text-decoration:none; font-size:1em; font-weight: bolder;
	cursor:pointer;
}
#menu a:hover {
	color:#000; background:#fff; z-index: 5;
}
#menu a:hover span {
	background-position:0 150px;
	border-bottom:1px solid #f9f4ee; z-index: 5;
}

/*__________Footer__________*/
#footer { font-size: 0.85em; font-style: italic; text-align: right; }
#credits {float: left; text-align: left;}
#validation {float: right; text-align: right;}


/*__________Extras__________*/

#extraDiv1 {width:400px; height:400px; float:left;} /* pad_left */
#extraDiv1 p {text-indent:1em; font-size:0.75em; position:relative; z-index:200;}

#extraDiv2 {width:200px; height:200px; float:right;} /* pad_right */

.quot{
	font-size: 20px;
}


