/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#FFFFFF;
}
BODY {
	background-color:#000000;
	text-align:center;
}

A, A:link, A:active, A:visited {
	color:#FF6600;
	text-decoration:none;
}
A:hover {
	color:#FF6600;
	text-decoration:underline;
}

DIV#topContainer {
	width:100%;
	height:88px;
	background-color:#000000;
}
	DIV.top {
		width:755px;
		height:88px;
		background-color:#000000;
		text-align:left;
		margin-left:auto;
		margin-right:auto;
		position:relative;
	}
		DIV.topLogo {
			background-image:url(../img/HAAN_fotografie.gif);
			background-position:top left;
			background-repeat:no-repeat;
			background-color:#000000;
			width:229px;
			height:88px;
			position:absolute;
			top:0px;
			left:0px;
		}
		DIV.topImage {
			background-color:#000000;
			position:absolute;
			right:0px;
			bottom:0px;
		}
		DIV.topNavigation {
			background-color:#000000;
			position:absolute;
			top:72px;
			right:0px;
			height:8px;
			font-size:0px;
			line-height:0px;
		}

DIV.whiteLine {
	background-color:#FFFFFF;
	width:100%;
	height:1px;
	font-size:0px;
	line-height:0px;
}

DIV#mainContainer {
	width:100%;
	height:380px;
	background-color:#FF6600;
}
DIV#mainContainerHome {
	width:100%;
	height:380px;
	background-color:#000000;
}
	DIV.main {
		width:755px;
		height:380px;
		background-color:#000000;
		text-align:left;
		margin-left:auto;
		margin-right:auto;
		position:relative;
	}

DIV#navContainer {
	width:100%;
	height:27px;
	background-color:#000000;
}
	DIV.nav {
		width:755px;
		height:27px;
		background-color:#000000;
		text-align:left;
		margin-left:auto;
		margin-right:auto;
		position:relative;
	}
		DIV.navInfo {
			position:absolute;
			top:0px;
			left:0px;
			width:53px;
			height:27px;
		}
		DIV.navButtons {
			position:absolute;
			top:0px;
			right:0px;
			width:auto;
			height:27px;
			float:right;
		}