/* CSS Document */

body {
	font-family: Tahoma, Verdana, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color: #224C9D;
	background-image: url(images/tlo.gif);	
}

table.data {
	border: 1px;
	border-color: #000080;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;

}
td.content
{
background-image: url(images/projekt3_04.jpg);	
}
td.menu
{
text-align:left;
	margin-left: auto;
	margin-right: auto;
background-image: url(images/projekt3_02.jpg);	
}
td.menu2
{
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
padding-left: 40px;
}
td.center
{
border: 1px;
	border-color: #000080;
	border-style: solid;
background-image: url(images/projekt3_05.jpg);	
}
td.right
{
padding: 10px;
border: 1px;
	border-color: #000080;
	border-style: solid;
background-image: url(images/projekt3_06.jpg);	
}
td.right2
{
text-align:justify;
padding: 10px;}
td.right3
{
text-align:center;
padding: 10px;}

div.footer
{
padding: 5px;
text-align:center;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	color: #222222;
}
td.header {
	text-align:left;
	color: #BB3434;
	font-size: 11px;
	font-weight: bold;
}
a.menu:link {
		text-decoration: 	 none;
		color:				#EEEEEE;
}
a.menu:visited {
		text-decoration: 	none;
		color:				#EEEEEE;
}
a.menu:active {
		text-decoration: 	none;
		color:				#EEEEEE;
}
a.menu:hover {
		text-decoration: 	none;
		color:				#EEEEEE;
}

a.footer:link {
		text-decoration: 	underline;
		color:				#222222;
}
a.footer:visited {
		text-decoration: 	underline;
		color:				#222222;
}
a.footer:active {
		text-decoration: 	underline;
		color:				#222222;
}
a.footer:hover {
		text-decoration: 	underline;
		color:				#222222;
}


