/* global styles */
body {
	margin:0;
	padding:0;
	background:#c5c4b2;
	
}

.clear {
    clear: both;
}

#header {
	position:relative;
	height:120px;
	width:100%;
	overflow:hidden;
	background:#fff;
	
}

#headercontent {
	margin:0 auto;
	width:934px;
	height:120px;
}

#legal {
	position:absolute;
	margin-top:5px;
}
a:focus {outline:none;}
#main {
	position:relative;
	z-index:1;
	width:100%;
	background:#e8e8e2;
}

#welcometext {
	background:url('../images/home_background.jpg') top left no-repeat;
	border:1px solid #e8e8e2;
	width:100%;
}

#content {
	margin:0 auto;
	width:934px;
}

#mainmenu {
	height:48px;
}

#footer {
	position:relative;
	z-index:0;
	width:100%;
	background:#c5c4b2 url('../images/footer_background.gif') left top repeat-x;
	background-position:0px -116px;
}

#footercontent {
	margin:0 auto;
	background:url('../images/footer_gradient.gif') top left no-repeat;
	background-position:0px -116px;
	width:934px;
	height:100px;
}
#f_huemer img, #f_pacher img, #f_schubhart img, #f_altendorfer img {
	margin-left:-5px;
	margin-top:-8px;
	border-bottom:2px solid #fff;
}
#f_huemer, #f_pacher, #f_schubhart, #f_altendorfer {
	padding:5px;
	margin-top:3px;
	cursor:pointer;
	
}
#f_huemer p, #f_pacher p, #f_schubhart p, #f_altendorfer p {
	color:#53534c;
}

#f_huemer p.whitefont, #f_pacher p.whitefont, #f_schubhart p.whitefont, #f_altendorfer p.whitefont {
	color:white;
}

