* {
	font-family: Verdana, Helvetica, Geneva;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a { text-decoration: underline; }

img { border: 0px; }

table { table-layout: fixed; }

input, textarea, option {
		border-color: #575656;
		border-width: 1px;
		border-style: solid;
		background: #ffffff;
		width: 100%;
		margin-bottom: 10px;
}

div#zentrieren {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 920px;
	height: 560px;
	margin: -280px 0px 0px -460px;
}

div#logo {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 170px;
	height: 170px;
	border: 1px solid #575656;
	text-align: center;
}

div#navigation { 
	position: absolute;
	top: 204px; 
	left: 0px;
	height: 396px;
}

div#boxTop, div#boxBottom  {
	left: 0px;
	position: absolute;
	width: 919px;
	height: 22px;
	border: 1px solid #575656;
}

div#boxTop { top: 0px; }
div#boxBottom { top: 537px; }

div#boxMainOuter {
	position: absolute;
	top: 30px;
	left: 174px;
	width: 745px;
	height: 499px;
	border: 1px solid #575656;
	background: url(../images/background.gif) no-repeat center;
}

div#boxAddressLeft {
	position: absolute;
	top: 337px;
	left: 0px;
	width: 170px;
	height: 192px;
	border: 1px solid #575656;
	text-align: center;
}

div#adressLeft {
	position: absolute;
	top: 445px;
	left: 10px;
}

div.logout {
	font-weight: bold;
	position: absolute;
	top: 405px;
	left: 10px;
}

.icons { 
	height: 20px;
	width: 20px;
}

.hgt {
	height: 35px;
	vertical-align: baseline;
}

.bgGray { background-color: #e6e6e6; }

.intraLogo { margin-top: 20px; }

.naviNormal, .naviNormalHover { 
	position: relative; 
	border: 1px solid #575656;
	margin-top: 0px;
	margin-bottom: 2px;
	text-decoration: none;
	width: 170px;
}
.naviNormalHover{ background-color: #e6e6e6; }
.noUnderline { text-decoration: none; }
.bold { font-weight: bold; }


