/*******************************************************************************************************
   g e n er a l     e l e m e n t s
********************************************************************************************************/ 
html {
	height: 101%;
}


* { margin: 0; padding: 0; outline: 0 }

body {
	background: #d3d3d3;
	font: 80%/1.5em Arial;
	color: #666666; 
	text-align: center;
	margin: 10px 0 15px 0;
}

/**************************************************************************** H E A D E R S ***********/
h1{
	position: absolute;
	top: 215px;
	left: 63px;
	color:#000000;
	font-size: 16pt;
	padding-bottom: 10px;
}

h2{
	position: absolute;
	top: 260px;
	left: 63px;
	color:#000000;
	font-size: 20pt;
	font-style: italic;
}



/**************************************************************************** S E A R C H ***********/
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0px 0 0; padding: 0px 0 30px 0;	
	width: 160px;
	text-align: left;	
}

.searchform p {
	margin: 0;
	padding: 0;
}

.searchform input.textbox { 
	width: 103px;
	color: #777; 
	height: 15px;
	padding: 2px 0 2px 0;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}

.searchform input.button {
	font-size: 0.85em;
	width: 50px;
	height: 21px;
	padding: 0 1px 2px 0;
	* padding: 0 0 0 0;
	margin: 0;
	color: #FFF;
	background: #8EB50C url(../images/nav-current.jpg) repeat-x 0 0;
	border: none;
	vertical-align: top;
	font-weight: bold;
}


/******************************************************************************************************
   L A Y O U T
*******************************************************************************************************/ 
#wrap {
	position: relative;
	width: 1062px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}

#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 1062px;
	height: 612px;
	padding: 0 0 30px 0; 	
	background: #FFFFFF;	
	border-top: 5px solid #FFF;
	border-bottom: 10px solid #00929D;
	margin-left: 0;	
	display: inline;
}

#header {
	width: 1062px;
	position: relative;
	height: 21px;
	background-color: #FFFFFF;
	padding: 0;	
	color: #FFFFFF;	
}

#logo {
	position: absolute;
	top: 43px;
	left: 852px;
}

#indexheadline {
	margin: 0;
	padding: 0;
	width: 1062px;
	height: 80px;
}

#langbuttons {
	width: 1062px;
	height: 20px;
	padding: 0 0 0 75px;
}

/**************************************************************************** H E A D E R -- P H O T O ***********/
#header-photo {
	clear: both;
	height: 138px;
	width: 1062px;
	margin: 0;
	background: #FFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}



/**************************************************************************** N A V I G A T I O N ***********/
#nav {
	clear: both;	
	padding: 0;
	border-top: 0px solid #FFF;
	width: 100%;
}

#nav ul {
	float: left;
	list-style: none;
	background: url(../images/navibg.jpg) repeat-x;	
	width: 1023px;		
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;	
	display: inline;
}

#nav ul li {
	display: inline;
	margin: 0;
	padding: 0 0 0 0;
}

#nav ul li a {
	font-size: 8pt;
	text-align: center;
	color: #FFF;
	display: block;
	float: left;
	width: 93px;
	height: 25px;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	border-bottom: none;
	text-decoration: none;	
}

#nav ul li a:hover, #nav ul li a:active {
	background-image: url(../images/navihover_ani.gif);
	background-position: top left;
}


/**************************************************************************** I N D E X T E X T ***********/

#indextext {
	margin: 10px 0 0 75px;
	width: 860px;
	height: 300px;
	line-height: 20pt;
}
