/*=========================================================================================== 
	Theme Name: mediWEB
	
	Version: 0.1
	Author: Patrick W. Fraley
===========================================================================================*/


/* haupt sektion
-------------------------------------------------------------------------------------------*/

body {
	font-family: Verdana, Helvatica, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 112px 0 0 215px;
}

div#pageHead {
	width: 500%;
	height: 79px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	background: #FFF url("../../img/logo.jpg") no-repeat top left;
	border-top: 1px solid #1d657d;
	overflow: hidden;
	z-index: 99;
}

div#tabNav {
	width: 500%;
	height: 31px;
	margin: 0px;
	padding: 0 0 0 10px;
	position: absolute;
	top: 79px;
	left: 0;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	background: #dedede;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #1f617b;
	overflow: hidden;
	z-index: 99;
}
div#tabNav a {
	font-weight: bold;
}
div#pageSidebar {
	width: 180px;
	position: absolute;
	left: 0px;
	top: 111px;
	height: 100%;
	background: #dedede;
}
div#mM4Logo {
	position: absolute;
	bottom: 145px;
	left: 0px;
	width: 100%;
	display: none;
}
div#pageOutput {
	padding: 5px 10px 5px 5px;
}
div#noScriptWarn {
	background: red;
	color: #666;
	font-size: 18px;
	text-align: center;
	width: 90%;
}
div#pageFooter {
	width: 500%;
	height: 20px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0;
	left: 216px;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	background: #C0D0A1 url(../../img/logo_grau.gif) no-repeat center center;
	border-top: 1px solid #869171;
	z-index: 99;
}
@media screen{
	body>div#pageHead{
		position:fixed;
	}
	body>div#tabNav{
		position:fixed;
	}
	body>div#pageSidebar{
		position:fixed;
	}
	body>div#pageFooter{
		position:fixed;
	}
}
* html body{
	overflow:hidden;
} 
* html div#pageOutput{
	height: 100%;
	width: 100%;
	overflow: auto;
}


