/*----------------------------------------------------------------------------
	style.css

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


/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/

/*-- body ------------------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	color: #666666;
	background: #eaeaea url(img/bg.png) repeat-x;
}

/*-- global container ------------------------------------------------------*/

#mainContainer {
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: justify;
	width: 902px;
	background-color: #ffffff;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	position: relative;
	padding: 0;
	margin: 0;
	height: 40px;
	width: 902px;
	background: url(img/logo.png) repeat-x;
	text-align: right;
}
#headerNavig	{
	position: absolute;
	top: 10px;
	left: 700px;
	padding: 0;
	margin: 0;
	height: 20px;
	width: 200px;
	text-align: right;
}
#headerNavig a, 
#headerNavig a:link, 
#headerNavig a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: normal;
}
#headerNavig a:hover {
	color: #4775a3; 
	text-decoration: none;
}

#legalNoticeWindow {
	position: absolute;
	top: 30px;
	left: 700px;
	padding: 0;
	margin: 0;
	height: auto;
	width: 300px;
	text-align: justify;
	visibility:hidden;
	background-color:#FFF;
	border:thin #CCC solid;
	z-index: 500;
}
#legalNoticeWindow p {
	margin: 20px;
	padding: 0;
	line-height: 16px;
}
#legalNoticeWindow a, 
#legalNoticeWindow a:link, 
#legalNoticeWindow a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: normal;
}
#legalNoticeWindow a:hover {
	color: #4775a3; 
	text-decoration: none;
}

/*--- main navigation ------------------------------------------------------*/

#mainNavig {
	position: relative;
	height: 42px;
	width: 902px;
	background: url(img/navig_bg.png) repeat-x;
	text-align: center;
}
#mainNavig .navigButton {
	cursor:pointer;
}

/*--- main content ---------------------------------------------------------*/

#mainContent {
	background-color: #ffffff;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 10px 0px;
	width: 902px;
	text-align:center;
	font-size: 10px;
	background-color: #ffffff;
}
#footer .greySepLine {
	background-color: #cccccc;
}

#shadow {
	position: relative;
	height: 17px;
	width: 902px;
	background: url(img/shadow.png) no-repeat;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

#mainContent a, 
#mainContent a:link, 
#mainContent a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: normal;
}
#mainContent a:hover {
	color: #4775a3; 
	text-decoration: none;
}

/*--- paragraph ------------------------------------------------------------*/

#mainContent p {
	margin: 5px 20px 20px 20px;
	padding: 0;
	line-height: 16px;
}
#mainContent h2 {
	margin: 20px;
	padding: 0;
	font-size: 16px;
}

/*--- forms ----------------------------------------------------------------*/

#mainContent fieldset {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}

#mainContent input {
	border-style: solid;
	border-width: 1px;
}

#mainContent textarea {
	border-style: solid;
	border-width: 1px;
}

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

.hidden { display: none; }

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