a.title {
	color:   rgb(0,128,255);
	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(0,128,255);
	background: -moz-linear-gradient(top,    rgb(0,128,255) 0%,   rgb(0,128,255) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,  rgb(0,128,255)), color-stop(100%,  rgb(0,128,255)));
	background: -webkit-linear-gradient(top,  rgb(0,128,255) 0%,  rgb(0,128,255) 100%);
	background: -o-linear-gradient(top,    rgb(0,128,255) 0%,  rgb(0,128,255) 100%);
	background: -ms-linear-gradient(top,    rgb(0,128,255) 0%,  rgb(0,128,255) 100%);
	background: linear-gradient(to bottom,    rgb(0,128,255) 0%,  rgb(0,128,255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='  rgb(0,128,255)', endColorstr='  rgb(0,128,255)',GradientType=0 );
}

h1, h3 { color:   rgb(0,128,255); }

a					{ color:   rgb(0,128,255); }
a.hover 			{ color:   rgb(0,128,255); }

table.summary		{ border: 1px solid   rgb(0,128,255); }
table.summary th	{ color: #fff; background:   rgb(0,128,255); }

.notes				{ color: #333; background: #ffffff; border: 1px solid   rgb(0,128,255); }

.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(0,128,255);
	background: -moz-linear-gradient(top,    rgb(0,128,255)    0%,   rgb(0,128,255)    44%, #000000  100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,  rgb(0,128,255)    ), color-stop(44%,  rgb(0,128,255)   ), color-stop(100%,#000000 ));
	background: -webkit-linear-gradient(top,    rgb(0,128,255)    0%,  rgb(0,128,255)    44%,#000000  100%);
	background: -o-linear-gradient(top,    rgb(0,128,255)    0%,  rgb(0,128,255)    44%,#000000  100%);
	background: -ms-linear-gradient(top,    rgb(0,128,255)    0%,  rgb(0,128,255)    44%,#000000  100%);
	background: linear-gradient(to bottom,    rgb(0,128,255)    0%,  rgb(0,128,255)    44%,#000000  100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='  rgb(0,128,255)    ', endColorstr='#000000 ',GradientType=0 );
}

.leczenie			{ color:   rgb(0,128,255); }
.leczenie strong 	{ color: rgb(0,128,255); }

#lukas-box			{ color: #ffffff; background: rgb(0,128,255);}
#lukas-box a		{ color: #fff; }

#question-box		{ background:   rgb(0,128,255) url(../images/question-box-bg.gif) 100% 0 no-repeat; }
#question-box a		{ color: #fff; }