@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	background-image:url(../images/bodybg.jpg);
	background-repeat:repeat-y;
	color: #000066;
	background-color:#88B5F9;
	text-align:center;/*um container für ältere ie zu zentrieren*/
	background-position: center;
	font: 95% Arial, Helvetica, sans-serif;
}
a {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color:#FFFFFF;
}
a img {
	border:0 none;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#000066;
	background: transparent;
	font-weight:bold;
}
h1 {
	font-size:1.2em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 0.95em;
}
p, a, li, th, td, label, input {
	font-size: 0.9em;
}
li h3, li p, li a, p a, td a, td p, td h1, td h2, td h3 {
	font-size: 100%;   /*trick: (reseten) um hier keine em multiplikation zu erzielen, mit % gegensteuern*/
}
ul {
	list-style-type: square;
}
#container {
	position: relative;
	width: 900px;
	margin: 0 auto;/*zentrieren des containers*/
	color:#FFFFFF;
	background: transparent;
	text-align:left;
}
