body { margin-top:10px; margin-bottom:10px; }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */


p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
{
	font-family:Verdana,Arial,sans-serif;
}


h1 { font-size:11pt; }


h2 { font-size:16pt; }

h2.sh2 { font-size:16pt; }

/* Abschnittsueberschriften innerhalb einer Seite */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */


h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }

/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
/* font-size = Schriftgroesse */
/* 11pt = 11 Punkt, Wert aenderbar */


h4 { font-size:10pt; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

ul.square { list-style-type:square }
/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


pre { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }

/* Quelltext-Beispiele */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */


tt { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }

/* Quelltext-Befehle im normalen Fliesstext */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */



.code { background-color:#FFFFE0; }

/* Tabelleninhalte mit Quellcode */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* Farbe sollte gleich sein wie bei td.xmpcode */



a:link { font-family:Verdana,Arial,sans-serif; color:#0000FF; text-decoration:underline; }
a:visited { font-family:Verdana,Arial,sans-serif; color:#FF0000; text-decoration:underline; }
a:active { font-family:Verdana,Arial,sans-serif; color:#FF0000; text-decoration:underline; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */


/* Fußzeile */
p.footer { font-family:Verdana,Arial,sans-serif; font-size:8pt; color:#BBBBBB; border-top:1px solid #BBBBBB; margin:0px; }



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(../images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(../images/indentbg2.gif) center center repeat-x;
}



/*******************************************************************************
* News
*******************************************************************************/
.news
{
	font-family:Verdana,Arial,sans-serif;
	font-size:9pt;
	text-align:justify;
	color:#000000;
	border-width:thin;
	border-color:#2609c0;
	border-style:dotted;
	padding:5px;	
}

.newstitle
{
	font-family:Verdana,Arial,sans-serif;
	font-size:10pt;
	color:#000000;
}

.newstitle a:link
{
	font-family:Verdana,Arial,sans-serif;
	color:#0000FF;
	text-decoration:underline;
}

.newstitle a:visited
{
	font-family:Verdana,Arial,sans-serif;
	color:#FF0000;
	text-decoration:underline;
}

.newstitle a:active
{
	font-family:Verdana,Arial,sans-serif;
	color:#FF0000;
	text-decoration:underline;
}


/*******************************************************************************
* Artikel
*******************************************************************************/
h1.artikel
{
	font-size:9pt;
	font-family: Verdana,Arial,sans-serif;
	color: #6E6E6E;
}

p.artikel_text_block
{
	font-size: 9pt;
	font-family: Verdana,Arial,sans-serif;
	color: #636363;
	text-align: justify;
}

ul.artikel
{
	list-style-image: url(../images/pfeil_rot_rechts_9x9.png);
	font-size:9pt;
	font-family: Verdana,Arial,sans-serif;
	color: #6E6E6E;
}

a.artikel_link
{
	font-size: 9pt;
	font-family:Verdana,Arial,sans-serif;
}

.artikel_link:link
{
	background: url(../images/pfeil_rot_rechts_9x9.png) no-repeat left;
	padding-left: 13px;
	color:#636363;
	text-decoration:none;
}

.artikel_link:visited
{
	background: url(../images/pfeil_rot_rechts_9x9.png) no-repeat left;
	padding-left: 13px;
	color:#FF0000;
	text-decoration:none;
}

.artikel_link:active
{
	background: url(../images/pfeil_rot_rechts_9x9.png) no-repeat left;
	padding-left: 13px;
	color:#636363;
	text-decoration:underline;
}