a.title {
	color: rgb(86,132,220);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 21px;
	text-shadow: 1px 1px 2px rgb(70,70,70);
	font-family: verdana,'Trebuchet MS',sans-serif;
}

#mainnavi {
	background: rgb(183,0,0);
	background: -moz-linear-gradient(top,  rgb(86,132,220) 0%, rgb(86,132,220) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(86,132,220)), color-stop(100%,rgb(86,132,220)));
	background: -webkit-linear-gradient(top,  rgb(183,0,0) 0%,rgb(86,132,220) 100%);
	background: -o-linear-gradient(top,  rgb(86,132,220) 0%,rgb(86,132,220) 100%);
	background: -ms-linear-gradient(top,  rgb(86,132,220) 0%,rgb(86,132,220) 100%);
	background: linear-gradient(to bottom,  rgb(86,132,220) 0%,rgb(86,132,220) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(86,132,220)', endColorstr='rgb(86,132,220)',GradientType=0 );
}

h1, h3 { color: rgb(86,132,220); }

a					{ color: rgb(86,132,220); }
a.hover 			{ color: rgb(86,132,220); }

table.summary		{ border: 1px solid rgb(86,132,220); }
table.summary th	{ color: #fff; background: rgb(86,132,220); }

.notes				{ color: #333; background: #ffffff; border: 1px solid rgb(86,132,220); }

.buttons a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 150%;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: tahoma, arial, sans;
	border-radius: 7px;
	box-shadow: 0 0 3px black;
	background: rgb(86,132,220);
	background: -moz-linear-gradient(top,  rgb(86,132,220)    0%, rgb(86,132,220)    44%, #000000  100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(86,132,220)    ), color-stop(44%,rgb(86,132,220)   ), color-stop(100%,#000000 ));
	background: -webkit-linear-gradient(top,  rgb(86,132,220)    0%,rgb(86,132,220)    44%,#000000  100%);
	background: -o-linear-gradient(top,  rgb(86,132,220)    0%,rgb(86,132,220)    44%,#000000  100%);
	background: -ms-linear-gradient(top,  rgb(86,132,220)    0%,rgb(86,132,220)    44%,#000000  100%);
	background: linear-gradient(to bottom,  rgb(86,132,220)    0%,rgb(86,132,220)    44%,#000000  100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(86,132,220)    ', endColorstr='#000000 ',GradientType=0 );
}
.buttons2 a {
	display: inline-block;
	padding: 10px 18px;
	font-size: 80%;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: tahoma, arial, sans;
	border-radius: 7px;
	box-shadow: 0 0 3px black;
	background: rgb(86,132,220);
	background: -moz-linear-gradient(top,  rgb(86,132,220)    0%, rgb(86,132,220)    44%, #000000  100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(86,132,220)    ), color-stop(44%,rgb(86,132,220)   ), color-stop(100%,#000000 ));
	background: -webkit-linear-gradient(top,  rgb(86,132,220)    0%,rgb(86,132,220)    44%,#000000  100%);
	background: -o-linear-gradient(top,  rgb(86,132,220)    0%,rgb(86,132,220)    44%,#000000  100%);
	background: -ms-linear-gradient(top,  rgb(86,132,220)    0%,rgb(86,132,220)    44%,#000000  100%);
	background: linear-gradient(to bottom,  rgb(86,132,220)    0%,rgb(86,132,220)    44%,#000000  100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(86,132,220)    ', endColorstr='#000000 ',GradientType=0 );
}
.leczenie			{ color: rgb(86,132,220); }
.leczenie strong 	{ color: rgb(183,0,0); }

#lukas-box			{ color: #ffffff; background: rgb(183,0,0);}
#lukas-box a		{ color: #fff; }

#question-box		{ background: rgb(86,132,220) url(../images/question-box-bg.gif) 100% 0 no-repeat; }
#question-box a		{ color: #fff; }