

/* ---------  CSS by media.art 2009  ---------  */



body { 
    margin: 0; padding: 0;
	font: 13px/18px "Helvetica", Arial, Verdana, Geneva, sans-serif;
	overflow-y:scroll;
}

h1{
	font: bold 20px/34px "Helvetica", Arial, Verdana, Geneva, sans-serif;
	color: #ee7f01;
}

h2{
	font: bold 15px/16px "Helvetica", Arial, Verdana, Geneva, sans-serif;
	color: #ee7f01;
	margin-top: 20px;
}

ul{
	list-style-image: url("../bilder/bullet.gif");
	line-height: 20px;
	margin-left: -24px;
}

a:link {
	text-decoration: none;
	color: #ee7f01;
}
 
a:visited {
	text-decoration: none;
	color: #ee7f01;
}
 
a:active  {
	text-decoration: none;
	color: #ee7f01;
}

a:hover {
	text-decoration: underline;
}

table {
}

.agenda td {
 	border-bottom: 1px dotted #ababab;
	font-size: 12px;
	padding: 7px 0 7px 3px;
}

.agenda tr:hover {
background-color: #ee7f01;
}


  /* ----------------------------------- Header ----------------------------*/

.header {
	position:relative;
	width: 815px;
	left:0px;
	padding:0px;
	margin: 0px;
	z-index: 2;
}

  /* ----------------------------------- Navigation ----------------------------*/

.navi a {
	position: relative;
	color: #ee7f01;
	font: bold 13px/28px "Helvetica", Arial, Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-align: right; 
	width: 170px;
	padding-left: 5px;
	top: 37px;
}

.navi a:hover {
	color: white;
	background-color: #ee7f01;
	padding: 5px;
}

.navi_active a{
	position: relative;
	color: white;
	background-color: #ee7f01;
	font: bold 13px/28px "Helvetica", Arial, Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-align: right; 
	width: 170px;
	padding: 5px;
	top: 37px;	
}



  /* ----------------------------------- Content ----------------------------*/

.bodybox {
	position: absolute;
	left:50%;
	width: 815px;
	margin-left:-430px;
  	padding: 0px;
	background-image: url(../bilder/bg-contet.gif);
	height: 100%;
}

.content {
	position:absolute;
	width: 547px;
 	margin: 0px;
	z-index: 1;
	left: 188px;
	padding: 25px 40px 40px;
	top: 273px;
	background-color: #fdf9f4;

}

/* ----------------------------------- Footer ----------------------------*/

.footer {
    position:absolute;
    bottom:0px;
    width: 100%;
    z-index: 2;
	text-align: center;
}
