html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #F5F5F5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 150%;
	font-weight: normal;
}
h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	padding: 3px;
	font-size: 90%;
	background-color: #CACACA;
}
h3 {
	padding: 3px;
	font-size: 85%;
	background-color: #DEDEDE;
}
h4 {
	padding: 3px;
	font-size: 80%;
	background-color: #EAEAEA;
}
h5{
	font-size: 75%;
}
h6 {
	font-size: 75%;
	font-style: italic;
}
p, li {
	font-size: 75%;
	line-height: 130%;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.bg1 {
   background-color: #808080;
}
.bg2 { 
	background-color: #CACACA;
}
.bg3 {
	background-color: #DEDEDE;
}
.bgort {
	background-color: #FFFFCC;
	font-weight: bold;
}
.bgpfad {
	background-color: #FFFFFF;
	font-weight: bold;
}
.portal {
	text-align: left;
	font-family: Times New Roman, Times, serif;
	font-size: 100%;
	background-color: #DEDEDE;
}
.neu {
	color: Red;
}
.news {
	background-color: #FFFFCC;
}
.brandakt {
	font-family: Times New Roman, Times, serif;
	font-size: 100%;
	color: Red;
	background-color: #DEDEDE;
}
.tablist {
	margin-left: -25px;
}
ol, ul {
	margin-left: -20px;
}
ol ol li, ul ul li, ul ol li, ol ul li {
	font-size: 100%; 
}
.klein {
	font-size: 70%;
}
.gross {
	font-size: 90%; 
}
.zitat {
	font-style: italic;
}
.kommentar {
	padding: 5px 10px 5px 10px;
	background-color: White;
	font-size: 70%;
}
.wichtig {
	border-width: 1px;
	border-style: solid;
	border-color: Red;
	padding: 5px;
}
.vtext {
	background-color: #DEDEDE;
	margin-top: -15px;
	padding-left: 5px;
}
.logoB1 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
}
.foto {
	margin-left: 10px;
	margin-bottom: 10px;
}
.logoB2 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.logoN1 {
	font-size: 20px;
	font-weight: bold;
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
}
.logoN2 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
}
.logoV1 {
	font-size: 20px;
	font-weight: bold;
	color: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
}
.logoV2 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #3300CC;
	text-decoration: none;
}
a:active {
	color: Red;
	text-decoration: none;
}
a:visited {
	color: #3300CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}