/* Seiteneigenschaften */
BODY  {
	background-color : #333366;
	margin-top : 3px;
	margin-left: 118px;
	background-image : url(/images/bg_streifen.gif);
	background-repeat: repeat-y;
}

#breite {
	width:610px;
}

/* Verweise */
a {
	font-family : Arial,Helvetica;
	font-weight : normal;
	text-decoration : none;
}

:link,:visited,:active  {
	color : #CC9966;
}

/* Absaetze */
p  {
	font-family : Arial,Helvetica;
	font-size:1em;
	color : #CCCCCC;
	margin-left: 10px;
}

p.verweis {
	font-size:0.7pc;
	text-align:center;
	border-color:#CCCCCC;
	border-top-width:1px;
	border-top-style:solid;
}

p.text {
	font-size:0.9pc;
	text-align:left;
	
}

p.mittel {
	font-size:1.0pc;
	text-align:left;

}

p b, ul b {
	font-weight:bold;
}


/* Ueberschriften */
p.h1neu  {
	font-size : 1.25pc;
	text-transform:uppercase;
	text-align:right;
	margin: 15px 0px 15px 5px;
	border-bottom-style:solid;
	border-color: #CCCCCC;
	border-bottom-width:2px;
}

H2  {
	font-family : Arial,Helvetica;
	font-weight : normal;
	font-size : 1.5em;
	color : #CCCCCC;
	margin: 10px 0px 5px 0px;
}

H3  {
	font-family : Arial,Helvetica;
	font-weight : bold;
	font-size : 1.0em;
	color : #CCCCCC;
	margin: 0px 0px 0px 0px;
}

H4  {
	font-family : Arial,Helvetica;
	font-weight : normal;
	font-size : 1.0em;
	color : #CCCCCC;
	margin: 0px 0px 0px 0px;
}

/* Tabellen */
td  {
	font-family : Arial,Helvetica;
	font-size : 1em;
	font-weight : normal;
	font-style : normal;
	color : #cccccc;
}

/* Listen */
ul, p ul, div.weiter ul {
	font-family : Arial,Helvetica;
	font-size : 1em;
	font-weight : normal;
	font-style : normal;
	list-style-type:disc;
	color:#CCCCCC;
}

/* Sonstiges */

div.menu	{
	position:absolute;
	left:0px;
	width:118px;
}