@font-face {
	font-family: 'tgc';
	src: url('f/tg-c.eot');
	src: url('f/tg-c.eot?#iefix') format('embedded-opentype'), url('f/tg-c.woff') format('woff'), url('f/tg-c.ttf') format('truetype'), url('f/tg-c.svg#tgc') format('svg');
}
@font-face {
	font-family: 'tgcb';
	src: url('f/tg-cb.eot');
	src: url('f/tg-cb.eot?#iefix') format('embedded-opentype'), url('f/tg-cb.woff') format('woff'), url('f/tg-cb.ttf') format('truetype'), url('f/tg-cb.svg#tgcb') format('svg');
	font-weight: bold;
}
@font-face {
	font-family: 'tgcbi';
	src: url('f/tg-cbi.eot');
	src: url('f/tg-cbi.eot?#iefix') format('embedded-opentype'), url('f/tg-cbi.woff') format('woff'), url('f/tg-cbi.ttf') format('truetype'), url('f/tg-cbi.svg#tgcbi') format('svg');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'tgci';
	src: url('f/tg-ci.eot');
	src: url('f/tg-ci.eot?#iefix') format('embedded-opentype'), url('f/tg-ci.woff') format('woff'), url('f/tg-ci.ttf') format('truetype'), url('f/tg-ci.svg#tgci') format('svg');
	font-style: italic;
}
body {
	font-family: Calibri, tgc;
	font-size: 24px;
}
.tabs {
	width: 90%;
	height: 40px;
	background-color: #00aeef;
	border-radius: 20px;
}
.tabs li {
	float: left;
	margin: 0;
	overflow: hidden;
}
.tabs li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: tgcb;
	padding: 10px 20px;
	border-right: 1px solid #fff;
	border-radius: 30px;
}
.tabs li a:hover {
	background-color: #fff;
	color: #000000;
}
.tabs li.active a {
	color: #000;
	background-color: #f26522;
}
#container {
	width: 90%;
	margin: 0px auto;
}
#tekst {
	background-color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	border-radius: 25px;
	padding-top: 40px;
	padding-right: 100px;
	padding-bottom: 40px;
	padding-left: 100px;
}
#tekst a {text-decoration:none; }
#tekst a:hover {text-decoration:underline; }
.pealkiri {
	color: #FF0000;
	font-size: 100px;
	font-family: tgcb;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-align: center;
}
.pealkiriv {
	color: #FF0000;
	font-size: 40px;
	font-family: tgcb;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-align: center;
}
img {padding-right: 10px;}