
	/* ==================================================
	     reality bytes neue medien gmbh
	     projekt:   6277_06 Windows Vista Microsite
	     erstellt:  2006-10-25 10:46:27, ds
	     geaendert: 
	=================================================== */

*{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

a, 
a:link, 
a:visited, 
a:hover{
	color: #000000;		
}

body{
	margin: 0px;
	background: url(../images/basic_bg-kachel.jpg) repeat-x;
}

div.fullwidthCenter{
	position: relative;
	margin: 0px auto;
	width: 760px;
}

div.contentBase{
	position: relative;
}

#navigation{
	height: 95px;
	overflow: hidden;
	position: relative;
}

	#medionlogo{
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	#navelements{
		position: absolute;
		top: 0px;
		left: 207px;
	}
	
	#navelements .separator{
		float: left;
	}
	
	#navelements a.nav_home_de{
		display: block;
		float: left;
		width: 59px;
		height: 41px;
		background: url(../images/nav_de_home_lo.gif) no-repeat;
	}
	
	#navelements a.nav_home_de:hover{
		background: url(../images/nav_de_home_hi.gif) no-repeat;
	}
	
	#navelements a.nav_company_de{
		display: block;
		float: left;
		width: 117px;
		height: 41px;
		background: url(../images/nav_de_company_lo.gif) no-repeat;
	}
	
	#navelements a.nav_company_de:hover{
		background: url(../images/nav_de_company_hi.gif) no-repeat;
	}
	
	#navelements a.nav_investorrelations_de{
		display: block;
		float: left;
		width: 155px;
		height: 41px;
		background: url(../images/nav_de_investorrelations_lo.gif) no-repeat;
	}
	
	#navelements a.nav_investorrelations_de:hover{
		background: url(../images/nav_de_investorrelations_hi.gif) no-repeat;
	}
	
	#navelements a.nav_home_en{
		display: block;
		float: left;
		width: 59px;
		height: 41px;
		background: url(../images/nav_en_home_lo.gif) no-repeat;
	}
	
	#navelements a.nav_home_en:hover{
		background: url(../images/nav_en_home_hi.gif) no-repeat;
	}
	
	#navelements a.nav_company_en{
		display: block;
		float: left;
		width: 85px;
		height: 41px;
		background: url(../images/nav_en_company_lo.gif) no-repeat;
	}
	
	#navelements a.nav_company_en:hover{
		background: url(../images/nav_en_company_hi.gif) no-repeat;
	}
	
	#navelements a.nav_investorrelations_en{
		display: block;
		float: left;
		width: 155px;
		height: 41px;
		background: url(../images/nav_en_investorrelations_lo.gif) no-repeat;
	}
	
	#navelements a.nav_investorrelations_en:hover{
		background: url(../images/nav_en_investorrelations_hi.gif) no-repeat;
	}
	
	#metanavigation{
		position: absolute;
		right: 0px;
		top: 26px;
	}
	
	#metanavigation a, 
	#metanavigation a:link, 
	#metanavigation a:visited, 
	#metanavigation a:hover{
		padding-left: 10px;
	}

#header{
	position: relative;
	height: 298px;
	height: 320px;
	overflow: hidden;
}

	#readyforvista{
		position: absolute;
		right: 0px;
		top: 20px;
	}
	
	#headerimg_gopalflash{
		width: 100%;
		height: 242px;;
	}
		
	#header a.homelink{
		position: absolute;
		top: 0px;
		left: 0px;
		display: block;
		height: 100%;
		width: 580px;
	}

#footer{
	line-height: 20px;
	text-align: center;
	margin: 0px 0px 60px 0px;
	padding-top: 20px;
}

/* Seite 'index' / Sprachauswahl */

#index_langchooser{
  width: 760px;
  height: 60px;
  padding: 20px 0px 0px 25px;
}

#index_langchooser .lang{
	margin-bottom: 5px;
	position: relative;
	width: 100px;
}

#index_langchooser a.langselect,
#index_langchooser a.langselect:link,
#index_langchooser a.langselect:visited,
#index_langchooser a.langselect:hover{
	color: #831218;	
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	float: left;
	width: 100px;
  text-decoration: none;
}

#index_langchooser span{
	display: block;
	padding-top: 3px;
	cursor: hand;
  text-decoration: underline;
}

