/* created by tl_feuserwebsites at 16.08.2007 09:36:30 */

/* Hintergrundfarben */
/* Hintergrundfarbe */
body {
   background-color: #FFFFFF;
}

/* Kopf Hintergrundfarbe */
.menu .nav_act, #header, .menu li a:hover {
   background-color: #0790f0;
}

.footer {
   border-bottom: 3px solid #0790F0;
   border-top: 3px solid #0790F0;
   height: 42px;
   text-align: center;
}
.footer p {
   margin-top: 5px;
   margin-bottom: 5px;
}

.footer p.bodytext a {
  color: #ff7000;
}

.menu_holder {
   border-color: #0790f0;
   background-color: #fff;
}

/* Schriftfarben */
/* Schriftfarbe Kopf */
.logo .bodytext {
   color: #FFFFFF;
}

/* Schriftfarbe Menüpunkte */
.menu li.nav_no a {
   color: #ff7000;
}

/* Schriftfarbe aktiver Menüpunkt */
.menu li.nav_act a {
   color: #ffffff;
}

.menu li a:hover {
   color: #ffffff;
}

/* Schriftfarbe Überschriften */
h1, h2 {
   color: #ff7000;
}

/* Schriftfarbe */
.content .bodytext, .content li {
   color: #626262;
}

/* Box auf der rechten Seite */
/* Rahmen */
.right_holder table th {
   background-color: #ff7000;
}

.right_holder table {
   border-color: #ff7000;
}

/* Hintergrund */
.right_holder table td {
   background-color: #ffead9;
}

/* Schriftfarbe Titel */
.right_holder table th {
   color: #ffffff;
}

/* Schriftfarbe */
.right_holder table td {
   color: #626262;
}

/* Schriftfarbe von Links */
.content .bodytext a:link, .content .bodytext a:visited, .content .bodytext a:hover, .content .bodytext a:active {
	color: #FF7000;
}

.right_holder .bodytext a:link, .right_holder .bodytext a:visited, .right_holder .bodytext a:hover, .right_holder .bodytext a:active {
	color: #FF7000;
}


/* Bildunterschriften */
.csc-textpic-caption {
	font-size: 0.7em;
	color: #626262;
}

