body {
	margin: 0;
	padding: 0 0 40px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-image: url(../img/bg_body.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fff;
	color: #5C574C;
}

#wrapper {
	margin: 0 auto;
	width: 897px;
	position: relative;
	padding: 213px 0px 0px 0px;
	text-align: left;     
	background-image: url(../img/bg_main.gif);
}

#main {
	position: relative; 
	margin: 0;
	width: 852px;
	min-height: 165px;
	padding: 50px 20px 10px 25px; 	
	background-image: url(../img/bg_darkborder.gif);
	background-position: 0 0px;
	background-repeat: no-repeat; 
}

#content { 
	position: relative;
	margin: 0 0 50px 200px; 
	width: 400px; 
	z-index: 3;
	line-height: 1.4em; 
}

#content a:hover {
	color: #999999;
}

#content img {
	border: 0;
}

#features {
	position: relative;
	width: 230px;     
	float: right;
	margin: 0 0 100px 0; 
	z-index: 3; 
}

a {
	text-decoration: none;
	color: #005187;
	font-weight: bold;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 897px;
	height: 213px;
	background-image: url(../img/worldmap.gif);
	background-repeat: no-repeat;
	padding: 0;
}

#logo img {
	margin: 15px 0 0 7px;
	border-width: 0;
}

#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 101px;
	left: 0px;
	width: 897px;
	height: 112px;
	font-size: 100%;
	text-align: center;
	z-index:2;
}

#nav ul {
	margin: 0;
	padding: 0 0 0 6px;
	position: absolute;
	left: 0;
	top: 0;	
}

#nav li {
	list-style-type: none; 
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #fff; 
	background-color: #dae3ef; 
	height: 108px;
}

#nav li.dark {
	background-color: #cad8e8;
}

#nav li#home  {
	background-image: url(../img/home.jpg);
	background-repeat: no-repeat;
	width: 125px;
	border-left: 1px solid #fff;
}

#nav li#aboutmarchgroup  {
	background-image: url(../img/about-march-group.jpg);
	background-repeat: no-repeat;
	width: 217px;
}

#nav li#coreinvestments  {
	background-image: url(../img/core-investments.jpg);
	background-repeat: no-repeat;
	width: 205px;
}  

#nav li#people {
	background-image: url(../img/people.jpg);
	background-repeat: no-repeat;
	width: 179px;
}

#nav li#contact  {
	background-image: url(../img/contact.jpg);
	background-repeat: no-repeat;
	width: 153px;
}

#nav li#home.active{
	background-image: url(../img/home-active.jpg); 
}

#nav li#aboutmarchgroup.active{
	background-image: url(../img/about-march-group-active.jpg); 
}

#nav li#coreinvestments.active{
	background-image: url(../img/core-investments-active.jpg); 
}

#nav li#people.active{
	background-image: url(../img/people-active.jpg); 
}

#nav li#contact.active{
	background-image: url(../img/contact-active.jpg); 
}

#nav li a {
	color: #005187;
	text-decoration: none;
	display: block;
	padding-top: 92px;
}

#nav li li a {
	padding-top: 0px;
}

#nav ul ul {
	display: none;
	position: absolute;
	top: 165px;
	left: 20px;
	width: 180px;
	background-image: none;
}

#nav ul li.active ul {
	display: block;
}

#nav ul ul li {
	float: none;
	position: relative; 
	margin: 0;
	padding: 0 0 0 12px;
	border-right-width: 0; 
	background-color: #fff; 
	height: auto;
	margin-bottom: 4px;
	text-align: left;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	border-bottom: 1px solid #fff;
}

#nav ul ul li.active {
	background-image: url(../img/bullet_active.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#nav ul ul li a {
	font-weight: normal;
}

#nav ul ul li.active a {
	font-weight: bold;
}

#sysnav {
	position: relative;  
	width: 897px;
	height: 50px;
	padding: 25px 0 0 0px;
	background-image: url(../img/bg_sysnav.gif);
	background-repeat: no-repeat;  
	clear: both;
}

#sysnav ul {
	position: absolute; 
	top: 25px;
	right: 20px;
	margin: 0;
	padding: 0;
	z-index: 2;
}

#sysnav li {
	position: relative;
	list-style-type: none; 
	float: left;
	margin: 0;
	padding: 0 5px 0 5px;
	border-left: 1px solid #005187;
}

#sysnav li.first { 
	border-left-width: 0;		
}

#sysnav a {
	color: #005187;
}

#copyright {
	position: relative;
	width: 872px;
	color: #005187;
	font-size: 90%; 
	background-color: #fff;
	padding-left: 25px;
	z-index: 1;
}
 
.newslist {
	list-style-type: none;
}

h1 {
	font-size: 130%;
	color: #005187;
	margin-top: 0;
}

h2 {
	font-size: 100%;
	color: #005187;
	font-weight: normal;
}

h3 {
	font-size: 100%;
	color: #005187;
	border-bottom: 1px solid #005187; 
	padding-bottom: 3px;
}

span.colored_background {
	background-color: #e0dae0;
	padding: 3px 3px;
}

li.visited a {
	color: #999999;
}

#sitemaplist {
}

#sitemaplist ul{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#sitemaplist ul li{
	line-height: 20px;
}

#sitemaplist ul ul{
	margin-left: 20px;	
}

#sitemaplist ul ul li a{
	font-weight: normal;
}


#sitemaplist a {
	color: #005187;  	
}

#newslist {
	margin-top: 50px;
}

#content ul.newslist a {
	color: #005187;
}

#content ul.newslist a:hover {
	color: #999999;
}

#content ul.newslist {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#content ul.newslist li {
	position: relative;
	margin-bottom: 1.2em;
}

#content ul.newslist li div.date {
	float: left;
	width: 100px;
	color: #999999;
}

#content ul.newslist li div.unternehmen {
	float: left;
	color: #999999; 
	margin-bottom: 0.5em;
}

#content ul.newslist li div.link {
	clear: left;
	margin-left: 100px;
}

#content .archive_link {
	padding-left: 100px;
}

br.clear {
	clear: both;
	line-height: 10px;
}



/* CLOCK */

div.time {
	text-align: center;
}

div.time div.time_time {
	font-size: 180%;
	color: #005187;
	margin-bottom: 1em;
}

/* WELTKARTE STANDORTE */
#bermuda, #luxemburg, #liechtenstein  {
	display: none;
	position: absolute;
	top: 260px;
	left: 0;
}

#weltkarte {
	position: relative;
	margin-bottom: 14em;
}

/* XStandard Images */

div.XStandardImage, img {
	display:block;
}

div.XStandardImage, div.XStandardImageLeft, div.XStandardImageRight {
	margin:0 0 10px 0;
}

div.XStandardImageLeft, img.XStandardImageLeft {
	float:left;
	display:inline;
	margin-right:10px;
}

div.XStandardImageRight, img.XStandardImageRight {
	float:right;
	display:inline;
	margin-left:10px;
}

div.XStandardImage img, div.XStandardImageLeft img, div.XStandardImageRight img {
	display:block;
}




/* Tabellen */ 

table, td, th, tr {
	border: 0;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	margin-bottom: 1em;
}

tbody th {
	width: 12em;
	padding-right: 0.7em;
}

tbody td, tbody th {
	padding-bottom: 0.4em;
}

table.vcard {
	width: 100%;
}

table.vcard td {
	padding-right: 1em;
}

table.vcard tr td:first-child {
	width: 120px;
}

table.vcard tr td:last-child {
	padding-right: 0;
}

table.vcard tr td.org {
	width: auto !important;
}

/* FORMULARE */

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 100%;
	border-width: 1px;
	background: #F8F6F3;
}

textarea {
	height: 120px;
}

input.button {
	width: auto;
	background: #005187;
	color: #FFF;
	margin: 1em 0;
	font-weight: bold;
	padding: 3px 8px;
}

.quickform_requirednote {
	margin: 1em 0;
	font-style: italic;
}

.formErrors {
	color: #A00;
	font-weight: bold;
	margin-bottom: 1em;
}