<<<<<<< style.css
BODY {
	font-family: Arial, Helvetica;
        color: #333333;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#660000;
}
a:visited {
	text-decoration:normal;
	color:#660000;
}
a:hover {
	text-decoration:underline;
	color:#333333;
	background-color: #999999;
}

INPUT {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	boder-width:1px;
	border: thin solid #666666;
}

.suche {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	boder-width:1px;
	border: thin solid #666666;
}

HR {
	font-family: Arial, Helvetica;
	size: 1;
	width: 98%;
	color: #666666;
	shade: noshade;
}

H1 {
	font-family: Arial, Helvetica;
	font-size: 28px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

H2 {
	font-family: Arial, Helvetica;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

H3 {
	font-family: Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

H4 {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

H5 {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: none;
	color: #666666;
	text-decoration: underline;
}

H6 {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: none;
	color: #666666;
	text-decoration: none;
}

A.nav{
	font-family: Arial, Helvetica;
	color: #FF9933; 
	text-decoration: none;
	font-weight: normal;
}

A.nav:hover{
	font-family: Arial, Helvetica;
	color: #660000;
	background: #C0C0C0; 
	text-decoration: none;
	font-weight: normal;
}

A.nav:visited{
	font-family: Arial, Helvetica;
	color: #FF9933;
	text-decoration: none;
	font-weight: normal;
}

A.nav:visited:hover{
	font-family: Arial, Helvetica;
	color: #660000;
	text-decoration: none;
	font-weight: normal;
}

A.navtitre{
	font-family: Arial, Helvetica;
	color: #660000; 
	text-decoration: none;
	font-weight: bold;
}

A.navtitre:hover{
	font-family: Arial, Helvetica;
	color: #660000;
	background: #C0C0C0; 
	text-decoration: none;
	font-weight: bold;
}

A.navtitre:visited{
	font-family: Arial, Helvetica;
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}

A.subnav{
	font-family: Arial, Helvetica;
	color: #FF9933;
	font-weight: bold;
	font-style: normal;
}

A.subnav:hover{
	font-family: Arial, Helvetica;
	color: #FF9933;
	text-decoration: underline;
	font-weight: normal;
	background-color: #FFFFFF;
}

.heads{
	font-weight: bold;
	font-size:10px;
}

table,tr,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	text-align: center;
}
.short {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
}
.short2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-align: justify;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: black;
}
dl,.left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-align: left;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;

}
.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: white;
}
.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36pt;
	font-style: normal;
	font-weight: bold;
	color: black;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

ol,ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	list-style-image:url(skin/'{skinname}'/images/quadrat_small.gif);
	list-style-position:outside;
	list-style-type: none;
}

