/* Ingeneurbüro Ostenrieder Startseite*/

html, body {
	height: 100%;
}

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #444444;
	background-color: #c2c4c1;
	background-image: url(../images/framework/bg_pattern.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#grosseklammer {
	position: relative;
	width: 980px;
	left: 50%;
	margin-left: -490px;	
	background: #FFFFFF url(../images/framework/bg_site_start-site.jpg) repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}



#headPic {
	width: 980px;
	height: 265px;
}

#headLine {
	width: 980px;
	height: 35px;
	background: url(../images/framework/bg_headline_start-site.jpg) no-repeat;
}

#logo {
	position: relative;
	left: 20px;
	top: 55px;
	width: 240px;
	height: 80px;
	z-index: 999;
}

#itemsContainer {
	position: relative;
	left: 0px;
	top: 21px;
	width: 980px;
	height: 365px;
	background: url(../images/framework/bg_helper.jpg) no-repeat;
}

#itemWelcome {
	position: absolute;
	left: 325px;
	top: 6px;
	width: 180px;
	height: 100px;
}

#itemProfile {
	position: absolute;
	left: 530px;
	top: 6px;
	width: 180px;
	height: 100px;
}

#itemMineplanning {
	position: absolute;
	left: 735px;
	top: 6px;
	width: 180px;
	height: 100px;
}

#itemAirborne {
	position: absolute;
	left: 530px;
	top: 120px;
	width: 180px;
	height: 100px;
}

#itemTerrestrial {
	position: absolute;
	left: 325px;
	top: 120px;
	width: 180px;
	height: 100px;
}

#itemGnss {
	position: absolute;
	left: 735px;
	top: 120px;
	width: 180px;
	height: 100px;
}

#itemGeo {
	position: absolute;
	left: 325px;
	top: 234px;
	width: 180px;
	height: 100px;
}

#itemAerial {
	position: absolute;
	left: 530px;
	top: 234px;
	width: 180px;
	height: 100px;
}

#itemFacilities {
	position: absolute;
	left: 735px;
	top: 234px;
	width: 180px;
	height: 100px;
}

#itemContact {
	position: absolute;
	left: 60px;
	top: 120px;
	width: 180px;
	height: 100px;
}

#itemLogin {
	position: absolute;
	left: 60px;
	top: 234px;
	width: 180px;
	height: 100px;
}

#itemsContainer h1 {
	color: #4c4c4c;
	font-size: 13px;
	font-style: italic;
}

.homepageBox {
	padding-left: 5px;
}

.itemHeadline {
	height: 20px;
	line-height: 20px;
	margin-left: -5px;
	text-indent: 5px;
	background: url(../images/framework/bg_items_start-site.jpg) no-repeat;
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 13px;
	font-style: italic;
}

.itemHeadline:hover {
	text-decoration: underline;
}

.itemText {
	margin-top: 7px;
	width: 178px;

}

.itemText a{
	text-decoration: none;
	color: #444444;
	line-height: 17px;
}

.itemText a:hover{
	text-decoration: underline;	
}

