


*
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 12px;
	font-family: verdana, 'Trebuchet MS', Arial, sans-serif;
	text-align: center;
	color: url(grafika/background.png) #FFFFFF;
	background:  #FFFFFF;  
		
	
}




#backgroundUp
{	
	height: 90px;
	background: url(grafika/tlo_top.png) #000000 repeat-x;
}

#mainContent
{
	position: relative;
	
	width: 800px;
	margin: 0 auto;
	z-index: 5;
	background: transparent;
}



p
{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}




.menu {  text-decoration: none; ; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #AB845A}
a.menu:hover { text-decoration: underline; color: #8EA926}

.small {  text-decoration: none; ; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #8EA926}
a.small:hover { text-decoration: underline; color: #8EA926}

.tresc {  text-decoration: none; ; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #8D975F}
a.menu:tresc { text-decoration: underline; color: #8D975F}

.linki {  text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #586620}
a.linki:hover { text-decoration: underline; color: #586620}


#textContent
{
    font-family: 'Verdana, Trebuchet MS', Sans-Serif;
	font-weight: normal;
    font-size: 20px;
	text-decoration: none;
    font-size: 180%;
}



#textContent h2
{
    font-family: 'Verdana, Trebuchet MS', Sans-Serif;
	font-weight: normal;
    font-size: 24px;
	text-decoration: none;
    font-size: 180%;
}

h1
{
    font-size: 14px;
	color: #AB845A;
}



#footer
{
	margin-top: 0px;
	width: 600px;
	float: right;
	font-size: 11px;
	color: #777777;
}



