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

#container {
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 775px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
	padding: 0;
	margin: -50px 20px 20px 20px;
}

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

#header	{
	position: relative;
	padding: 0;
	margin: 0;
	width: 775px;
	height: 205px;
	top: 0px;
	left: 0px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	background: url(/images/logo8.gif) no-repeat top right;
	width: 283px;
	height: 70px;
	position: absolute;
	top: 100px;
	left: 457px;
}

/*--- caption (as text or background image) --------------------------------*/

#text_caption {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-weight: bold;
	font-style: italic;
	position: relative;
	top: 105px;
	left: 20px;
	padding-left: 206px;
	line-height: 50px;
	height: 50px;
        font-size: 16px;
}

#image_caption {
}

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

#main_nav_container {
	z-index: 1;
	position: relative;
	left: 20px;
	top: -188px;
	width: 735px;
	padding: 0 15px 0 0;
	margin: 0;
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 720px;
}

html>body #main_nav_container {
	width: 720px;
}

#main_nav_list {
    float: left;
	position: relative;
	height: 32px;
	margin: 0;
	padding: 0;
	top: 1px;
	left: 12px;
	list-style-type: none;
}

#main_nav_list li {
	float: left;
	margin: 0;
	padding: 0;
}

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

#main_nav_list a {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	background: transparent;
	margin: 0;
    padding: 3px 19px 2px 17px;
    display: block;
    float: left;
	height: 32px;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 26px;
}

html>body #main_nav_list a {
	height: 26px;
}

#main_nav_list a.main_nav_item { 

}

#main_nav_list a.main_nav_item:hover {
	background: transparent;
	text-decoration: none;
}

#main_nav_list a.main_nav_active_item { 
        text-decoration: none;
}


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

#content_container {
    overflow: hidden;
	margin: 5px 20px 20px 10px;
	padding: 0;
	width: 700px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 700px;
}

html>body #content_container {
	margin: 0px 10px 0px 10px;
	width: 700px;
}


.content table {
	border-width: 0px;
	border-spacing: 0;
	width: 100%;
}

.content tr.odd {
	font-size: 11px;
}

.content tr.even {
	font-size: 11px;
}


/*--- container for the search form ----------------------------------------*/

#content_search_container {
	margin: 20px 0 20px 100px;
	width: 510px;
	height: 49px;
}

#content_search_caption {
	font-family: Trebuchet MS,Tahoma,Verdana, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	line-height: 44px;
	font-size: 15px;
	float: left;
	padding-left: 10px;
}

#content_search_container button {
	vertical-align: middle;
}

#content_search_container input {
	margin: 11px;
	vertical-align: middle;
	margin-left: 25px;
	width: 230px;
}

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

#footer {
	margin: 0;
	padding: 0;
	width: 775px;
	height: 65px;
	clear: both;
}

#footer_text {
	padding: 10px 0 0 0;
	margin: 0 30px 0 30px;
	text-align: center;
	font-size: 10px;
}



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

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

body#main_body {
	margin: 0;
	padding: 0;
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: x-small; /* IE5 Win */
	font-size: small;
	text-align: center;
}

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

.content, .content p {
	margin: 5px 0 20px 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.3;
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-style: italic;
}

.content h2 {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-style: italic;
}

.content h3 {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-style: italic;
}

/*--- links ----------------------------------------------------------------*/

.content a:link{
	font-weight : normal;
	text-decoration: underline;
}

.content a:visited {
	font-weight : normal;
	text-decoration: underline;
}

.content a:hover {
	text-decoration : none;
}

.content a:active {
	text-decoration : underline;
}

/*--- tables ---------------------------------------------------------------*/

.content table {

}

.content th {
}

.content tr {
}

.content td {

}

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

.content fieldset {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}

.content input {
	border-style: solid;
	border-width: 1px;
}

.content textarea {
	border-style: solid;
	border-width: 1px;
}

.content button {
}

.content label { 
}

.content select { 
}

.content option { 
}

/*--- lists ----------------------------------------------------------------*/

.content ol { 
}

.content ul { 
}

.content li { 
}

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











/*-- main container --------------------------------------------------------*/

#container {
	background : url(/images/contentbg.gif) repeat-y 50% 50%;
}

/*--- header ---------------------------------------------------------------*/
#header	{
	background : url(/images/headerbg.gif) no-repeat;
}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {
	background : url(/images/navbg.gif) repeat-y;
}


/*--- logo -----------------------------------------------------------------*/

#logo {

}

/*--- caption --------------------------------------------------------------*/

#text_caption {
	color: #990033;
	background: url(/images/hbg.gif) no-repeat;
}

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

#main_nav_list	{

}

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

#main_nav_list a.main_nav_item {
	color: #990033;
	background: url(/images/n1.gif) no-repeat;
	background-position: top right;
}

#main_nav_list a.main_nav_item:hover {
	color: #ffffff;
	background: url(/images/n1hover.gif) no-repeat;
	background-position: top right;
}

#main_nav_list a.main_nav_active_item {
	color: #a2908a;
	background: url(/images/n1activeitem.gif) no-repeat;
	background-position: top right;
}


/*--- search ---------------------------------------------------------------*/
#content_search_container {
	background: transparent url(/images/search_bg3.gif) top left no-repeat;
}

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

#footer {
	background: transparent url(/images/footerbg.gif) top left no-repeat;
}

#footer_text {
	color: #706560;
}

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

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

body#main_body {
	color: #000000;
	background : #e1dbda url(/images/pgbk.gif) repeat-x;
}

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

.content, .content p {
	color: #696560;
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
	color: #b4a5a1;
	font-size: 16px;
}

.content h2 {
	color: #b4a5a1;
}

.content h3 {
	color: #b4a5a1;
	font-size: 13px;
}

/*--- links ----------------------------------------------------------------*/

.content a:link{
	color: #990033;
}

.content a:visited {
	color: #990033;
}

.content a:hover {
	color: #990033;
}

.content a:active {
	color: #990033;
}

/*--- tables ---------------------------------------------------------------*/

.content table {

}

.content th {

}

.content tr {

}

.content td {

}

.content table {
	border-color: #b4a5a1;
}

.content th {
	color: #ffffff;
	background-color:#ae9e9a;
	padding: 3px 2px 3px 2px;
}

.content tr.odd {
	color: #755b53;
	background-color:#f9f8f8;
	padding: 3px 2px 3px 2px;
}

.content tr.even {
	color: #755b53;
	background-color:#f2efef;
	padding: 3px 2px 3px 2px;
}

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

.content fieldset {
	border-color: #84685e;
}

.content legend{
	color: #84685e;
}

.content label {
	color: #84685e;
}

.content input {
	border-color: #84685e;
}

.content textarea {
	border-color: #84685e;
}
.content select {
	border: solid 1px #84685e;
}

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

