/*** Normalized ***/






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

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

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

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

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

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

#slogan {
    color: #9f2a64;
}

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

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

#footer_text {
    color: #ffffff;
}

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

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

body#main_body {
    color: #9f2a64;
    background: #b85e8c url(images/static/pgbk.gif);
}

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

.content {
    color: #9f2a64;
}

.content p {
    color: #9f2a64;
}

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

.content h1 {
    color: #ae1533;
}

.content h2 {
    color: #c42979;
}

.content h3 {
    color: #505050;
}

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

.content a {
    color: #8e0b0b;
}

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

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

.content td {
    color: #000000;
    border-color: #c2273d;
}

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

.content th {
    color: #ffffff;
    background-color: #c2273d;
    border-color: #c2273d;
}

.content tr.odd {
    color: #000000;
    background-color: #ffffff;
    border-color: #c2273d;
}

.content tr.even {
    color: #000000;
    background-color: #f4e0e2;
    border-color: #c2273d;
}

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

.content fieldset {
    border-color: #1a1919;
}

.content legend {
    color: #84685e;
}

.content label {
    color: #000000;
}

.content input {
    border-color: #1a1919;
    background-color: #ffffff;
}

.content button {
    border-color: #1a1919;
    background-color: #ffffff;
}

.content textarea {
    border-color: #1a1919;
}

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



