* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

.orange {
	color: #FE9900;
}

.orange_fett {
	color: #FE9900;
	font-weight: bold;
}

body {
	background-image: url(images/muster_bg.gif);
}

h1 {
	font-size: 0.9em;
	margin: 0 2em 1em 0;
}

h2 {
	font-size: 0.75em;
	color: #FE9900;
	margin: 1em 2em 0 0.2em;
}
h3 {
	font-size: 0.7em;
	padding: 0;
	margin: 0 2em 1em 0.5em;
	line-height: normal;
}
p {
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 0 2em 1em 0.5em;
}
hr {
	color: #CCC;
	background-color: #CCC;
	margin: 0 0 1em 0;
	height: 1px;
}

table.info {
	margin: 0.5em;
}
table.info td{
	font-size: 0.7em;
	margin: 2em;
	padding: 0.1em;
	line-height: normal;
}

ul {
	list-style-type: square;
}

.navi_aktiv {
	color: #FFF;
}

td.navi {
	background-image: url(images/bg_navi.gif);
	background-repeat: repeat-y;
	padding-top: 3em;
	width: 147px;
	vertical-align: top;
	font-size: 0.7em;
	line-height: 1.6em;
}
td.navi a  {
	text-decoration: none;
}
td.content {
	background-image: url(images/bg_content.gif);
	padding: 20px 20px 50px 20px;
	line-height: 1.5em;
	vertical-align: top;
}
td.content ul {
	font-size: 0.7em;
	margin: 1em 2em 1em 3em;
}
td.content li {
	line-height: 1.5em;
}
ul.navi {
	font-weight: bold;
	margin-left: 14px;
	list-style-type: none;
	padding: 0;
}
ul.subnavi {
	font-weight: normal;
	list-style-type: none;
	margin-left: 10px;
	padding: 0;
}

a { 
	/*text-decoration : none;*/
	color: #000000;
}
a:hover     {
	text-decoration: underline;
} 

