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

#container {

}

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

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

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

#Fusszeile {
	background-image: url(images/static/footerbg.png);
	background-repeat: no-repeat;
}

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

#key_visual {
    background: no-repeat;
}

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

#logo {
	background-repeat: no-repeat;
}

#left_column_container {
	background-image: url(images/static/submenubg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

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

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

#main_nav_container {

    /*background : url(images/static/menubg.gif) repeat-x;*/

}

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

a.main_nav_item {
    background: no-repeat;
    background-position: top left;
}

a.main_nav_item:hover {
    background: no-repeat;
    background-position: top left;
}

a.main_nav_active_item {
    background: no-repeat;
    background-position: top left;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_container {
    /*background : url(images/static/submenubg.gif) top right no-repeat;*/

}

a.sub_nav_item {
    background: no-repeat;
}

a.sub_nav_item:hover {
    background: no-repeat;
}

a.sub_nav_active_item {
    background: no-repeat;
}

/*--- subnavigation2 items --------------------------------------------------*/

.sub_nav2_container {
    /*background : url(images/static/submenubg.gif) top right no-repeat;*/

}

a.sub_nav2_item {
    background: no-repeat;
}

a.sub_nav2_item:hover {
    background: no-repeat;
}

a.sub_nav2_active_item {
    background: no-repeat;
}
/*--- footer ---------------------------------------------------------------*/

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

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

body#main_body {
	background-color: #FFF;
	background-image: url(images/static/bg.png);
	background-position: left bottom;
	background-attachment: fixed;
	background-repeat: repeat-x;
}

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

.content {
    color: #010D51;
}
.footer {
    color: #010D51;
}

.content table {
	color: #375665;
}

.content select {
    color: #010D51;
}


.content textarea {
	color: #010D51;
	border-color: #7F9DB9;
}

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

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

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

.content th {
    color: #FFC000;
    background-color: #3B2800;
    border-color: #3B2800;
}

.content td {

}

.content tr.odd {
    color: #6E6E6E;
    background-color: #ffffff;
}

.content tr.even {
    color: #6E6E6E;
    background-color: #FFF6DA;
}

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

.content fieldset {
    border-color: #3B2800;
}

.content legend {
    color: #74777A;
}

.content label {
    color: #74777A;
}

.content #submit {
    background-color: #FFFFFF;
    border-color: #BABEC1;
    color: #74777A;
}

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

#weblog_calendar caption {
    color: #FFC000;
    background-color: #3B2800;
}

.TwH {
	background-color: #FFF;
	border: 0px none #FFF;
}
.bL {
	color: #00F;
}
