/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(../img/bgbox0.gif);
	background-repeat: repeat-y;
	background-position: center;
/*	margin-bottom: 10px;*/
}
ul { 
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
}
li {
	padding: 0; 
	margin: 0; 
}
/* for friend ie (because 0 is more than 1 :) */
li { _padding-top: 1px;  }
img {
	border: 0px;
}
td {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

input {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
}

#wrapper1 {
	width: 100%;
	min-width: 1000px;
}

#wrapper2 {
  position: relative;
	width: 1000px;
	margin: auto;
	_margin-left: expression(Math.max(0, Math.round((document.body.clientWidth - 1000) / 2)));
/*	_margin-right: 20px;
	min-height: 593px;
	_height: 593px; */
	/*
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-top: 0;
	border-bottom: 0;*/
}

a {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B69D53;
	text-decoration: none;
}
a:hover {
	color: #D7001F;
}

/* /////////////////////////////////////////////////////////////////////////////////// */
.homebg {
	position: relative;
	width: inherit;
	_width: 100%;
	height: 370px;
	/*
	min-height: 350px
	max-height: 700px
	*/
	overflow: hidden;
}
.homebg img {
	position: absolute;
	top: 0;
	left: 0;
}

.med_logo {
	position: absolute;
	z-index: 1000;
	top: 25px;
	left: 838px;
	width: 150px;
	height: 50px;
}

/* menu/nav {{{ */
.nav {
	position: relative;
	z-index: 100;
	width: inherit;
	_width: 100%;
	height: 181px;
}

.navcols {
	position: absolute;
	margin-left: 18px;
	z-index: 500;
	width: 982px;
	height: 181px;
}

.navrowbg {
	position: absolute;
	width: inherit;
	_width: 100%;
	height: 17px;
	top: 164px;

	opacity: 0.5;
	filter: alpha(opacity=50);
}

.navmain {
	position: relative;
	height: 17px;
	top: 164px;

	float: right;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	
	font-size: 11px;
}
.navmain a {
	color: #D7001F;
	padding-left: 8px;
}
.navmain a:hover {
	color: #333333;
}
.navmainsep {
	color: #D7001F;
	margin-right: 0;
}

.menu {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	
	height: 181px;
}

.mainmenu {
	position: absolute;
	
	top: 164px;

	height: 17px;
		
	font-size: 11px;
		
	border: 0;
	margin: 0;
	padding: 0;
}
.mainmenu a {
	color: #D7001F;
	padding-left: 8px;
}
.mainmenu a:hover {
	color: #333333;
}
.mainmenuactive {
	background-color:#CBDAD8;
}

.menuitems {
	position: absolute;
	height: 160px;
	
	border: 0;
	margin: 0;
	padding: 0;
	
	overflow: hidden;
}
.menuitems tr td{
	vertical-align: bottom;
}

.menuitemsshow {
	display: block;
}
.menuitemshide {
	display: none;
}

.menuitem { 
	font-size: 11px;

	border: 0;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
		
	background-repeat: no-repeat;
	background-position: 8px 6px; 
	background-image: url(../img/menu_bullet.gif);
	
	overflow: hidden;
}
.menuitem a{
	color: #333333;
	overflow: hidden;
}
.menuitem a:hover{
	color: #D7001F;
	overflow: hidden;
}
.menuitemactive a{
	color: #D7001F;
}

.contentmenu {
	position: relative;
	
	margin: 0;
	padding: 0;
	
	margin-left: 320px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contentmenu table {
	width: 500px;
	border: 1px solid #CCCCCC;
}

.contentmenuitemactive {
	/*background-color:#CBDAD8;*/
}
.contentmenuitemactive a{
	color: #D7001F;
}

.contentmenuitemactive li {
	background-color: white;
}
.contentmenuitemactive li a {
	color: black;
}
.contentmenu table ul li ul li {
	padding-left: 12px;
	background-position: 1px 6px; 
}

/* \ mac ie hack */
.tranparentnavcol {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
/* */
/* }}} */


.listing {
	border: 0;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	
	background-repeat: no-repeat; 
	background-position: 8px 7px; 
	background-image: url(../img/list_bullet.gif);
}

.contentmainimage {
  position: absolute;
	margin-top: 81px;
	margin-left: 18px;
}

.contentmainimage div.logo {
	width: 305px;
}
.contentmainimage div.logo img {
	float: right;
}
	
.contentmainimagepopup {
  position: absolute;
	margin-top: 81px;
	margin-left: 18px;
  z-index: 1000;
  cursor: pointer;
}

.content {
	width: inherit;
	_width: 100%;
	height: 300px;
	min-height: 300px;
	display: table;
	
	margin: 0;
	padding: 0;
	padding-bottom: 18px;
}

.contentrow {
	clear: left;
	margin: 0;
	padding: 0;
	
	padding-left: 18px;
	padding-right: 150px;
	padding-top: 2px;
}

.contenttitle {
	position: relative;
	
	color: #D0C39F;
	font-weight: bold;
	font-size: 18px;

	margin: 0;
	padding: 0;
	
	margin-top: 51px;
	margin-left: 320px;
	margin-bottom: 10px;
	
	text-transform: uppercase;
}
.contenttitletext {
	color: #D7001F;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 0 0 10px 320px;
}

.contentsubtitle {
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 2px 0 5px 320px;
}
/* \ mac ie hack */
.contentsubtitlehightlight {
	border: 1px;
	border-style: solid;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: #B69D53;
	
	padding-top: 15px;
	padding-bottom: 15px;
	
	opacity: 0.85;
	filter: alpha(opacity=85);
}
/* */
.contentsubtitleleft {
	position: absolute;
	float: left;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	width: 305px;
	margin: 0;
	padding: 2px 0 5px 0;
	text-align: right;
}
.contentsubtitlehighlightbar {
	width: inherit;
	_width: 100%;
	
	height: 10px;
	background-color: #EBF2F5;
}

.contentimage {
	position: relative;
	z-index: 20;
	
	margin: 0;
	padding: 0;
	margin-right: 10px;
	
	clear: left;
	float: left;
}

.contenttext {
	position: relative;
	z-index: 10;
	
	margin: 0;
	padding: 0;
	
	padding-left: 320px;
	padding-bottom: 10px;
}
.contenttexthighlight {
	padding-top: 10px;
	background-color: #F3EFE1;
}

.contentfiles {
	margin: 0;
	padding: 0;
	
	border: 0px;
	/*border: 1px;
	border-style: solid;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: #B69D53;*/
	
	margin-top: 10px;
}
.contentfileswithouttext {
	margin: 0;
	padding: 0;
}

.contentfile {
	margin: 0;
	padding: 0;
	
	width: 250px;
	
	margin-top: 0px;
	
	float: left;
}

.listedcontent {
	margin: 0;
	padding: 0;
	background-color: #F6F3E9;
	margin-top: 10px;
}

.listedcontentleft {
	margin: 0;
	padding: 0;
	
	width: 305px;
	
	clear: left;
	float: left;
	
	vertical-align: top;
	
	color: #D7001F;
}

.listedcontentseperator {
	margin: 0;
	padding: 0;
		
	width: 5px;
}

.listedcontentright {
	margin: 0;
	padding: 0;
	
	width: 520px;
}
.listedtext {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.teamcontentsubtitle {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	margin-left: 320px;
	background-color: #E7DFC4;
}

.teamcontentwidth {
	width: 498px;
	_width: 500px;
}

.teamcontent {
	position: relative;
	z-index: 10;
	
	margin: 0;
	padding: 0;
	
	padding-left: 320px;
	padding-bottom: 10px;
}

.footer {
	width: 1000px;
	background-color: #FFFFFF;
	height: 50px;
	clear: both;
	position: relative;
	visibility: hidden;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}
.footer div.inner {
	position: relative;
	background-color: #E7DFC4;
	height: 50px;
}
.footer div.inner img.logo {
	position: absolute;
	top: 0;
	right: 0;
}
.footer div.inner div.bar {
	position: absolute;
	height: 10px;
	width: 996px;
	bottom: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* /////////////////////////////////////////////////////////////////////////////////// */
.news {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #D7001F;
	width: inherit;
	_width: 100%;
}
.newstext {
	margin: 0;
	padding: 0;
	
	padding-left: 25px;
	padding-top: 13px;
}
.newstext a {
	font-size: 14px;
	font-weight: bold;
	color: #D7001F;
}

.glossary {
	border: 0;
	border-bottom: 1px dotted #D7001F;	
	
	cursor: help;
}

.highlight {
	color: #D7001F;	
}

.translation_info {
	font-size: 9px;
	color: #D7001F;
	
	margin: 0;
	padding: 0;
}


.overlib_font { 
	vertical-align: top; 
	text-indent: 0; 
	
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.overlib_bg { 
	background: #D7001F; 
}
.overlib_fg { 
	background: #FFFFFF; 
}

.fumanmenudiv {
	position:relative;
	margin-top: 10px;
	margin-left: 340px;
	width: 200px;
	clear: both;
}

table.sitemap { 
	position: relative; 
	margin: 0; 
	padding: 0; 
}
table.sitemap td { 
	margin: 0; 
	padding: 0; 
	vertical-align: top;
}
table.sitemap td.sitemapchildren {
	padding: 10px 0px 0px 5px; 
}

table.sitemaplabel { 
	padding: 2px 2px 2px 2px; 
	border: 1px solid #949494; 

	background: #FCFCFC; 
}
table.sitemaplabel td {
	width: 100px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-indent: 0px;
}

#medi24online {
	position: absolute;
	right: 0; 
	z-index: 1000000;
	height: 35px;
	width: 110px;
}
#medi24online div.bg {
	height: 15px;
	width: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#medi24online div {
	height: 15px;
}
#medi24online div a {
	left: 0;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;	
	color: #D7001F;
	background-color:#CBDAD8;
}

.contentrow .fumanmenucontainer {
	padding-left: 320px;
}
.contentrow .fumanmenucontainer .fumanmenucontent {
	width: 520px;
}
.contentrow .fumanmenucontainer .fumanmenucontent div, .contentrow .fumanmenucontainer .fumanmenucontent h1, .contentrow .fumanmenucontainer .fumanmenucontent h2 {
		padding-left: 0;
		margin-left: 0;
}
