@charset "utf-8";

a:link {
	color: #C0C0C0;
	text-decoration: underline;
}
a:visited {
	color: #C0C0C0;
	text-decoration: underline;
}
a:hover {
	color: #C0C0C0;
	text-decoration: underline;
}
a:active {
	color: #C0C0C0;
	text-decoration: underline;
}



* {
	background-color: #000000;
	margin: 0px;
}
#up {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
}
#center {
	height: 450px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #6D6D6D;
}
#center #left {
	float: left;
	height: 450px;
	width: 170px;
}

#center #right {
	float: right;
	height: 430px;
	width: 580px;
	overflow: auto;
	padding: 10px;
}

#down {
	margin-right: auto;
	margin-left: auto;
	width: 770px;
}
#down #downleft {
	float: left;
	width: 385px;
}
#down #downright {
	width: 385px;
	float: right;
}


.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.menu {
	text-align: center;
}
.tekst {
	color: #C0C0C0;
	font-size: 12px;
	font-family: Tahoma;
	text-align: justify;
	line-height: 2;
}
.tekstcenter {
	color: #C0C0C0;
	font-size: 12px;
	font-family: Tahoma;
	text-align: center;
	line-height: 2;
}

.naglowek {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C0C0C0;
}


.copyright  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.powrot {
	color: #C0C0C0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: right;
	font-weight: bold;
}
.kontakt1 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #C0C0C0;
	font-weight: bold;
}
.kontakt2 {
	color: #C0C0C0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: normal;
}

