body {
	
}

#page {
	margin: auto;
}

img {
	display: block;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* PAGE */
#page {
	width: 900px;
}

/* FOOTER */
#page #footer {
	margin: 25px 0 0 0;
}

/* NAVIGATION */
#page #nav {
	overflow: hidden;
}
#page #nav ul {
	overflow: hidden;
	display: block;
	float: left;
}
#page #nav ul li {
	 display: block;
	float: left;
}
#page #nav ul li a{
	display: block;
	height: 43px;
}
#page #nav h1 {
	display: block;
	float: right;
}

/* IMAGE REPLACEMENTS */
/* NEWS */
#page #nav a#nav_news {
	background: transparent url("../images/layout/navi_1_news_off.gif") no-repeat;
	text-indent: -3000px;
	 /* Image Width: */
	width: 70px;
}
/* NEWS HOVER */
#page #nav a#nav_news:hover {
	background: transparent url("../images/layout/navi_1_news_on.gif") no-repeat;
}

/* GALLERY */
#page #nav a#nav_gallery {
	background: transparent url("../images/layout/navi_2_gallery_off.gif") no-repeat;
	text-indent: -3000px;
	 /* Image Width: */
	width: 70px;
}
 /* GALLERY HOVER*/
#page #nav a#nav_gallery:hover {
	background: transparent url("../images/layout/navi_2_gallery_on.gif") no-repeat;
}

/* PEOPLE */
#page #nav a#nav_people {
	background: transparent url("../images/layout/navi_3_people_off.gif") no-repeat;
	text-indent: -3000px;
	 /* Image Width: */
	width: 60px;
}
/* PEOPLE HOVER*/
#page #nav a#nav_people:hover {
	background: transparent url("../images/layout/navi_3_people_on.gif") no-repeat;
}

/* COMPANY */
#page #nav a#nav_company {
	background: transparent url("../images/layout/navi_4_company_off.gif") no-repeat;
	text-indent: -3000px;
	 /* Image Width: */
	width: 80px;
}
/* COMPANY HOVER*/
#page #nav a#nav_company:hover {
	background: transparent url("../images/layout/navi_4_company_on.gif") no-repeat;
}

/* WORLDWIDE */
#page #nav a#nav_worldwide {
	background: transparent url("../images/layout/navi_5_worldwide_off.gif") no-repeat;
	text-indent: -3000px;
	 /* Image Width: */
	width: 90px;
}
/* WORLDWIDE HOVER*/
#page #nav a#nav_worldwide:hover {
	background: transparent url("../images/layout/navi_5_worldwide_on.gif") no-repeat;
}


/* CONTENT */
#page #content {
padding: 35px 25px 0 25px;
overflow: hidden;
clear: both;
}

#page #content h2 {
	margin: 0 0 24px 0;
	display: block;
    clear: both;
}

#page #content h3 {
	margin: 0 0 9px 0;
}
#page #content h4 {
	margin: 0 0 16px 0;
}



/* NEWS */
#page #content .left_col {
	float: left;
	width: 575px;
	margin: 0 25px 0 0;
}
#page #content .right_col {
	float: left;
	width: 250px;
}
#page #content ul.news_teaser li {
	display: block;
	margin: 0 0 30px 0;
}

/* PEOPLE */
#people_content {
	padding: 0 60px 0 60px;
	height: 189px;
}
#faces {
	background: transparent url(../images/people/leiste.gif) no-repeat left bottom;
	padding: 0 60px 39px 60px;
	width: 730px;
	position: relative;
	overflow: hidden;
}
#faces ul li {
	float: left;
}
#faces ul li a img {
	display: block;
}
#faces ul li a {
	position: relative;
	padding: 20px 0 0 0;
	display: block;
}
#faces ul li a img.tooltip {
	position: absolute;
	top: 0px;
	display: none;
}
#faces ul li a:hover img.tooltip {
	display: block;
}
#faces a.next {
	position: absolute;
	right: 0px;
	bottom: 39px;
}
#faces a.back {
	position: absolute;
	left: 0px;
	bottom: 39px;
}

/* COMPANY */
#content div.company_row {
	overflow: hidden;
	margin: 16px 0 50px 0;
}
#content div.company_row ul {
	list-style: disc;
	padding: 0 0 0 15px;
}
#content div.company_row .left_col {
	width: 482px ! important;
}
#content div.company_row .right_col {
	width: 300px ! important;
}

.cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.cf {display: inline-block;}  /* for IE/Mac */

.cf {
	zoom: 1;     /* triggers hasLayout */
	display: block;     /* resets display for IE/Win */
}  

