/* allgemeine CSS Einstellungen */
html {
  	margin: 0px;
  	padding: 0px;
}

body{
	background-color: #f4f4f4;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Helvetica;
	font-size: 11px;
	line-height: 1.5em;
}

table{
	font-family: Helvetica
	font-size: 11px;
	line-height: 1.5em;
}

a{
	font-family: Helvetica;
	font-size: 11px;
	color: #333333;
}
/* MouseOver Effekt für die Links */
a:link { font-weight:normal; color:#333333; text-decoration:underline; }
a:visited { font-weight:normal; color:#333333; text-decoration:underline; }
a:focus { font-weight:normal; color:#7eb1e0; text-decoration:none; }
a:hover { font-weight:normal; color:#7eb1e0; text-decoration:none; }
a:active { font-weight:normal; color:#7eb1e0; text-decoration:none; }


/* Design Einstellungen */
#wirklichalles{
	position: absolute;
	width: 100%;
	height: 774px;
	background-image: url(imgs/bg.jpg); background-repeat: no-repeat;background-position: top center;
}

#header{
	position: absolute;
	width: 900px;
	height: 451px;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	background-image: url(imgs/header.jpg);
	z-index: 2;
	background-repeat: no-repeat;
}

#alles{
	position: absolute;
	top: 451px;
	left: 50%;
	width: 800px;
	margin-left:-400px;
	visibility: visible;
}

#content{
	background-color:#f4f4f4;
	padding: 15px;
}

/* Content Einstellungen */
.buttons{
	font-size: 12px;
	font-family: Helvetica;
}

.titel{
	font-variant: small-caps;
	font-size: 18px;
	line-height: 1.25em;
	color: #2d71b0;
}

.titel2{
	font-variant: small-caps;
	font-size: 14px;
	line-height: 1.25em;
	color: #2d71b0;
}
