body {
	min-width: 800px;
	background: #d4ffff url('../img/Hintergrund.png') repeat;
}

#container {
	width: 750px;
	margin: 0px auto;
	background-color: #FFF;
}

#header {
	height: 80px;
	background: #fff url('../img/Header.png') no-repeat;
}

#header a {
	width: 100%;
	height: 100%;
	display: block;
}

#menu {
	width: 750px;
	height: 45px;
	background: transparent url('../img/bg_menu.png') repeat-y;
	overflow: hidden;
	margin-bottom: 4px;
}

#menu ul {
	margin: 15px 0px 0px 10px; 
}

#menu li {
	float: left;
	margin-right: 10px;
}

#menu li a {
	padding: 5px;
}

#menu .flags {
	margin: 7px 10px;
}

#banner {
	width: 100%;
	min-height: 80px;
	background-color: #A81414;
	margin-top: 4px;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

.clear {
	clear: both;
}

.contact{
	background-color: #7F8D95;
}



/***********/
/* CONTENT */
/***********/

.content {
	background-color: #fff !important;
}

.content .holder {
	margin-left: 30px;
	margin-bottom: 6px;
}


.inner_left {
	float: left;
	width: 480px;
	height: 385px;
	overflow-y: auto;
	background-color: #fff;
}

.inner_right {
	float: left;
	width: 270px;
	min-height: 385px;
}


/********/
/* HOME */
/********/

#home .inner_left {
	overflow: hidden;
}

#home #homeAbout {
	width: 320px;
	height: 135px;
}

#home #homeBrochure {
	width: 160px;
	height: 135px;
	overflow: hidden;
}

#home #homeBrochure a {
	height: 135px;
	width: 160px;
	display:  block;
	background: transparent url('../img/Brochure.png') no-repeat center -5px;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	padding-top: 105px;
}

#home #homeTechDoc,
#home #homeTranslation,
#home #homeNews {
	width: 160px;
	height: 250px;
	overflow-x: hidden;
}

#home #homeTechDoc .image,
#home #homeTranslation .image,
#home #homeNews .image {
	width: 160px;
	height: 50px;
	overflow: hidden;
}

#home #homeAbout .image {
	width: 320px;
	height: 50px;
	background: transparent url('../img/Home_About.png') no-repeat;
	overflow: hidden;
	display: block;
}

#home #homeTranslation .image {
	background: transparent url('../img/Home_Translation.png') no-repeat -2px;
}

#home #homeTechDoc .image {
	background: transparent url('../img/Home_TechDoc.png') no-repeat -2px;
}

#home #homeNews .image {
	background: transparent url('../img/Home_News.png') no-repeat -2px;
}


/*********/
/* ABOUT */
/*********/

.people {
	margin-top: 4px;
}

.person {
	background-color: #fff;
	float: left;
	width: 375px;
	margin: 0px 0px 0px 0px;
}

.photodiv {
	float: left;
	width: 123px;
	height: 135px;
	overflow: hidden;
}

.details {
	float: left;
	width: 250px;
}

.details div {
	margin: 10px 0px 0px 15px;
}
