/*******
******** MAIN STYLES FOR LAYOUT */

* {
	margin: 0px; padding: 0px;
}

body {
	background-color: #efd5dd; text-align: center; color: #69227f;
}
body, input, select, textarea {
	font-family: Arial, serif;
}

a {
	color: #bf4a8e; text-decoration: underline;
}
a:hover {
	color: #540f6d; text-decoration: none;
}

hr {
	border: 0px; height: 1px; color: #e85596; background-color: #e85596;
}

ol ol, ol ul, ul ol, ul ul, td p, td td, td h3, td input, td select, td textarea, p input, p select, p textarea {
	font-size: 100%;
}
h1 {
	font-size: 110%;
}
td {
	padding: 2px 4px;
}
td p {
	margin: 0px !important;
}

fieldset {
	border: 0px;
}
legend {
	display: none;
}

acronym {
	border-bottom: 1px dotted #00457c;
}


/* Just for print */
.printB, .printI, .printT {
	display: none;
}



/* MAIN LAYOUT */

#body {
	width: 915px; text-align: left; margin: 0px auto; background: transparent url(../images/main-bg.gif) left top repeat-y;
}

/* LANGUAGE MENU */
#lang {
	padding-top: 99px; height: 52px; float: right; width: 208px; background: transparent url(../images/lang-menu-bg.gif) 0px 0px no-repeat;
}
#lang li.lang0 {
	width: 104px; background: transparent url(../images/lang-menu-de-bg.gif) 0px 1px no-repeat;
}
#lang li.lang1 {
	width: 104px; background: transparent url(../images/lang-menu-en-bg.gif) 0px 1px no-repeat;
}

/* MAIN MENU */
#menu {
	float: right; width: 615px; height: 52px; padding-right: 92px; padding-top: 99px; background: transparent url(../images/menu-bg.gif) left top no-repeat;
}
#menu li {
	background: transparent url(../images/menu-item-normal.gif) left top no-repeat;
}
#menu li.current {
	background: transparent url(../images/menu-item-active.gif) left top no-repeat;
}
/* SUBMENU */
/* 1st */
.submenu1, .submenu2 {
	list-style-type: none;
}
.submenu1 li, .submenu2 li, .submenu1 li a, .submenu2 li a {
	vertical-align: text-bottom; font-size: 0px;
}
/* 2nd */
.submenu2 {
	margin-left: 20px; margin-top: 4px;
}

/* LANGUAGE MENU & MAIN MENU */
#lang li, #menu li {
	float: left; width: 103px; height: 52px; list-style-type: none;
}
#lang li a, #menu li a {
	display: block; width: 103px; height: 52px; text-align: center;
}
#lang li a img, #menu li a img {
	margin-right: 5px;
}
#lang li a span {
	display: none;
}

/* HEADER */
#header {
	clear: both; height: 547px; background: #e89cbf url(../images/home-main-pic.gif) 66px top no-repeat;
	font-size: 10px; color: #e89cbf;
}

/* FOOTER */
#footer {
	clear: both; height: 38px; line-height: 1.6em; background: #e89cbf url(../images/footer.gif) center no-repeat; color: white; padding-left: 729px;
	font-size: .7em;
}
#footer a {
	color: white;
}
#footer a:hover {
	color: #540f6d;
}

/* GOOGLE MAP */
#google-map {
	width: 410px; height: 410px;
}