/* -------------------------------------
                 ALLGEMEIN
   ------------------------------------- */
   
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 76%;
	line-height: 140%;
}

h1 {
	font-size: 1.6em;
	font-style: oblique;
	font-weight: bold;
	line-height: 110%;
	color: #FF0000;
}
h2 {
	font-size: 1.2em;
	font-style: oblique;
	font-weight: bold;
	color: #FF0000;
}
h3, legend {
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	color: #FF0000;
}
fieldset {
	margin: 1em 0 1em 0;
	border: none;
}
hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}

/* -------------------------------------
                  LOGO
   ------------------------------------- */

#logo {
	display: none;
}

/* -------------------------------------
                  TITEL
   ------------------------------------- */

#title h1 {
	font-style: normal;
	font-weight: bold;
	line-height: 125%;
	color: #000000;
}

/* -------------------------------------
                   SIDE
   ------------------------------------- */

#side {
	display: none;
}

/* -------------------------------------
                 CONTENT
   ------------------------------------- */

#content a {
	color: #0000CC;
	text-decoration: none;
}
#content a:hover {
	color: #FF0000;
}
/* Einzug Aufzählung 1er Ordnung  */
#content ul li {
	padding: 0;
	margin-bottom: 1em;
	list-style-image: url(/images/arrow_site.gif);
}

/* -------------------------------------
               ZUSÄTZLICH
   ------------------------------------- */

.author {
	font-style: oblique;
}
.red {
	color:#FF0000;
}
/* Tabelle mit Rahmen, sowie Linien zwischen den Zellen */
.colortable, .colortable td, .colortable th {
	border: 1px solid #009900;
}

