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:#99b2C8 !important;			/* abgleichen mit media_screen.css */
	color:#000000;
	font-size:10px !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;
	line-height:1em;
}

h1 {
	font-size:1.3em;
}

h2 {
	font-size:1.2em;
	color:#FFFF00;
	background-color:inherit;
}

h3 {
	font-size:1.1em;
}

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




/*
	Hyperlinks
*/
a:link, a:visited {
	color:#0033CC;
	background-color:inherit; 
	font-weight:bold;
}

a:hover, a:focus, a:active {
	color:#000000;
	background-color:inherit; 
	
}

/*
	Elements
*/
ul, ol {
	
}

li {
	padding-left:1em;
}

p {
	margin:0.5em 0;
}

