.page {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Tabellenformate
----------------------------------------------- */
.frame_lineLeft {
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
}
.frame_lineBottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}


/* Typestyle (Beschreibung der Schriften)
----------------------------------------------- */
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #FFFFFF;
	text-align: left;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
}
.h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	text-align: left;
}
.h5-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
}
.h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}


/* LINK (GRUNDFARBE)
----------------------------------------------- */
a:link {
	text-decoration: none;
	color:#333333;
}

a:visited {
	text-decoration: none;
	color:#333333;
}

a:hover {
	text-decoration: underline;
	color:#FF0000;
}

a:active {
	text-decoration: none;
	color:#333333;
}

/* LINK (obere Navigation)
----------------------------------------------- */
a.topnavi:link {
	text-decoration: none;
	color:#CCCCCC;
}
a.topnavi:visited {
	text-decoration: none;
	color:#CCCCCC;
}
a.topnavi:hover {
	text-decoration: underline;
	color:#FF0000;
}
a.topnavi:active {
	text-decoration: none;
	color:#CCCCCC;
}
