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

h1, h3 { color: rgb(51,102,42); }

a					{ color: rgb(51,102,42); }
a.hover 			{ color: rgb(51,102,42); }

table.summary		{ border: 1px solid rgb(51,102,42); }
table.summary th	{ color: #fff; background: rgb(51,102,42); }

.notes				{ color: #333; background: #ffffff; border: 1px solid rgb(51,102,42); }

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

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