*{
	padding: 0;
	margin: 0;
	border: 0;
}

/***********************************************/
/* =HTML tag styles                            */
/***********************************************/
body {
	font: small/160% Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	background: #FFFFFF;
	margin-top: 200px;
	}
	
/* adjustment for IE5 */

body {
	font-size: x-small; /* IE5 Win */
 	voice-family: "\"}\""; 
 	voice-family: inherit;
 	font-size: small; /* für alle anderen Browser */
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
	
	
	
	

a, a:link {
	color: #e20030;
	text-decoration: none;
}
.e20030 {
	color: #e20030;
}


a:hover {
	text-decoration: underline;
}

p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0.5em 0;
	clear: both;
}



img, a img {
	border: 0;
}


h1 {

}

h2 {

}

h3 {

}

h4 {

}

/***********************************************/
/* =Layout tag styles             */
/***********************************************/

#ie5fix {
	height: 1px:
	voice-family: "\"}\"";
	voice-familiy: inherit;
	display: none;
	}
#wrapper {
}

#header {
}

#navi {
}

#content {
}

#sidebar {
}

#footer {
}


/***********************************************/
/* =Design tag styles             */
/***********************************************/

.hide {
	display: none;
}

/* Clear Class */
.c {
	clear: both;
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

/* --------- individuell ------------ */

.pdf
{
	padding: 3px 0 3px 25px;
	margin: 0.4em 0;
	list-style: none;
	text-indent: 0px;
	background: url(/global/img/icon_pdf_05.gif) no-repeat 0 50%;
	clear: both;
}

