html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol,     /* Abstaende aller Elemente werden auf Null gesetzt */
span, a, table, td, form, img, li {
	margin:0;
	padding:0;
	border:0;
}

body {
	background:#FFFFFF !important;			/* abgleichen mit media_screen.css */
	color:#000000;
	font-size:11px !important;
}

/*
	klassen
*/
.align-left {
	text-align:left;
}

.align-center {
	text-align:center;
}

.align-right {
	text-align:right;
}

/*
	ueberschriften
*/
h1, h2, h3, h4, h5, h6 {
	margin:1em 0;
}

h1 {
	font-size:1.3em;
	margin-top:0;
}

h2 {
	font-size:1.2em;
}

h3 {
	font-size:1.1em;
}

h4, h5, h6 {
	font-size:1em;
}

/*
	hyperlinks
*/
a:link, a:visited {
	color:#000000 !important;
	background-color:inherit !important; 
	font-weight:bold !important;
}

a:hover, a:focus, a:active {
	color:#B9C729 !important;
	background-color:inherit !important; 
}

/*
	Elements
*/
li {
	padding-left:1em;
}

p {
	margin:0.5em 0;
}

/*
	tables
*/
table {
	margin:1em 0;
}

td {
	padding:0.2em 0.5em 0.2em 0;
	vertical-align:top;
}
