/* ---- Page ------------------------------------------- */

html, body, div, table, td, th {
	margin: 0;
	padding: 0;
	font-family: "DejaVu Sans", "Bitstream Vera Sans", sans-serif;
	font-size: 11pt;
}

html, body {
	color: #333;
	background-color: #f6f6f6;
	/* IE6 */
	text-align: center;
}

table {
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
}

tt {
	color: #f60;
}

/* ---- Links ------------------------------------------ */

a {
	color: #08c;
	text-decoration: none;
}

a:hover {
	color: #0ae;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

/* ---- Header (ginko) --------------------------------- */

#header_ginko {
	position: relative;
	width: 100%;
	height: 120px;
	z-index: 49;
	border-bottom: 1px solid #b3b3b3;
}

#header_ginko #header_center {
	position: relative;
	width: 900px;
	height: 120px;
	margin: 0px auto;
	background-image:url('images/header_ginko_center.png');
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 51;
}

#header_ginko #header_center h1 {
	display: none;
}

#header_ginko #header_left, #header_ginko #header_right {
	position: absolute;
	top: 0;
	width: 50%;
	height: 120px;
	background-repeat: repeat-x;
	z-index: 50;
}

#header_ginko #header_left {
	left: 0;
	background-image:url('images/header_ginko_left.png');
}

#header_ginko #header_right {
	right: 0;
	background-image:url('images/header_ginko_right.png');
}

/* ---- Main ------------------------------------------- */

#main_body {
	position: relative;
	width: 960px;
	margin: 0px auto;
	margin-top: 10px;
	overflow: hidden;
	z-index: 49;
	/* IE6 */
	text-align: left;
}

#main_left {
	position: relative;
	margin-left: 1px;
	width: 708px;
	overflow: hidden;
	z-index: 50;
}

#main_right {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-right: 1px;
	width: 240px;
	overflow: hidden;
	z-index: 50;
}

.main_text {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2ex;
	padding-right: 2ex;
	background-color: white;
	border: 1px solid #b3b3b3;
	z-index: 51;
}

/* ---- Company Description ---------------------------- */

#main_left_text1 {
}

#main_body .list1 {
	margin-top: -1ex;
}

#main_body .list1 li {
	padding-top: 1ex;
}

#main_body .list2 li {
	padding-top: 0;
}

/* ---- Impressum -------------------------------------- */

#main_left_text2 {
	margin-top: 10px;
}

/* ---- Contact Box ------------------------------------ */

#main_right_text1 {
	padding-bottom: 2ex;
}

/* ---- Footer ----------------------------------------- */

#footer {
	position: relative;
	width: 960px;
	margin: 0px auto;
	margin-top: 10px;
	text-align: right;
}

#footer #footer_text {
	position: relative;
	width: 100%;
	color: #666;
	font-size: 8pt;
}

