/***************************************************************************/
/* Allgemeine Formatierungen                                               */
/***************************************************************************/
/* Tanteks Hack - Schriftgrößenanpassung an verschiedene Browser           */
/* IE:       x-small 													   */
/* Sonstige: small                                                         */
/*<![CDATA[*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
	color: #000000;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}
html>body {
	font-size: small;
	text-align: left;
	vertical-align: top;
	}
/*]]>*/	
/***************************************************************************/

/***************************************************************************/
/* Listen 																   */
/***************************************************************************/
ul {
	list-style-position: outside;
	list-style-type: square;
	text-align: left;
	vertical-align: top;
}
/***************************************************************************/

/***************************************************************************/
/* Tag Modifikationen													   */
/***************************************************************************/
hr {
	color: #999999;
	line-height: 1px;
	height: 1px;
	width: 100%;
}
/***************************************************************************/

/***************************************************************************/
/* Title                                                                   */
/***************************************************************************/
.title {
	font-size: xx-large;
	text-align: left;
	vertical-align: top;
}
/***************************************************************************/

/***************************************************************************/
/* Title                                                                   */
/***************************************************************************/
.small {
	font-size: x-small;
	text-align: left;
	vertical-align: top;
}
/***************************************************************************/

.space {
	font-size: xx-small;
	text-align: left;
	vertical-align: top;
}

A:link { 
    color : #000000; 
	font-weight: bold; 
	text-decoration: none; 
}
A:visited {
    color : #000000; 
	font-weight: bold; 
	text-decoration: none; 
}
A:hover {
    color: #0033FF;  
	font-weight: bold;
	text-decoration: none; 
}
A:active {
    color: #FF0000; 
	text-decoration: none; 
	font-weight: bold;
}
.red {
	color: #FF0000;
}
.pagetitle {
	font-size: x-large;
	text-align: left;
	vertical-align: top;
}
.large {
	font-size: large;
	text-align: left;
	vertical-align: top;
}
.rightsmall {
	text-align: right;
	font-size: x-small;
}

