html {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	overflow: hidden;
}

body {
	margin: 0px;
	overflow: hidden;
}

p {
	margin: 0px;
	padding: 0px;
	color: #007C67;
}

a {
	color: #007C67;	
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}

div.hr {
	margin: 2px 0px 2px 0px;
	border: 0px;
	border-top: 1px solid #007C67; 
}

div.logo {
	background-position: center top;
	background-repeat: no-repeat;
	cursor: pointer;
}

div#header {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	height: 350px;	
	z-index: 10;
	text-align: center;
}

div#header div.abstract {
	margin: auto;
	margin-top: 20px;
	width: 460px;
}

div#header div.abstract p {
	margin: 0px;
	padding: 0px;
	color: #007C67;
	line-height: 1.4em;
}

div#header div.slogan {
	margin: auto;
	margin-top: 20px;
	width: 350px;
}

div#header div.slogan p {
	font-size: 18px;
	font-family: Garamond, "Times New Roman", Times, serif;
	line-height: 1.1em;
}

div#header div.slogan p:first-child {
	font-size: 20px;
}

div#footer {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0px;
	height: 100px;
}

div#footer a {
	line-height: 1.5em;
	background-image: url(/_/img/ico/arrow.B.007C67FF.4.8.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 9px;
}

div#footer div.deco {
	position: relative;
	margin: auto;
	height: 100%;
	width: 450px;
}

div#footer div.deco div.plant {
	position: absolute;
	top: -600px;
	left: -370px;
	bottom: -10px;
	width: 400px;
	background-image: url(/_/img/bg/twin_hippies.400.602.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

div#footer div.contact {
	position: relative;
	top: -110px;
	margin: auto;
	height: 110px;
	width: 450px;
	background-color: white;
	z-index: 15;
}

div#footer div.contact p {
	margin: 0px;
	padding: 0px;
	color: #007C67;	
	font-size: 14px;
	line-height: 1.3em;
}

div#footer div.contact div.addr {
	position: relative;
	margin-bottom: 10px;
	width: 50%;
	text-align: center;
}

div#footer div.contact div.addr p {
	font-size: 11px;
}

div#footer div.contact div.addr p:first-child {
	font-size: 16px;
	font-family: Garamond, "Times New Roman", Times, serif;
}

div#footer div.contact div.BAD {
	float: left;
}

div#footer div.contact div.KA {
	float: right;
}

div#footer div.contact div.common {
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}

div#footer div.contact div.common a {
	position: relative;
	left: -20px;
	margin-left: 20px;
}

div#locale {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 70px;
	z-index: 20;
}

div#menu {
	position: absolute;
	top: 110px;
	right: 15px;
	z-index: 20;
	text-align: right;
	background-color: White;
}

div#menu p {
	line-height: 1.5em;
}

div#menu a {
	line-height: 1.5em;
	background-image: url(/_/img/ico/arrow.A.007C67FF.4.8.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 9px;
}

div#highlights {
	position: absolute;
	top: 290px;
	right: 15px;
	z-index: 20;
}

div#highlights div.std {
	margin-top: 10px;	
	width: 155px;
	text-align: left;
	background-color: white;
	border: 1px solid #007C67;
}

div#highlights div.std div.hdr {
	width: 155px;
	height: 18px;
	color: White;
	text-align: center;
	font-weight: bold;
	background-color: #007C67;
}

div#highlights div.std p {
	margin: 0px;
	padding: 3px;
}

div#highlights div.std a.text:hover {
	font-weight: normal;
}

div#highlights div.std a.more {
	font-size: 11px;
	font-style: italic;
	float: right;
}


div#locale div.LC {
	width: 30px;
	float: right;
	margin-left: 5px;
	cursor: pointer;
	background-repeat: no-repeat;
}

div#locale div.DE {
	height: 18px;
	margin-top: 1px;
	background-image: url(/_/img/flags/flag.DE.png);
}

div#locale div.US {
	height: 16px;
	margin-top: 2px;
	background-image: url(/_/img/flags/flag.US.png);
}

div#locale div.GB {
	height: 15px;
	margin-top: 3px;
	background-image: url(/_/img/flags/flag.GB.png);
}

div#locale div.RU {
	height: 20px;
	background-image: url(/_/img/flags/flag.RU.png);
}

