/*----------------------------------------------------------------------------
	colorscheme.css

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

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

#container {
	
}
#main_container {
	background: url(../images/static/contentbg.gif) repeat-y;
}
/*--- header ---------------------------------------------------------------*/
#header	{
	background:#ffffff url(../images/static/header.jpg) no-repeat top left;
}


/*--- banner ----------------------------------------------------------*/

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

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

#logo {
	background: url(../images/static/logo.gif) no-repeat top right;
}

/*--- title --------------------------------------------------------------*/

#title {
	color: #ffffff;
	background: url(../images/static/logo.gif) no-repeat top right;
	filter:glow(color=44616c,strength=3);

}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {
	/*background : url(../images/static/menubg.gif);*/
}

#main_nav_list	{

}

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

a.main_nav_item {
	color: #415b76;
	background: url(../images/buttonset/n1.gif) no-repeat;
	background-position: top left;
}

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

a.main_nav_active_item {
	color: #ffffff;
	background: url(../images/buttonset/n1active.gif) no-repeat;
	background-position: top left;
}

/*--- subnavigation items --------------------------------------------------*/
.sub_nav_container {
	background : url(../images/static/submenubg.gif);
  height:19px;
}

a.sub_nav_item {
	color: #ffffff;
	background: url(../images/buttonset/sn1.gif) no-repeat;
}

a.sub_nav_item:hover {
	background: url(../images/buttonset/sn1hover.gif) no-repeat;
	color: #002048;
}

a.sub_nav_active_item {
	color: #002048;
	background: url(../images/buttonset/sn1active.gif) no-repeat;
}

/*--- navigation items --------------------------------------------------*/
#navigation {
	background-color:#ffffff;
color: #3b5371;
}
	.navigation
{
	color: #3b5371;
}
a.navigation:link {
	color: #3b5371;
}
a.navigation:hover {
	color: #000000;
}


/*--- quick country selector items --------------------------------------------------*/

.quick_country_selector_container {

}

a.quick_country_selector_item {
	color: #3a5270;
	background: url(../images/buttonset/qcs1.gif) no-repeat;
}

a.quick_country_selector_item:hover {
	background: url(../images/buttonset/qcs1hover.gif) no-repeat;
	color: #002048;
}

a.quick_country_selector_active_item {
	color: #002048;
	background: url(../images/buttonset/qcs1active.gif) no-repeat;
}

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

#footer {
	background: url(../images/static/footerbgr.jpg) bottom left no-repeat;
}

/*--- strix ---------------------------------------------------------------*/
#strix {
	color: #ffffff;
}
.strix {
	color: #ffffff;
}
a.strix:link {
	color: #ffffff;
}
a.strix:hover {
	color: #e4ecef;
}

/*--- sponsor2 ---------------------------------------------------------------*/
#sponsor2 {
	color: #ffffff;
}
.sponsor2 {
	color: #ffffff;
}
a.sponsor2:link {
	color: #ffffff;
}
a.sponsor2:hover {
	color: #e4ecef;
}

/*--- language ---------------------------------------------------------------*/
#language {
	color: #ffffff;
	background: url(../images/static/lang_bgr.gif) top left no-repeat;
}
.language {
	color: #ffffff;
}
a.language:link {
	color: #ffffff;
}
a.language:hover {
	color: #002048;
}

/*--- search link ---------------------------------------------------------------*/

.search_link {
	color: #141a41;
}
a.search_link:link {
	color: #141a41;
}
a.search_link:hover {
	color: #141a41;
}

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

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

body#main_body {
	color: #000000;
	background-color: #598294;
}

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

.content, .content p, .content table, .content select, .content input, .content textarea {	
	color: #000000;
}

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

.content h1 {
	color: #141a41;
}

.content h2 {
	color: #141a41;
}

.content h3 {
	color: #141a41;
}

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

.content a:link{
	color: #3a5270;
}

.content a:visited {
	color: #3a5270;
}

.content a:hover {
	color: #3a5270;
}

.content a:active {
	color: #3a5270;
}

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

.content table {
	border-color: #415b76;
}

.content th {
	color: #ffffff;
	background-color:#415b76;
	border-color: #415b76;

}
.content td {
	border-color: #415b76;
}
.content tr.odd {
	color: #000000;
	background-color:#FFFFFF;
}

.content tr.even {
	color: #000000;
	background-color:#e4ecef;
}

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

.content legend{
	color: #415b76;
}

.content label {
	color: #415b76;
}

.content input {
	border-color: #415b76;
}
.content #submit {
    background-color: #6c819a;
    border-color: #141a41;
    color: #ffffff;
}
.content textarea {
	border-color: #415b76;
}


/*--- Box1 -----------------------------------------------------------------*/

.box1 {
        background : url(../images/static/weblog_bg.gif) bottom no-repeat;
}

.box1_head {
	background : url(../images/static/head2.gif) no-repeat;
}

/*--- Box 2 ----------------------------------------------------------------*/

.box2 {
        background : url(../images/static/weblog_bg.gif) bottom no-repeat;
}

.box2_head {
	background : url(../images/static/head1.gif) no-repeat;
	color:#ffffff;
}


/*--- search box    --------------------------------------------------------*/

.search_box { 
    background : url(../images/static/weblog_bg.gif) bottom no-repeat;
}

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

#weblog_search_button input {
    background-color: #6c819a;
    border-color: #141a41;
    color: #ffffff;
}
/*--------------------------------------------------------------------------*/
