/*------------------------------------------------------------------
Master 
--------------------------------------------------------------------
Project:		Alpinamed AG
Version:		1.0
Last change:	7/5/08
Assigned to:	MediaMotion / (ed)
Primary use:	Template Layout
-------------------------------------------------------------------*/
/*
@import "konsumenten.css";
@import "typo.css";
*/


* {
	margin: 0;
	}
	
	

	
.img { border: none;}

a img { border: none;}
	
	
html { overflow-y:scroll; }	
	
	
html, body {
	height: 100%;
	text-align: center;
	font-family:Verdana, Helvetica, Sans-Serif;
	font-size:12px;
	background-image:url(../_img/pageBG.gif);
	}
	
	
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -156px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	width: 970px;
	font-size: 0.9em;	
	text-align: left;
	background-image:url(../_img/contentBG.gif);
	background-repeat:repeat-y;
	}
	
	
.contentBox {
	padding:0;
	margin:0;
	}
	
	
.pageTitle {
	background-color:#FFF;
	height:24px;
	border-bottom: 3px solid #55ad3f;
	width:500px;	
	}	
	
	
#mainContent {
	padding:10px 0 0 0;
	}	
	
	
.rootBox {
	width:970px;
	height:17px;
	padding:0 0 0 20px;
	background-image:url(../_img/rootBG.gif);
	background-repeat:no-repeat;
	}
	
#searchBG{
	float:left;
	width:180px;
	padding-left:10px;
	background-color:#dfebe1;
	height:17px;
	}
	
#breadCrumb{
	height:16px;
	padding-top:1px;	
	}				
	
	
.theleftBox {
	float:left;
	width:220px;
	padding:0 0 0 20px;
	}
	
	
.theConentBox {
	padding:0;
	float:left;
	width:500px;
	}		
	
	
.theRightBox {
	float:left;
	width:230px;
	}
	
.metaIcons {
	width:220px;
	padding-right:10px;
	padding-top:10px;
	height:30px;
	text-align:right;
	background-color:#FFFFFF;
	}		
	
.rightNavBox {
	padding:0 10px 0 40px;
	}	
	
.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
	}


.header {
	height: 200px;
	}
	
.headerImage {
	width:180px;
	padding:0 10px 0 10px;
	}	

	
.footer {
	position: relative;
	width: 970px;
	margin: 0 auto;
	background-image:url(../_img/footerBGHandel.gif);
	background-repeat:no-repeat;
	bottom:-14px;
/*left:0pt;
position:relative;
background-color:#666666;
	margin: 0 auto;*/
	}
	
	
.navigationBox	{
	width: 178px;
	background-color:#dfebe1;
	min-height:300px;
	padding:13px 6px 0 6px;
	}
	
	
.naviBoxBG {
	background-color:#edf2ee;
	min-height:294px;
	}
	
#metaNavivation {
	z-index:80;
	position:absolute;
	top:13px;
	left:20px;
	}		
	
#logo {
	/*z-index:90;*/
	left:48px;
	top:25px;
	position:absolute;
	width:163px;
	height:103px;
	background-image:url(../_img/logo.png);
	background-repeat:no-repeat;
	}
	
#languageSwitcher {
	z-index:95;
	position:absolute;	
	right: 48px;
	top:13px;
	text-align:right;
	}
	
#greenField {
	/*z-index:1;*/
	position:absolute;
	top:183px;
	left:20px;
	width:190px;
	height:17px;
	background-color:#dfebe1;
	}			
	
	

