@charset "ISO-8859-1";

body {
	font: 12px "Courier New", Courier, monospace;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}






#adres {
	font: 12px "Courier New", Courier, monospace;
	color: #FFFFFF;
	float: right;
	height: 80px;
	width: 150px;
	z-index: 10;
	top: 10px;
	right: 10px;
	padding-top: 70px;
}

#adres a {
	text-decoration: none; 
	color:#FFFFFF;
	}
#adres a:hover {
	text-decoration: none;
	color:#c72f0c;
		}
	

#tekst {
	float: left;
	display:inline;
	height: 350px;
	width: 375px;
	z-index: 10;
	margin-top: 130px;
	margin-left: 180px;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
		}

.header_tekst {
	font-weight: bold;
	font-size: 16px;
	color: #c72f0c;	
	}
	
.bold {
	font-weight: bold;
	}

#tekst a {
	text-decoration: none;
	color:#FE3200;
		}
	
#tekst a:hover {
	text-decoration: none;
	color:#343428;
		}
.boldr {
	font-weight: bold;
	color: #C72F0C;
}

