/*	==========================
	CSS by Patrick Beeli
	www.buerobeeli.ch  
	==========================  */
html {
	height: 100%;
}
body {
	background: #fff url(back.jpg) repeat-y 980px 0px;
	font-size: 14px;
	font-family: Trebuchet ms,Arial,Verdana,Helvetica,sans-serif;	
	color: #000;
	padding: 0;
	margin: 0;
	height: 100%;
}
a, a:visited, a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #ddd;
}
h1 {
	color: #06f;
	font-size: 22px;
}
h2 {
	font-size: 18px;
	color: #333;
	margin: 34px 0 10px 0;
}
h3 {
	font-size: 14px;
}
h4, h5, h6 {
	font-size: 12px;
}
img {
	border: 0;
}
p {
	margin: 0 0 8px 0;
}

/*	==========================
	Box
	==========================  */
#box {
	background-color: #fff;
	margin: 0;
	padding: 0;
	width: 980px;
	height: 100%;
}

/*	==========================
	Header
	==========================  */
#header {
	background-color: #06f;
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	height: 220px;
}
#banner {
	float:left;
	margin: 0 0 0 40px;
}
#title {
	color: #fff;
	margin: 24px 0 0 620px;
	font-size: 40px;
	line-height: 48px;
}
/*	==========================
	Inhalt
	==========================  */
#content {
	width: 806px;
	margin: 280px 20px 20px 40px;
	float: left;
}
.title {
	color: #06f;
}
tr	{
	vertical-align: top;
}
td {
	padding: 2px 10px 2px 0;
}
/*	==========================
	Fusszeile
	==========================  */
#footer {
	clear: left;
	margin: 20px 0 20px 40px;
	padding: 6px 0;
	width: 960px;
	height: 18px;
	border: 0;
}
