#container {
	background : url(images/contentbg.gif) repeat-y 50% 50%;
}

/*--- header ---------------------------------------------------------------*/
#header	{
	background : url(images/headerbg.gif);
}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {
	background : url(images/navbg.gif);
}

#text_caption {
	color: #900;
	/*background: url(images/hbg.gif) no-repeat;*/
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_list a.main_nav_item {
	color: #9cf;
	background: url(buttonset1/n1.gif) no-repeat;
	background-position: top left;
}

#main_nav_list a.main_nav_item:hover {
	color: #fff;
	background: url(buttonset1/n1hover.gif) no-repeat;
	background-position: top left;
}


#main_nav_list a.main_nav_active_item {
	color: #630;
	background: url(buttonset1/n1activeitem.gif) no-repeat;
	background-position: top left;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	color: #036;
	background: url(buttonset1/subnav1.gif) no-repeat;
}

.sub_nav_list a:hover {
	background: url(buttonset1/subnav1hover.gif) no-repeat;
	color: #630;
}

.sub_nav_list a.sub_nav_active_item {
	color: #fff;
	background: url(buttonset1/subnav1active.gif) no-repeat;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	background: transparent url(images/footerbg.gif) top left no-repeat;
}

#footer_text {
	color: #036;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body {
	color: #036;
	background : #999 url(images/pgbk.gif) repeat-x;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	color: #036;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	color: #aaa !important;
	margin-bottom:1.5em;
}

#content_container h2 {
	color: #369;
}

#content_container h3 {
	color: #369;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:link{
	color: #630;
}

#content_container a:visited {
	color: #630;
}

#content_container a:hover {
	color: #630;
}

#content_container a:active {
	color: #630;
}

/*--- tables ---------------------------------------------------------------*/

#content_container table {
	border-color: #369;
}

#content_container th {
	color: #fff;
	background-color:#369;
	padding: 3px 2px 3px 2px;
}


/*--- forms ----------------------------------------------------------------*/

fieldset {
	border-color: #036;
}

legend {
	color: #036;
}

label {
	color: #036;
}

input {
	border-color: #036;
}

textarea {
	border-color: #036;
}

/*--- lists ----------------------------------------------------------------*/

li { 
	color: #036;
}

/*--------------------------------------------------------------------------*/
