@CHARSET "ISO-8859-15";

#Layout {
	width:1020px;
	height:800px;
	margin:auto;
	position:relative;
	top:50%;
	margin-top:-400px;
}

#LayoutHeader {
	width:1020px;
	height:200px;
}

#LayoutNavi {
	width:1020px;
	height:30px;
	background:url(/images/Navigation.jpg) no-repeat left top;
}

#LayoutNavi td{
	padding:0px;
}

#LayoutNavi ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#LayoutNavi ul li
{
	float:left;
	margin:7px;
}

#LayoutNavi ul li a{
	font-weight:bold;
	text-decoration:none;
}

#LayoutNavi ul li a:hover{
	color:black;
}

#LayoutNavi ul li a.current{
	color:black;
	text-decoration:underline;
}

#LayoutBody{
	width:1020px;
	height:570px;
	background:url(/images/Content.jpg) no-repeat left top;
	overflow:auto;	
}

#LayoutBody .layout-inner{
	padding:10px;
	color:#928888;
}

#LayoutHeader.st_poelten{
	background:url(/images/header_stp.jpg) no-repeat left top;	
}

#LayoutHeader.linz{
	background:url(/images/header_linz.jpg) no-repeat left top;	
}

#LayoutHeader a{
	display:block;
	width:1020px;
	height:200px;
}


