body {
    font-family: verdana, tahoma;
    font-size: 11px;
#    color: #357B94;
	color: #223344;
    margin: 0px;
    padding: 5px;
}

a {
	text-decoration:none;
	color:black;
}

#logowanie {
	width:		600px;
//	position: 	absolute;
	top:		0px;
	right: 		20px;
}
.boxtitle 	{COLOR: #ffffff; FONT-SIZE: 13px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}

.font12px {
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
	}

#moduly {
	padding-bottom:	10px;
	padding-top:	20px;
	height:	100px;
}

.modul {
	width:	100px;
	height:	80px;
	padding-bottom: 30px;
	border: 1px solid lightgrey;
	border-collapse: 1px;
}

#modul_pytanie {
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
	
}

.infobox {
    align: top;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    border:1px solid #CC0000;
    background:#F7CBCA;
    padding:3px;
    font-weight:bold;
    color:#CC0000;
	font-size:12px;
}

a:hover {
	text-decoration: none;
	color: #4e5b81;
}
.okraglaczek {
	margin:auto;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 10px 10px 5px #888888;
	-webkit-box-shadow: 10px 10px 5px #888888;
	box-shadow: 10px 10px 5px #888888;
	background-color:#FFFFFF;
}

.legenda {
	font-weight:bold;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	background-color: MediumPurple;
	padding: 0.2em 0.5em;
 	color:white;
	font-size:90%;
	text-align:right;
}

/* BUTTONS */
.buttons {
	padding-top:2px;
}

.buttons a, .buttons button{
    display:inline;
#    float:left;
    margin:0 2px 0 0;
    background-color:#eaeaea;
    border:1px solid #8a8a8a;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:100%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:1px 1px 1px 1px; /* Links */
	padding-top:1px;
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:1px 1px 1px 1px; /* IE6 */
}
.buttons button[type]{
    padding:1px 1px 1px 1px; /* Firefox */
    line-height:15px; /* Safari */
}
*:first-child+html button[type]{
    padding:1px 1px 1px 1px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 1px -1px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

@font-face {
    font-family:box_dzial;
    src: url('images/fonty/Opificio_Bold.ttf')
    ,url('images/fonty/Sansation_Light.eot'); /* IE */
}

.box_dzial {
	width: 30%;
	margin: 0 auto 0 auto;
	text-align: center;
    border:1px solid MediumPurple;
    background:#afb7d8;
    padding:3px;
    font-weight:bold;
    color:#ffffff;
	/* IE */
	filter:alpha(opacity=80);
	/* CSS3 */
	opacity:0.8;
    font-family:box_dzial;
	font-size:26px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}

.dzial {
	width: 60%;
	height: 400px;
	margin: 0 auto 0 auto;
    border:2px solid MediumPurple;
    background:#afb7d8;
    padding:7px;
    font-weight:bold;
    color:#ffffff;
	/* IE */
	filter:alpha(opacity=80);
	/* CSS3 */
	opacity:0.8;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}

.pudelkoblad {
    width:auto;
    margin-left:30px;
    border:1px solid #CC0000;
    background:#F7CBCA;
    padding:3px;
    font-weight:bold;
    color:#CC0000;
	opacity:0.5;
	filter:alpha(opacity=50);
}

/*  tooltip               */

.tooltip {
	border-bottom: 1px dotted #000000; color: #000000; outline: none;
	cursor: help; text-decoration: none;
	position: relative;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	margin-left: 0; width: 250px;
}
.tooltip:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.classic {background: #eeeeff; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }
.user_info {
	position: fixed;
	top: 5px;
	right: 10px;
	font-size: 20px;
	background-color:rgba(222, 222, 222, 0.5);
	border: 1px solid lightgrey;
}


.logos {
	margin: 10px;
	display: flex;
	align-items: center;
}

.img-smaller {
	max-height: 40px;
	filter: grayscale(.7);
	transform: translateY(-10px);
}

.img-even-smaller {
	max-height: 20px;
	filter: grayscale(.7);
	transform: translateY(0px);
}
