/* BGT Global CSS */
/* MilkyMEDIA FfM */
/* 2009-10-12 */

html {
/*	height: 100%; */
}


body {
/*	height: 100%; */
	background: #EFEFEF;
/*	padding-bottom: 10px;*/
}





#wrapper-global {
/*	position: relative;
	min-height: 100%;
	*/
	text-align: left;
	margin: 0 auto;
	width: 900px;
	background: white;
/*	overflow: hidden; */
}

#header {
	position: relative;

	width: 900px;
	height: 230px;

	margin: 0 0 5px 0;
	/* background: #6AACCF; */
	background: #FFFFFF;
}

#slidesimple {
	position: absolute;
	top: 0;
}



/* Logo und Claim */
#wrapper-gbt-logo {
	position: absolute;
	top: 15px;
	left: 25px;
}

#gbt-logo {
	display: block;
	width: 178px;
	height: 115px;

	background: url( ../files/css-png/gbt-logo.png ) no-repeat;
	text-indent: -1000px;
}

#gbt-claim {
	display: block;
	width: 189px;
	height: 31px;

	background: url( ../files/css-png/gbt-claim.png ) no-repeat;
	text-indent: -1000px;
}




















#wrapper-main {
	clear: both;
	margin: 0 25px;

	border-top: 1px solid #BFBFBF;
	overflow: hidden;

	padding: 10px 0;
}

#col-left {
/*	border: 1px solid green; */
	width: 130px;
	float: left;
	padding: 15px 0 0 0;
}

#col-center {
/*	border: 1px solid blue; */

	background: #F3F5FB; /* etwas dunkler: #EDF0F7; */
	width: 500px;
	float: left;
	margin: 0 0 0 25px;
	padding: 15px 5px 15px 15px;
}

#col-center-main {
	width: 360px;
	float: left;
}

#col-center-right {
	padding-top: 20px;
	width: 125px;
	float: right;
}



#col-right {
/*	border: 1px solid violet; */
	width: 150px;
	float: right;
	padding: 15px 0 0 0;
}

















/* Fußleiste */
#footer {
/*	position: absolute;
	bottom: 0; */
	width: 850px; /*900px;*/
	overflow: hidden;

	background: #8C8C8C;
	color: white;
	border-top: 5px solid #B2B2B2;

	padding: 4px 25px 12px 25px;
}

#footer p#copyright {
	float: left;
}

#footer ul#nav-footer {
	list-style: none;
	float: right;
}

#footer ul#nav-footer li {
	display: inline;
}

#footer ul#nav-footer li a {
	color: white;
	padding-left: 8px;
}























/* Navigation */
/* Navigation Service (horizontal) */
#nav-service {
/*	clear: both;
	float: left;*/
	width: 650px;/*900px;*/
	padding: 0 25px 0 185px
}

#nav-service ul {
	list-style: none;
	width: 100%;
/*	float: right;*/
}

#nav-service ul li {
	float: left;
/*	border-left: 1px solid #BFBFBF; */
}

#nav-service ul li a {
	display: block;
	float: left;
/*	padding: 0 14px; */
	padding: 0 10px;
	color: #666666;
	border-bottom: 3px solid white;
}

#nav-service ul li a:hover {
	text-decoration: none;
	font-weight: normal;
	color: black;
}

#nav-service ul li.current a {
	border-bottom: 3px solid #BFBFBF;
}


















/* Navigation Unternehmen (horizontal) */
/* und Aktuelles Link */
#nav-news {
	border-bottom: 1px solid #BFBFBF;
}
#nav-news,
#nav-company ul {
	list-style: none;
/*	font-size: 12px; */
}

#nav-company ul li {
	border-bottom: 1px solid #BFBFBF;
}

#nav-news a,
#nav-company ul li a {
	color: #9C9D9F;
	display: block;
/*	padding: 3px 3px 0 3px;*/
	padding: 3px 3px 0 22px;
	border-bottom: 2px solid white;
}

#nav-news a:hover,
#nav-company ul li a:hover {
	text-decoration: none;
	font-weight: normal;
	color: black;
}

#nav-news a.current,
#nav-company ul li.current a {
	border-bottom: 2px solid #BFBFBF;
}



/* Icons einsetzen */
#nav-company #navitem-news a,
#nav-news a {
	background: url( ../files/css-gif/icon-aktuelles.gif ) no-repeat 2px 3px;
}

#nav-company #navitem-unternehmen a {
	background: url( ../files/css-gif/icon-unternehmen.gif ) no-repeat 2px 3px;
}

#nav-company #navitem-projektentwicklung a {
	background: url( ../files/css-gif/icon-projektentwicklung.gif ) no-repeat 2px 3px;
}

#nav-company #navitem-immoservices a {
	background: url( ../files/css-gif/icon-immoservices.gif ) no-repeat 2px 3px;
}

#nav-company #navitem-wohnmanagement a {
	background: url( ../files/css-gif/icon-immomanagement.gif ) no-repeat 2px 3px;
}

#nav-company #navitem-gewerbemanagement a {
	background: url( ../files/css-gif/icon-gewerbemanagement.gif ) no-repeat 2px 3px;
}

#nav-company #navitem-mietmanagement a {
	background: url( ../files/css-gif/icon-mietmanagement.gif ) no-repeat 2px 3px;
}


/*icon-miet-management.gif
.gif
icon-immomanagement.gif
*/

