body {
padding: 0;
margin: 0;
text-align: center;
background: #ff0101 url(tlo_gora.gif) repeat;
font: 12px/20px Verdana, Arial, Tahoma, sans-serif;
color: white;
}

a:link {
	color: black; 
	text-decoration: none;
	}

a:visited {
	color: black; 
	text-decoration: none;
	}
a:hover {
	color: white;  
	text-decoration: underline;
	}

#linkbar {
	background-image: url("../../static/images/pasek/pasek_red.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 30px;
}

#linkbar .kontener {
	width: 960px;
	margin: 0 auto;
	padding-top: 3px;
	font-size: 14px;
}

.kontener a {
	color: white;
	border: 1px dotted black;
	padding: 2px;
	text-decoration: none;
}

.kontener a:hover {
	border: 1px solid black;
}

.kontener2 {
	width: 80%;
	float: left;
	text-align: left;
}

.kontener3 {
	width: 20%;
	float: right;
	text-align: right;
}
