html, body {
    height: 100%;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}

#main {
	width:960px;
	margin:0 auto;
	text-align:left;
	background-image:url("../tpl/background.jpg");
	background-repeat:no-repeat;
	padding:0px 15px 0px 15px;
	min-height: 100%;
}

* html #main {height: 100%;}

#navi {
	width:960px;
	height:100px;
}

#navi ul {
	margin:0;
	padding:0;
	list-style:none;
}

#navi ul li {
	display:inline;
}

#navi ul li a{
	font-size:13px;
	display:block;
	float:left;
	padding:50px 9px 34px 9px;
	background:none;
	color:#999999;
	text-decoration:none;
}

#navi ul li a:hover{
	font-size:13px;
	display:block;
	float:left;
	padding:50px 9px 34px 9px;
	background:#e9e9e9;
	color:#444444;
	text-decoration:none;
}

#navi ul li a.active{
	font-size:13px;
	display:block;
	float:left;
	padding:50px 9px 34px 9px;
	background:#e9e9e9;
	color:#444444;
	text-decoration:none;
}

#headpic {
	width:630px;
	height:300px;
	float:left;
}

#logo {
	width:330px;
	height:300px;
	float:left;
	background-image:url("../tpl/logo.gif");
}

#headline {
	width:290px;
	height:123px;
	padding:70px 20px 0px 20px;
	text-align:right;
}

#headline h2 {
	font-size:26px;
	line-height:30px;
	color:#b2b2b2;
}
#subnav {
	width:200px;
	margin-right:30px;
	margin-top:50px;
	float:left;
}

#subnav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#subnav ul li a {
	width:170px;
	display:block;
	text-decoration:none;
	background:none;
	color:#999999;
	padding:4px 20px 4px 10px;
}

#subnav ul li a:hover {
	width:170px;
	display:block;
	text-decoration:none;
	background:#e9e9e9;
	color:#444444;
	padding:4px 20px 4px 10px;
}

#subnav ul li a.active {
	width:170px;
	display:block;
	text-decoration:none;
	background:#e9e9e9;
	color:#444444;
	padding:4px 20px 4px 10px;
}

#content {
	width:730px;
	float:left;
	margin-top:50px;
	line-height:1.5em;
	padding-bottom:50px;
}

#footer {
	clear:left;	
	height:35px;
	width:960px;
	background-color:#7f7f7f;
	position: fixed; 
	bottom: 0;
	color:#FFF;
	font-size:11px;
	padding-top:10px;
}

#footer td {
	font-size:11px;
	color:#FFF;
}

#footer td a{
	color:#FFF;
	text-decoration:none;
}

#footer td a:hover{
	color:#FFF;
	text-decoration:underline;
}

.pfeil {
	width:355px;
	height:60px;
	float:left;
	line-height:16px;
	margin-right:20px;
	margin-bottom:20px;
	display:block;
	
}

.pfeil a {
	width:325px;
	height:45px;
	display:block;
	color:#000;
	text-decoration:none;
	background-image:url("../tpl/akt.gif");
	padding-left:15px;
	padding-top:15px;
	padding-right:15px;
}

.pfeil a:hover {
	width:325px;
	height:45px;
	display:block;
	color:#000;
	text-decoration:none;
	background-image:url("../tpl/akthover.gif");
	padding-left:15px;
	padding-top:15px;
	padding-right:15px;
}


.pfeil2{
	width:355px;
	height:60px;
	float:left;
	line-height:16px;
	margin-right:0px;
	margin-bottom:20px;
	display:block;	
}

.pfeil2 a {
	width:325px;
	height:45px;
	display:block;
	color:#000;
	text-decoration:none;
	background-image:url("../tpl/akt.gif");
	padding-left:15px;
	padding-top:15px;
	padding-right:15px;
}

.pfeil2 a:hover {
	width:325px;
	height:45px;
	display:block;
	color:#000;
	text-decoration:none;
	background-image:url("../tpl/akthover.gif");
	padding-left:15px;
	padding-top:15px;
	padding-right:15px;
}
