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

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

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

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
	background: url(../../images/dynamic/key_visual1.jpg) no-repeat;
}

#key_visual1 {
	background: url(../../images/dynamic/mih.gif) no-repeat;
}

#key_visual_down {
	background: #FFFFFF url(images/static/leftbg.gif) repeat-x;
}


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

#logo {
}

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

#text_caption {
	color: #003399;
}


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

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

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

#footer_text {
	color: #003399;
}

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

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

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

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

#content_container p {
	color: #003399;
}

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

#content_container h1 {
	color: #003399;
}

#content_container h2 {
	color: #003399;
}

#content_container h3 {
	color: #003399;
}

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

#header_cont a:link{
	color: #003399;
	font-weight: bold;
}

#header_cont a:visited {
	color: #003399;
	font-weight: bold;
}

#header_cont a:hover {
	color: #1261FF;
	font-weight: bold;
}

#header_cont a:active {
	color: #004EE9;
	font-weight: bold;
}
#main_container a:link{
	color: #003399;
	font-weight: bold;
}

#main_container a:visited {
	color: #003399;
	font-weight: bold;
}

#main_container a:hover {
	color: #1261FF;
	font-weight: bold;
}

#main_container a:active {
	color: #004EE9;
	font-weight: bold;
}
/*--- tables ---------------------------------------------------------------*/

table {

}

th {

}

tr {

}

td {

}

#content_container table {
	border-color: #DDE4FC
}


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

#content_container fieldset {
	border-color: #D19600;
}

#content_container legend{
	color: #D19600;
}

#content_container label {
	color: #D19600;
}

#content_container input {
	border-color: #FFD56C;
}

#content_container textarea {
	border-color: #D19600;
}

#content_container button {
	color: #FFFFFF;
	border-color: #C28B00;
	background-color: #D19600;
}

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

#content_container ul {
	color: #D19600;
}

#content_container li {
	color: #D19600;
}