﻿@charset "utf-8";
html, body {
	background: url(../images/WebsiteBackgroundGraphic.png) repeat;
	color: #3C0403;
	margin: 0;
	padding: 0;
	font-family: tahoma;
	font-size: 8pt;
	margin-left: auto;
	margin-right: auto;
}

#top {
	margin-left: auto;
	margin-right: auto;
}

.border {
	border: none;
}

.center {
	text-align: center;
}

#content {
	background: url(../images/kcb_content.png) repeat;
	padding: 60px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    width: 70%;
}



#stopka {
	height: 70px;
	width: 1204px;
	background: black;
	opacity:0.7;
	filter:alpha(opacity=70);
	position: absolute;
	top: 941px;
	text-align: center;
	color: #F69F1C;
	padding-top: 3px;
	left: 246px;
}

.linki {
	font-size: 8pt;
}

.linki a:link {
	color: white;
}

.linki a:visited {
	color: white;
}

.linki a:hover {
	color: white;
}

.clear {
	clear: both;
}

#ariano {
	position: absolute;
	bottom: 2px;
	right: 2px;
}


a:link {
	color: black;
	text-decoration: underline;
}

a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: none;
}
a:active {
	color: black;
	text-decoration: none;
}
a:focus {
	color: black;
	text-decoration: none;
}



