a.title {
	color: rgb(74,64,156);
	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(74,64,156) 0%, rgb(74,64,156) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(74,64,156)), color-stop(100%,rgb(74,64,156)));
	background: -webkit-linear-gradient(top,  rgb(183,0,0) 0%,rgb(74,64,156) 100%);
	background: -o-linear-gradient(top,  rgb(74,64,156) 0%,rgb(74,64,156) 100%);
	background: -ms-linear-gradient(top,  rgb(74,64,156) 0%,rgb(74,64,156) 100%);
	background: linear-gradient(to bottom,  rgb(74,64,156) 0%,rgb(74,64,156) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(74,64,156)', endColorstr='rgb(74,64,156)',GradientType=0 );
}

h1, h3 { color: rgb(74,64,156); }

a					{ color: rgb(74,64,156); }
a.hover 			{ color: rgb(74,64,156); }

table.summary		{ border: 1px solid rgb(74,64,156); }
table.summary th	{ color: #fff; background: rgb(74,64,156); }

.notes				{ color: #333; background: #ffffff; border: 1px solid rgb(74,64,156); }

.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(74,64,156);
	background: -moz-linear-gradient(top,  rgb(74,64,156)    0%, rgb(74,64,156)    44%, #000000  100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(74,64,156)    ), color-stop(44%,rgb(74,64,156)   ), color-stop(100%,#000000 ));
	background: -webkit-linear-gradient(top,  rgb(74,64,156)    0%,rgb(74,64,156)    44%,#000000  100%);
	background: -o-linear-gradient(top,  rgb(74,64,156)    0%,rgb(74,64,156)    44%,#000000  100%);
	background: -ms-linear-gradient(top,  rgb(74,64,156)    0%,rgb(74,64,156)    44%,#000000  100%);
	background: linear-gradient(to bottom,  rgb(74,64,156)    0%,rgb(74,64,156)    44%,#000000  100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(74,64,156)    ', endColorstr='#000000 ',GradientType=0 );
}

.leczenie			{ color: rgb(74,64,156); }
.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(74,64,156) url(../images/question-box-bg.gif) 100% 0 no-repeat; }
#question-box a		{ color: #fff; }