html, body {
	text-align:center;
	margin:0px;
	padding:0px;
	background:#eee;
	font-family: Arial, Helvetica, Sans serif;
	font-size:12px;
}

#header {
	text-align:left;
	left: 0;
	right: 0;
	top: 4px;
	border: solid 0px #000;
	height: 106px;
	padding-top:44px;
	background: #09c;
	background-image:url("../images/topverlauf.jpg");
	background-repeat:repeat-x;
	width:780px;
	margin:0px auto;
}

#footer {
	border-top: solid 2px #F4C101;
	height: 97px;
	width:780px;
	margin:0px auto;
	padding-top:10px;
	/*background: #09c;*/
	background-image:url("../images/bgverlauf.gif");
	background-repeat:repeat-x;
	clear:both;
}

/* This bit does all the work */
#container {
	margin:0px auto;
	width:580px;
	position:relative;
	display:block;
	background:#fff;
	border-left:200px solid #f0d467;
	border-right:0px solid #a8a;
	overflow:visible;
	text-align:left;
	background-image:url("../images/footprint.jpg");
	background-repeat:no-repeat;
}

#left {
	text-align:left;
	float:left;
	position:relative;
	width:200px;
	margin-left:-200px;
	margin-right:0px;
	display:inline;
	padding-right:0px;
}

.clear {clear:both;height:1px;overflow:hidden;}

h1 {
	font-size: 15px;
	font-weight: bold;
	color:#F3C100;
	margin:0px;
	padding:20px 0 10px 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color:#737373;
	margin:0px;
	padding:20px 0 10px 0;
}

.foot {
	padding:0 10px;
	color:#666;
	text-decoration:none;
}

a.foot:link {
	color:#666;
	text-decoration:none;
}
a.foot:visited {
	color:#666;
	text-decoration:none;
}
a.foot:active {
	color:#666;
	text-decoration:none;
}
a.foot:hover {
	color:#666;
	text-decoration:underline;
}

a:link {
	color:#069;
	text-decoration:none;
}
a:visited {
	color:#069;
	text-decoration:none;
}
a:active {
	color:#069;
	text-decoration:none;
}
a:hover {
	color:#069;
	text-decoration:underline;
}

.lftmenu {
	line-height:36px;
	display:block;
	padding-left:25px;
	font-weight:bold;
	font-size: 13px;
	color:#737373;
}

a.lftmenu:link {
	color:#737373;
	text-decoration: none;
}

a.lftmenu:visited {
	color:#737373;
	text-decoration: none;
}

a.lftmenu:active {
	color:#737373;
	text-decoration: none;
}

a.lftmenu:hover {
	text-decoration: none;
	background-color: #006699;
	color: #FBF4D7;
}

.topmenu {
	text-align:center;
	padding:10px 10px 84px 10px;
	font-size: 13px;
	line-height:36px;
	font-weight:bold;
	color:#737373;
	border:0px solid #000;
	height:106px;
}

a.topmenu:link {
	text-decoration: none;
	color:#737373;
}
a.topmenu:visited {
	text-decoration: none;
	color:#737373;
}
a.topmenu:active {
	text-decoration: none;
	color:#737373;
}
a.topmenu:hover {
	text-decoration: none;
	color:#737373;
}

.trenner {
	padding:10px 0 10px 0;
	width:5px;
	background-image:url("../images/trenner.jpg");
	background-repeat:repeat-x;
	border:0px solid #000;
}

.picbox {
	padding:5px;
	float:right;
	margin-right:0px;
	border:0px solid black;
}
