﻿@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #D8D8D8 url('/images/background.png') no-repeat scroll top center;
}

/* Chrome and Safari CSS3 selector / hack for links underline */
body:nth-of-type(1) a, body:nth-of-type(1) a:hover{
   text-decoration: none;
}

#wrapper, #wrapper.div {
	width: 960px;
	background: #FFF;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

#header {
	height: 92px;
	background: #FFF url('/images/dots.png') repeat-x 308px 73px;
}

#photo {
	height: 263px;
	width: 960px;
	background: #C0C0C0/* url('/images/head/head-img1.png') no-repeat top center*/;
}

#menu {
	height: 28px;
	background: #96998A;
}

#content {
	min-height: 150px;
	background: #FFF;
	overflow-y: hidden;
}

#rightColumn {
	width: 680px;	/* stary width: 709px; */
	background: #FFF;
	padding: 30px 31px 30px 30px;	/* stary padding: 30px 20px; */
	margin-bottom: 30px;
	float: right; /* pozycjonuje kolumnê po prawej stronie od nastêpnego elementu */
}

#leftColumn {
	width: 211px;
	margin-top: 0;
	margin-bottom: auto;
	padding-top: 30px;
	background: #DDDED6;
}

#footer {
	height: 66px;
	width: 960px;
	background: #FFF url('/images/footer-img.png') no-repeat bottom center;
}

/* sekcja header */

img#logo {
	width: 308px;
	height: 92px;
	background: url('/images/logo.png');
}

div.hMenu {
	width: 642px;
	padding: 50px 10px 0 0;
	text-align: right;
	float: right;
}

div.hMenu a {	
	color: #999;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}

div.hMenu a:hover {
	color: #3AB49C;
	font-weight: bold;
	text-decoration: underline;
}

/* sekcja menu */

.mBox {
	height: 28px;
	padding: 0px 15px;
	background: #96998A;
	float: left;	
	color: #FFFFFF;
	line-height: 28px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none !important; 
}
.mBox:hover {
	height: 28px;
	padding: 0px 15px;
	background: #DDDED6;
	float: left;	
	color: #000000;
	line-height: 28px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none !important;
}

div.mBox#actual {
	background: #35A689;
}

div.mBox#actual:hover {
	background: #35A689;
}

.mBox#medpassMonit {
	float: right;
	padding-left: 28px;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/medpass_small.png');
}

html>body .mBox#medpassMonit {	
	background-image: url("/images/medpass_small.png");
}

div.mBox#medpassMonit a { 
	color: #FFF;
}

div.mBox#medpassMonit a:hover {
	color: #000;
}

/* sekcja leftColumn */

div.leftMenu {
	width: 191px;
	/*height: 25px;*/
	margin: 0 0 0 20px;
	background: #DDDED6 transparent bottom left;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/leftMenu-bg.png', sizingMethod='scale');
	color: #000;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 25px;
	cursor: pointer;
}
	
html>body div.leftMenu {	
	background: #DDDED6 url('/images/leftMenu-bg.png') repeat-x bottom left;
}

div.leftMenu:hover {
	width: 191px;
	/*height: 25px;*/
	margin: 0 0 0 20px;
	background: #CCCFCE url('/images/leftMenu-bg.png') repeat-x bottom left;
	color: #000;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 25px;
	cursor: pointer;
}

div#leftMenuFooter {
	width: 191px;
	height: 30px;
	margin: 0 0 0 20px;
	background: #DDDED6 url('/images/leftMenu-footer.png') no-repeat;
}

div.leftMenu a, div.leftMenu a:hover {
	color: #000;
	text-decoration: none;
}

div#lmFiller {
	height: 100%;
}

div#languageMenu {
	margin: 10px 5px 5px 10px;
}

div#languageMenu a, div#languageMenu a:hover {
	color: #000;
	text-decoration: none;
}

/* sekcja Content */

div.floatEnd {
	visibility: hidden;
	font-size: 6px;
}

div.content-block {
}

div.content-block#page {
	width: 648px;
}

/* sekcja medpass */

a.medpass, a.medpass:hover {
	color: #35A689;
	font-weight: bold;
}

form#medpassForm {
	margin-left: 135px;
	/* IE6 position adjusted to submit tag border hack */
	_margin-left: 136px;
}

input#medpassLogin {
	color: #000;
	margin: 0 10px;
	padding: 1px 4px;
	/* IE6 padding size adjusted to submit tag border hack */
	_padding: 2px 4px;
}

input#medpassSubmit {
	background-color: #35A689;
	color: #FFF;
	font-weight: bold;
	margin: 0 10px;
	padding: 2px 4px;
	outline: 0px;
	border: 2px solid #DDDED6;
	/* IE6 border hack */
	_border: 0px;
}

/* sekcja footer */

div.fMenu {
	width: 642px;
	padding: 50px 10px 0 0;
	text-align: right;
	float: right;
	line-height: 10px;
}

div.fMenu a {	
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
}

div.fMenu a:hover {
	color: #EEFCFC;
	font-weight: bold;
	text-decoration: underline;
}
